forked from samsonasik/laminas-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
24 lines (24 loc) · 845 Bytes
/
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
docs_dir: docs/book
site_dir: docs/html
nav:
- Home: index.md
- Introduction: intro.md
- Reference:
- 'Console Adapters': adapter.md
- 'Console Prompts': prompts.md
- Routes: routes.md
- 'MVC Integration':
- 'MVC Routing': mvc/routing.md
- 'Console-Aware Modules': mvc/modules.md
- 'Console-Aware Controllers': mvc/controllers.md
- Getopt:
- Introduction: getopt/intro.md
- 'Declaring Rules': getopt/rules.md
- 'Fetching Options and Arguments': getopt/fetching.md
- Configuration: getopt/configuration.md
site_name: laminas-console
site_description: 'Build console applications using getopt syntax or routing, complete with prompts'
repo_url: 'https://github.com/laminas/laminas-console'
extra:
project: Components
show_special_homepage: true