-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (45 loc) · 1.04 KB
/
Copy pathmkdocs.yml
File metadata and controls
53 lines (45 loc) · 1.04 KB
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
46
47
48
49
50
51
52
53
site_name: UUID-Utils
site_description: Fast, drop-in replacement for Python's uuid module, powered by Rust.
site_url: https://aminalaee.github.io/uuid-utils
theme:
name: "zensical"
palette:
- scheme: default
toggle:
icon: lucide/sun
name: Switch to dark mode
- scheme: slate
toggle:
icon: lucide/moon
name: Switch to light mode
icon:
repo: simple/github
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:
version:
provider: mike
analytics:
provider: google
property: G-MV427T1Z9X
social:
- icon: fontawesome/brands/github
link: https://github.com/aminalaee
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/amin-alaee