More updates to stop using dev or alpha or beta versions.
[yaffs-website] / vendor / drush / drush / mkdocs.yml
1 site_name: Drush docs
2 theme: readthedocs
3 site_url: http://docs.drush.org
4 repo_url: https://github.com/drush-ops/drush
5 repo_name: GitHub
6 edit_uri: blob/master/docs/
7 #include_search: true
8 pages:
9 - Home: index.md
10 - General:
11   - Install: install.md
12   - Usage: usage.md
13   - Example files: examples.md
14   - Cron: cron.md
15   - Drush configuration: using-drush-configuration.md
16   - Drupal configuration: config-exporting.md
17   - REPL (a custom shell for Drupal): repl.md
18 - Writing commands/generators:
19   - Command Authoring: commands.md
20   - Hooks: hooks.md
21   - Dependency injection: dependency-injection.md
22   - Input / Output: io.md
23   - Generator Authoring: generators.md
24   - Bootstrap: bootstrap.md
25   - Site Alias Manager: site-alias-manager.md
26 #use_directory_urls: false
27
28 markdown_extensions:
29     - toc:
30         permalink: 
31     - admonition: