forked from geerlingguy/drupal-vm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (44 loc) · 2.13 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
site_name: Drupal VM Documentation
repo_url: https://github.com/geerlingguy/drupal-vm
site_description: 'Drupal VM - A VM for local Drupal development, built with Vagrant + Ansible'
theme: readthedocs
markdown_extensions:
- toc:
permalink: True
pages:
- Home: 'index.md'
- Drupal Deployment Strategies:
- 'Drush Make file': 'deployment/drush-make.md'
- 'Composer': 'deployment/composer.md'
- 'Local Drupal codebase': 'deployment/local-codebase.md'
- 'Drupal multisite': 'deployment/multisite.md'
- Extra Software and Setup:
- 'Syncing Folders': 'extras/syncing-folders.md'
- 'Connect to the MySQL Database': 'extras/mysql.md'
- 'Use Apache Solr for Search': 'extras/solr.md'
- 'Use Drush with Drupal VM': 'extras/drush.md'
- 'Use Drupal Console with Drupal VM': 'extras/drupal-console.md'
- 'Use Varnish with Drupal VM': 'extras/varnish.md'
- 'Use MariaDB instead of MySQL': 'extras/mariadb.md'
- 'Use PostgreSQL instead of MySQL': 'extras/postgresql.md'
- 'Use Node.js and NPM': 'extras/nodejs.md'
- 'Use SSL vhosts with Apache': 'extras/ssl.md'
- 'View Logs with Pimp my Log': 'extras/pimpmylog.md'
- 'Profile Code - XHProf, Blackfire, Xdebug': 'extras/profile-code.md'
- 'Debug Code with XDebug': 'extras/xdebug.md'
- 'Catch Emails with MailHog': 'extras/mailhog.md'
- 'Test with Behat and Selenium': 'extras/behat.md'
- 'Add Pre- and Post-Provision Scripts': 'extras/scripts.md'
- Other Information:
- 'Using Different Base OSes': 'other/base-os.md'
- 'Using Different Webservers': 'other/webservers.md'
- 'Overriding configurations': 'other/overriding-configurations.md'
- 'Installing Drupal VM as a Composer Dependency': 'other/drupalvm-composer-dependency.md'
- 'PHP 5.6 on Drupal VM': 'other/php-56.md'
- 'BigPipe with Drupal VM': 'other/bigpipe.md'
- 'Drupal VM Management Tools': 'other/management-tools.md'
- 'Networking Notes': 'other/networking.md'
- 'Drupal 6 Notes': 'other/drupal-6.md'
- 'Linux Notes': 'other/linux.md'
- 'Windows Notes': 'other/windows.md'
- 'Vagrant and VirtualBox Tips': 'other/vagrant-virtualbox.md'