forked from dotkernel/dot-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (29 loc) · 720 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (29 loc) · 720 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
docs_dir: docs/book
site_dir: docs/html
extra:
project: Packages
current_version: v4
versions:
- v4
- v3
nav:
- Home: index.md
- v4:
- Overview: v4/overview.md
- Installation: v4/installation.md
- Configuration: v4/configuration.md
- Usage: v4/usage.md
- Plugins: v4/plugins.md
- Events: v4/events.md
- v3:
- Overview: v3/overview.md
- Installation: v3/installation.md
- Configuration: v3/configuration.md
- Usage: v3/usage.md
- Plugins: v3/plugins.md
- Events: v3/events.md
site_name: dot-controller
site_description: "Dotkernel's controller package"
repo_url: "https://github.com/dotkernel/dot-controller"
plugins:
- search