-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
23 lines (18 loc) · 845 Bytes
/
mkdocs.yml
File metadata and controls
23 lines (18 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
site_name: The BackBee documentation
site_url: http://www.backbee.com/
site_description: The BackBee documentation
repo_url: https://github.com/backbee/docs
docs_dir: doc
extra_javascript: ['js/backbee.js']
theme: 'bootstrap'
pages:
- Introduction: 'index.md'
- User documentation:
- 'Installation of BackBee CMS': 'user-documentation/installation.md'
- Developper documentation:
- 'Requirements': 'developper-documentation/requirements.md'
- 'Architecture': 'developper-documentation/architecture.md'
- 'Cookbooks':
- 'Create new commands': 'developper-documentation/cookbooks/create_new_commands.md'
- 'Customize error pages': 'developper-documentation/cookbooks/customize_error_pages.md'
copyright: Copyright © 2014-2015, <a href="http://www.backbee.com">BackBee project</a>.