forked from wodby/docker4drupal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
29 lines (26 loc) · 878 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
26
27
28
29
site_name: Docker4Drupal Documentation
repo_url: https://github.com/wodby/docker4drupal
site_description: 'Docker4Drupal – Docker-based Drupal environment for local development'
theme: readthedocs
markdown_extensions:
- toc:
permalink: True
pages:
- Getting Started: 'index.md'
- Domains: 'domains.md'
- Logs: 'logs.md'
- Accessing Containers: 'access.md'
- Permissions: 'permissions.md'
- Docker for Mac: 'macos.md'
- Multiple Projects: 'multiple-projects.md'
- CI/CD: 'cicd.md'
- Known Issues: 'known-issues.md'
- Using In Production: 'production.md'
- Containers:
- 'Nginx': 'containers/nginx.md'
- 'PHP': 'containers/php.md'
- 'MariaDB': 'containers/mariadb.md'
- 'Redis': 'containers/redis.md'
- 'Memcached': 'containers/memcached.md'
- 'Apache Solr': 'containers/solr.md'
- 'Varnish': 'containers/varnish.md'