-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (33 loc) · 1.09 KB
/
mkdocs.yml
File metadata and controls
33 lines (33 loc) · 1.09 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
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
- Configuration: v4/configuration.md
- Installation: v4/installation.md
- Components: v4/components.md
- "Container Providers": v4/container-providers.md
- "Navigation Renderer": v4/navigation-renderer.md
- "Required Page Options": v4/required-page-options.md
- Usage: v4/usage.md
- v3:
- Overview: v3/overview.md
- Configuration: v3/configuration.md
- Installation: v3/installation.md
- Components: v3/components.md
- "Container Providers": v3/container-providers.md
- "Navigation Renderer": v3/navigation-renderer.md
- "Required Page Options": v3/required-page-options.md
- Usage: v3/usage.md
site_name: dot-navigation
site_description: "Dotkernel's component that allows you to easily define and parse menus inside templates, using a configuration based approach."
repo_url: "https://github.com/dotkernel/dot-navigation"
plugins:
- search