-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
83 lines (81 loc) · 2.91 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
site_name: Dispike
theme:
name: "material"
custom_dir: "docs/overrides"
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
primary: black
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
- scheme: slate
primary: gray
accent: amber
toggle:
icon: material/lightbulb
name: Switch to dark mode
features:
- navigation.expand
nav:
- Home: "index.md"
- Migration from <1.0.0b: "MigrationGuide/MigrationGuide.md"
- "API Reference":
- "Dispike": "APIRef/Dispike.md"
- "RegisterCommands": "APIRef/RegCommands.md"
- "Event Types": "APIRef/EventTypes.md"
- "Tutorial":
- "Getting Started": "tutorial/Getting Started.md"
- "Configuring Commands": "tutorial/Configuring commands.md"
- "Registering Commands": "tutorial/Registering Commands.md"
- "Writing The Handler": "tutorial/Writing the handler.md"
- "Running The Bot": "tutorial/Running the bot.md"
- "Bigger Applications":
- "Introduction": "tutorial/Bigger Applications/introduction.md"
- "Writing your First Collection": "tutorial/Bigger Applications/Writing your first Collection.md"
- "Registering Collections": "tutorial/Bigger Applications/Registering Collection.md"
- "Passing Callbacks Directly": "tutorial/Bigger Applications/Passing Callbacks Directly.md"
- "Models":
- "Info": "Models/index.md"
- "Incoming": "Models/Incoming.md"
- "Outgoing": "Models/Outgoing.md"
- "Responses":
- "Info": "responses/index.md"
- "Ready Responses": "responses/readyresponse.md"
- "Writing your Handler": "responses/writinghandler.md"
- Deferred Responses: "responses/DeferredMessages.md"
- "Creating Commands":
- "Subcommands": "CreatingCommands/subcommands.md"
- "Standard Commands": "CreatingCommands/standard.md"
- Deploying Your Bot:
- Deploying without a Server: "DeployingToProduction/DeployingWithoutServer.md"
- Deploying to 'Serverless': "DeployingToProduction/DeployingToServerless.md"
- Deploying with a Reverse Proxy: "DeployingToProduction/DeployingWithReverseProxy.md"
- Editing Commands: "EditingCommands/index.md"
- Deleting Commands: "DeletingCommands/index.md"
- Getting Commands: "GettingCommands/index.md"
- Follow Up Messages: "FollowUpMessages.md"
plugins:
- search
- mkdocstrings
markdown_extensions:
- pymdownx.details:
- admonition:
- pymdownx.highlight:
- pymdownx.superfences:
- pymdownx.snippets:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
- footnotes
extra_javascript:
- js/termynal.js
- js/custom.js
extra_css:
- css/termynal.css
repo_url: https://github.com/ms7m/dispike
repo_name: ms7m/dispike
copyright: Copyright © 2020 - 2021 github/ms7m