forked from liip/drifter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
26 lines (23 loc) · 804 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
25
site_name: Drifter
site_description: Drifter is a framework to help provision developer boxes using Ansible and Vagrant
site_author: Liip SA
repo_name: "Drifter on GitHub"
repo_url: https://github.com/liip/drifter
theme: readthedocs
pages:
- 'Home': 'index.md'
- 'Roles':
- 'System roles': 'roles/system.md'
- 'Webserver roles': 'roles/webservers.md'
- 'Database roles': 'roles/databases.md'
- 'PHP roles': 'roles/php.md'
- 'Python roles': 'roles/python.md'
- 'Java roles': 'roles/java.md'
- 'Frontend roles': 'roles/frontend.md'
- 'Other roles': 'roles/others.md'
- 'Tips & Tricks':
- 'PHP Debugging': 'tips/php.md'
- 'Integrating with Gitlab CI': 'tips/ci.md'
- 'Roadmap': 'roadmap.md'
- 'Custom boxes': 'boxes.md'
- 'Migrations': 'migrations.md'