forked from ddev/ddev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
29 lines (29 loc) · 1.23 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
site_name: ddev Documentation
repo_url: https://github.com/drud/ddev
repo_name: GitHub
edit_uri: blob/master/docs/
copyright: DRUD Technology, LLC
theme: readthedocs
extra_javascript:
- assets/fix-search.js
markdown_extensions:
- markdown.extensions.toc
pages:
- 'Home': 'index.md'
- 'User Documentation':
- 'Using the CLI': 'users/cli-usage.md'
- 'Extending ddev Commands': 'users/extending-commands.md'
- 'Using Developer Tools with ddev': 'users/developer-tools.md'
- 'PHP Step Debugging': 'users/step-debugging.md'
- 'Extending ddev':
- 'Additional Project Hostnames': 'users/extend/additional-hostnames.md'
- 'Extending and Customizing Environments': 'users/extend/customization-extendibility.md'
- 'Additional Services': 'users/extend/additional-services.md'
- 'Defining Custom Services': 'users/extend/custom-compose-files.md'
- 'Integration with Hosting Providers':
- 'Pantheon': 'users/providers/pantheon.md'
- 'DDEV-Live': 'users/providers/drud-s3.md'
- 'Troubleshooting': 'users/troubleshooting.md'
- 'Docker Installation': 'users/docker_installation.md'
- 'Developer Documentation':
- 'Building, Testing, and Contributing': 'developers/building-contributing.md'