This repository was archived by the owner on Apr 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
106 lines (98 loc) · 2.86 KB
/
mkdocs.yml
File metadata and controls
106 lines (98 loc) · 2.86 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
98
99
100
101
102
103
104
105
106
site_name: Bot Zombie
site_description: A no-code bot creator for Nerimity -- build and deploy bots visually
site_url: https://nerimitysdk.readthedocs.io/en/master/
repo_url: https://github.com/JoddabodScripts/Bot-Zombie
repo_name: Bot-Zombie
edit_uri: edit/master/docs/
theme:
name: material
custom_dir: overrides
palette:
- scheme: slate
primary: deep purple
accent: purple
font:
text: Inter
code: JetBrains Mono
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.instant
- navigation.instant.progress
- content.code.copy
- content.action.edit
- search.highlight
- search.suggest
- search.share
extra_css:
- stylesheets/custom.css
extra_javascript:
- javascripts/transitions.js
plugins:
- search:
lang: en
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/JoddabodScripts/Bot-Zombie
meta:
- name: google-site-verification
content: gtMtSACbLxzOGzCPi9aMA-0gbRoqLJUhj6n5B5URnZw
- property: og:type
content: website
- property: og:title
content: Bot Zombie - No-code Nerimity bot creator
- property: og:description
content: Build and deploy Nerimity bots visually with a drag-and-drop node editor. No coding required.
- property: og:url
content: https://github.com/JoddabodScripts/Bot-Zombie
copyright: "Built by <a href='https://github.com/JoddabodScripts'>JoddabodScripts</a> · @Kansane:TETO on Nerimity"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- admonition
- pymdownx.details
- tables
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Bot Builder: builder.html
- Runner:
- About: runner.md
- Legacy Docs:
- Guides:
- Installation: guide/installation.md
- Quick Start: guide/quickstart.md
- Configuration: guide/configuration.md
- Recipes: guide/recipes.md
- Contrib Plugins: guide/contrib.md
- Sharding: guide/sharding.md
- Rate Limiting: guide/rate-limiting.md
- Security: guide/security.md
- Hosting (24/7): guide/hosting.md
- Troubleshooting: guide/troubleshooting.md
- API Reference:
- Bot: api/bot.md
- Context: api/context.md
- Commands: api/commands.md
- Slash Commands: api/slash.md
- Buttons: api/buttons.md
- Events: api/events.md
- REST Client: api/rest.md
- Webhooks: api/webhooks.md
- OAuth2: api/oauth2.md
- Error Types: api/errors.md
- Cache: api/cache.md
- Permissions: api/permissions.md
- Plugins: api/plugins.md
- Storage: api/storage.md
- Scheduler: api/scheduler.md
- Utilities: api/utils.md
- Example Bot: example.md
- Changelog: changelog.md
- Contributing: contributing.md