-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
143 lines (138 loc) · 4.4 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
site_name: DiSky Wiki
theme:
name: material
custom_dir: overrides
icon:
logo: simple/discord
favicon: images/favicon.png
palette:
scheme: slate
primary: orange
accent: amber
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.expand
- content.code.annotate
- search.suggest
- search.highlight
- search.share
- content.tooltips
- navigation.instant.progress
- navigation.sections
- navigation.path
- navigation.footer
- content.code.copy
repo_url: https://github.com/DiSkyOrg/DiSky
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.extra:
pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
copyright: Copyright © 2020 - 2024 ItsTheSky
extra_css:
- stylesheets/main.css
extra:
status:
new: 'Recently added'
deprecated: 'Deprecated'
social:
- icon: simple/discord
link: https://disky.me/discord
- icon: simple/github
link: https://github.com/DiSkyOrg/DiSky
- icon: material/cloud
link: https://itsthesky.net/
plugins:
- search
- include_dir_to_nav
- macros:
include_dir: macros
j2_block_start_string: "[[[%"
j2_block_end_string: "%]]]"
j2_variable_start_string: "[[["
j2_variable_end_string: "]]]"
nav:
- 'Wiki':
- 'Home': home.md
- 'Getting Started':
- 'Asking Help': getting-started/asking-help.md
- 'Installation': getting-started/0-installation.md
- 'Bot Creation': getting-started/1-bot-creation.md
- 'Bot Loading': getting-started/2-bot-loading.md
- 'F.A.Q.': getting-started/faq.md
- 'Concepts':
- 'Error Handling': concepts/error-handling.md
- 'Asynchronous': concepts/async.md
- 'Listen Once': concepts/listen-once.md
- 'Rate Limits': concepts/ratelimit.md
- 'Bot':
- 'Cache Policy & Flags': bot/policy.md
- 'Presence & Status': bot/presence-and-status.md
- 'Gateway Intents': bot/intents.md
- 'Multiple Bots': bot/multiple-bots.md
- 'Application': bot/bot-application-info.md
- 'Messages':
- 'Simple Messages': messages/simple-messages.md
- 'Advanced Messages': messages/advanced-messages.md
- 'Emojis': messages/emojis.md
- 'Message Wrapper': messages/message-wrapper.md
- 'Webhooks': messages/webhooks.md
- 'Polls': messages/polls.md
- 'Discord Commands': messages/discord-commands.md
- 'Guild':
- 'Automod': guild/automod.md
- 'Logs': guild/logs-manipulation.md
- 'Forums': guild/forums.md
- 'Welcome Screen': guild/guild-welcome-screen.md
- 'Interactions':
- 'Components': interactions/components.md
- 'Slash Structure': interactions/slash-structure.md
- 'Slash Commands': interactions/slash-commands.md
- 'Modals': interactions/modals.md
- 'Select Menus': interactions/selectmenu-dropdown.md
- 'Examples':
- 'Core': examples/core.md
- 'Components': examples/components.md
- 'Modules': modules
- 'Documentation':
- 'Types': docs/types.md
- 'Effects': docs/effects.md
- 'Events': docs/events.md
- 'Expressions': docs/expressions.md
- 'Conditions': docs/conditions.md
- 'Sections': docs/sections.md
- 'Modules':
- 'LavaPlayer': docs/lavaplayer.md
- 'TranSkript': docs/transkript.md
- 'SkImage2': skimage
- 'BooSK':
- 'Getting Started': boosk/getting-started.md
- 'Create a Book': boosk/create-a-book.md
- 'ParseSK':
- 'Getting Started': parsesk/parsesk.md