-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (41 loc) · 978 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (41 loc) · 978 Bytes
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
site_name: DiscordKt
markdown_extensions:
- attr_list
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
theme:
name: material
logo: images/discordkt-logo.png
palette:
scheme: slate
primary: cyan
accent: cyan
features:
- navigation.instant
- navigation.tabs
- navigation.expand
nav:
- index.md
- Concepts:
- Commands:
- concepts/commands/Basics.md
- concepts/commands/Input.md
- concepts/commands/Optionals.md
- concepts/Permissions.md
- concepts/Listeners.md
- concepts/Services.md
- concepts/Preconditions.md
- concepts/Data.md
- DSL:
- dsl/Menu.md
- dsl/Conversations.md
- Extending:
- extending/Arguments.md
- API Docs: api/index.html
extra:
social:
- icon: fontawesome/brands/github
link: 'https://github.com/DiscordKt/DiscordKt'
- icon: fontawesome/brands/discord
link: 'https://discord.gg/REZVVjA'