-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
97 lines (92 loc) · 2.45 KB
/
mkdocs.yaml
File metadata and controls
97 lines (92 loc) · 2.45 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
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
site_name: Monty Python
site_url: https://monty.arielle.codes/
site_description: A Python and GitHub focused Discord bot to make collaborating on Python projects through Discord easier than ever.
repo_name: onerandomusername/monty-python
repo_url: https://github.com/onerandomusername/monty-python/
edit_uri: edit/main/docs/
copyright: >
Copyright © 2025+ onerandomusername ·
<a href="/terms">Terms of Service</a> ·
<a href="/privacy">Privacy Policy</a>
theme:
name: material
logo: assets/images/logo.png
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
primary: blue
accent: yellow
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: blue
accent: yellow
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
primary: blue
accent: yellow
features:
- navigation.instant
- navigation.instant.progress
- navigation.indexes
- navigation.sections
- navigation.tracking
- toc.follow
- navigation.top
- search
- search.suggest
- search.highlight
- content.action.edit
- content.action.view
- content.code.copy
- content.code.annotate
plugins:
- privacy
- git-revision-date-localized
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- markdown_gfm_admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.betterem
- tables
- toc:
permalink: true
extra_css:
- assets/css/extra_admonitions.css
nav:
- Home: README.md
- Future Plans: future-plans.md
- Commands:
- App Commands: commands/app-commands.md
- Prefix Commands: commands/prefix-commands.md
- Contributing:
- Getting Started: contributing/README.md
- Design:
- contributing/design/index.md
- Configuration System: contributing/design/config.md
- Developer Commands: contributing/developer-commands.md
- Privacy: privacy.md
- Terms of Service: terms.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/onerandomusername/monty-python
- icon: fontawesome/brands/discord
link: https://discord.gg/mPscM4FjWB