forked from wodby/docker4wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (24 loc) · 830 Bytes
/
mkdocs.yml
File metadata and controls
27 lines (24 loc) · 830 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
site_name: Docker4WordPress Documentation
repo_url: https://github.com/wodby/docker4wordpress
site_description: 'Docker4WordPress – Docker-based WordPress 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'
- Using In Production: 'production.md'
- Containers:
- 'Nginx': 'containers/nginx.md'
- 'Apache': 'containers/apache.md'
- 'PHP': 'containers/php.md'
- 'MariaDB': 'containers/mariadb.md'
- 'Redis': 'containers/redis.md'
- 'Varnish': 'containers/varnish.md'
- 'AthenaPDF': 'containers/athenapdf.md'