forked from docksal/docksal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (55 loc) · 2.06 KB
/
mkdocs.yml
File metadata and controls
55 lines (55 loc) · 2.06 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
site_name: Docksal Documentation
theme: readthedocs
theme_dir: docs/_custom_theme
repo_url: https://github.com/docksal/docksal
extra_css:
- _css/extra.css
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.nl2br
pages:
- Home: index.md
- Getting started:
- What's in the software?: getting-started/the-software.md
- Setup instructions: getting-started/setup.md
- System requirements: getting-started/system-requirements.md
- Docksal setup: getting-started/env-setup.md
- Project setup: getting-started/project-setup.md
- Docker for Mac/Windows: getting-started/env-setup-native.md
- Upgrading from Drude (DDE): getting-started/upgrade-dde.md
- Portable installation: getting-started/portable.md
- Troubleshooting: troubleshooting.md
- Docksal Fin:
- fin: fin/fin.md
- Custom commands: fin/custom-commands.md
- Tools and integrations:
- Apache Solr: tools/apache-solr.md
- Behat: tools/behat.md
- Blackfire: tools/blackfire.md
- Drupal Console: tools/drupal-console.md
- Drush: tools/drush.md
- MailHog: tools/mailhog.md
- Memcached: tools/memcached.md
- ngrok: tools/ngrok.md
- PHP Code Sniffer: tools/phpcs.md
- SASS and Compass: tools/sass.md
- Varnish: tools/varnish.md
- Xdebug: tools/xdebug.md
- Advanced configuration:
- Stack configuration:
- Stack: advanced/stack.md
- Stack configuration: advanced/stack-config.md
- PHP/MySQL/etc. settings: advanced/stack-settings.md
- Drupal settings: advanced/drupal-settings.md
- Multiple projects/domains: advanced/multiple-projects.md
- VM resources: advanced/vm.md
- Networking: advanced/networking.md
- SSH agent: advanced/ssh-agent.md
- Database:
- Database access: advanced/db-access.md
- Automatic database import: advanced/db-import.md
- Database sandbox mode: advanced/db-sandbox.md
- Web Server:
- HTTP Basic Authentication: advanced/web-http-auth.md
- Web server logs: advanced/web-logs.md
- Docksal volumes: advanced/volumes.md