forked from opendevshop/devshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
33 lines (32 loc) · 1.06 KB
/
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
25
26
27
28
29
30
31
32
site_name: 'Open DevShop'
docs_dir: 'docs'
repo_url: https://github.com/opendevshop/devshop
theme: 'flatly'
pages:
- 'About':
- 'About DevShop': 'index.md'
- 'Roadmap': 'roadmap.md'
- 'Installation':
- 'Installing DevShop': 'install.md'
- 'Upgrading DevShop': 'upgrading.md'
- 'Changing Hostname': 'changing-hostname.md'
- 'Architecture':
- 'Architecture Overview': 'architecture.md'
- 'Setup Examples': 'examples.md'
- 'Site Development':
- 'Deployment Hooks': 'deployment-hooks.md'
- 'Customizing settings.php': 'settings-php.md'
- 'Automated Testing': 'testing.md'
- 'Acquia Cloud Hooks Integration': 'deployment-hooks-acquia.md'
- 'DevShop Development':
- 'Developing DevShop': 'development.md'
- 'Release Process': 'release-process.md'
- 'Roadmap': 'roadmap.md'
- 'Management':
- 'Deleting Projects & Environments': 'deleting.md'
- 'Using SSL': 'ssl.md'
- 'Password Protection': 'password-protect.md'
- 'Remote Servers': 'remotes.md'
- 'Going Live': 'going-live.md'
- 'Scaling': 'scaling.md'
- 'Troubleshooting': 'troubleshooting.md'