forked from zendframework/zend-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
22 lines (22 loc) · 793 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
docs_dir: doc/book
site_dir: doc/html
pages:
- index.md
- Intro: 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: zend-console
site_description: Zend\Console
repo_url: 'https://github.com/zendframework/zend-console'
copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'