forked from drush-ops/drush
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
32 lines (31 loc) · 900 Bytes
/
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
site_name: Drush docs
theme: readthedocs
site_url: http://docs.drush.org
repo_url: https://github.com/drush-ops/drush
repo_name: GitHub
edit_uri: blob/master/docs/
#include_search: true
pages:
- Home: index.md
- General:
- Install: install.md
- Usage: usage.md
- Example files: examples.md
- Cron: cron.md
- Drush configuration: using-drush-configuration.md
- Drupal configuration: config-exporting.md
- Output Formats, Fields & Filters: output-formats-filters.md
- REPL (a custom shell for Drupal): repl.md
- Writing commands/generators:
- Command Authoring: commands.md
- Hooks: hooks.md
- Dependency injection: dependency-injection.md
- Input / Output: io.md
- Generator Authoring: generators.md
- Bootstrap: bootstrap.md
- Site Alias Manager: site-alias-manager.md
#use_directory_urls: false
markdown_extensions:
- toc:
permalink:
- admonition: