-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
64 lines (64 loc) · 1.84 KB
/
Copy pathmkdocs.yml
File metadata and controls
64 lines (64 loc) · 1.84 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
54
55
56
57
58
59
60
61
62
63
64
site_name: ADGDOCS
copyright: "ADGSTUDIOS"
site_url: https://adgstudios.com
repo_url: https://github.com/ADGSTUDIOS/ADGDOCS
repo_name: ADGSTUDIOS/ADGDOCS
nav:
- Getting Started:
- Technical Documents: index.md
theme:
name: material
highlightjs: true
hljs_languages:
- yaml
icon:
repo: fontawesome/brands/github
navigation_depth: 6
titles_only: false
favicon: ./static/favicon.png
logo: ./static/favicon.png
features:
- navigation.instant
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
toggle:
icon: material/weather-night
name: Switch to light mode
markdown_extensions:
- toc:
permalink: "#"
- smarty
- admonition
- footnotes
- codehilite
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- fontawesome_markdown
extra:
social:
- icon: fontawesome/brands/github
link: "https://github.com/ADGSTUDIOS"
- icon: fontawesome/brands/linkedin
link: "https://www.linkedin.com/in/adgsenpai/"
manifest: "static/site.webmanifest"