-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (35 loc) · 1.33 KB
/
mkdocs.yml
File metadata and controls
35 lines (35 loc) · 1.33 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
docs_dir: docs/book
site_dir: docs/html
extra:
project: Light
current_version: v1
versions:
- v1
nav:
- Home: index.md
- v1:
- Introduction: v1/introduction.md
- Overview:
- "Request Lifecycle": v1/introduction/request-lifecycle.md
- "Server Requirements": v1/introduction/server-requirements.md
- "File Structure": v1/introduction/file-structure.md
- "Packages": v1/introduction/packages.md
- Installation:
- "Getting Started": v1/installation/getting-started.md
- "Composer": v1/installation/composer.md
- "Development Mode": v1/installation/development-mode.md
- "Running the Application": v1/installation/running-the-application.md
- "FAQ": v1/installation/faq.md
- How to:
- "Bundle Static Modules": v1/how-tos/bundle-static-modules.md
- "Routing": v1/how-tos/routing.md
- "Create Pages": v1/how-tos/create-pages.md
- "Set Up Twitter and OpenGraph Cards": v1/how-tos/twitter-opengraph-cards.md
- "Edit the Top Menu": v1/how-tos/edit-top-menu.md
- "Edit the Footer": v1/how-tos/edit-footer.md
- "Manage Assets": v1/how-tos/manage-assets.md
site_name: light
site_description: "Dotkernel Light"
repo_url: "https://github.com/dotkernel/light"
plugins:
- search