-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
45 lines (38 loc) · 906 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
site_name: UUID-Utils
site_description: Python bindings to Rust UUID
site_url: https://aminalaee.dev/uuid-utils
theme:
name: "material"
palette:
primary: white
features:
- content.code.copy
repo_name: aminalaee/uuid-utils
repo_url: https://github.com/aminalaee/uuid-utils
edit_uri: ""
nav:
- Introduction: "index.md"
- API: "api.md"
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- tables
- pymdownx.details
- pymdownx.highlight
- pymdownx.tabbed
- pymdownx.superfences
watch:
- python/
plugins:
- search
extra:
analytics:
provider: google
property: G-MV427T1Z9X
social:
- icon: fontawesome/brands/github
link: https://github.com/aminalaee
- icon: fontawesome/brands/twitter
link: https://twitter.com/aminalaee
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/amin-alaee