forked from mixxmac/docker4drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (25 loc) · 861 Bytes
/
mkdocs.yml
File metadata and controls
28 lines (25 loc) · 861 Bytes
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
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'
- Performance on MacOS: 'macos.md'
- Docroot in subdirectory: 'docroot.md'
- Containers:
- 'Basics': 'containers/index.md'
- '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'
- 'Mailhog': 'containers/mailhog.md'
- CI/CD: 'cicd.md'
- Known Issues: 'known-issues.md'
- Logs: 'logs.md'
- Using In Production: 'production.md'