-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (42 loc) · 1.17 KB
/
mkdocs.yml
File metadata and controls
46 lines (42 loc) · 1.17 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
site_name: Loafang
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
primary: red
- media: "(prefers-color-scheme: light)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
primary: red
icon:
repo: fontawesome/brands/github
nav:
- Loafang: index.md
- Parts of a loafang query: query-parts.md
- Response of a loafang query: loafang-response.md
- Example Use case: example-usecase.md
repo_url: https://github.com/Adwaith-Rajesh/loafang
repo_name: Adwaith-Rajesh/loafang
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Adwaith-Rajesh
- icon: fontawesome/brands/twitter
link: https://twitter.com/adwaith__rajesh
- icon: fontawesome/brands/instagram
link: https://instagram.com/adwaith__rajesh
- icon: fontawesome/brands/discord
link: https://discord.gg/BxMbWzZe2Z
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
- pymdownx.superfences