forked from NAFTeam/NAFF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
107 lines (102 loc) · 2.57 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
site_name: Dis-Snek
repo_url: https://github.com/Discord-Snake-Pit/Dis-Snek
repo_name: Discord-Snake-Pit/Dis-Snek
copyright: Copyright © 2021 - Present LordOfPolls
docs_dir: docs/src
edit_uri: edit/master/docs/src
theme:
name: material
favicon: images/favicon.png
custom_dir: docs/overrides
features:
- header.autohide
- navigation.instant
- navigation.top
- navigation.tabs
- search.suggest
- search.share
- navigation.indexes
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light green
accent: lime
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: lime
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon:
repo: fontawesome/brands/github-alt
logo: material/book
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/dis-snek
name: Discord Server
- icon: fontawesome/brands/github
link: https://github.com/Discord-Snake-Pit/Dis-Snek
name: Github Repository
- icon: fontawesome/brands/trello
link: https://trello.com/b/LVjnmYKt/dev-board
name: Trello Board
analytics:
provider: google
property: G-9R5R4B0NDT
extra_css:
- extra.css
plugins:
- search
- awesome-pages
- autorefs
- mkdocstrings:
custom_templates: docs/templates
enable_inventory: true
handlers:
python:
selection:
inherited_members: true
filters:
- "!^_"
rendering:
members_order: source
show_bases: True
show_root_toc_entry: False
group_by_category: False
heading_level: 2
show_if_no_docstring: False # temporary, this will be reverted to False once we're done with docs
watch:
- dis_snek
markdown_extensions:
- tables
- admonition
- pymdownx.details
- pymdownx.snippets:
base_path: docs/_snippets
check_paths: True
- pymdownx.highlight:
linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.keys
- pymdownx.saneheaders
- pymdownx.smartsymbols
- pymdownx.tabbed
- pymdownx.tasklist
- pymdownx.tilde
- toc:
permalink: true
toc_depth: 2
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true