Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / mkdocs.yml
index 470a41ae8e207184867188fdb4c45abf04e0d75d..0a037889153ad4a6c2dde441ab77c48b8987e1b0 100644 (file)
@@ -1,28 +1,31 @@
 site_name: Drush docs
 theme: readthedocs
+site_url: http://docs.drush.org
 repo_url: https://github.com/drush-ops/drush
-include_search: true
+repo_name: GitHub
+edit_uri: blob/master/docs/
+#include_search: true
 pages:
 - Home: index.md
 - General:
   - Install: install.md
-  - Install (alternatives): install-alternative.md
   - Usage: usage.md
   - Example files: examples.md
   - Cron: cron.md
-  - Make: make.md
-  - Output formats: output-formats.md
-  - Shell aliases: shellaliases.md
-  - Shell scripts: shellscripts.md
-  - Strict options: strict-options.md
-  - Bastion: bastion.md
-  - Exporting Drupal configuration: config-exporting.md
-- Writing commands:
+  - Drush configuration: using-drush-configuration.md
+  - Drupal configuration: config-exporting.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
-  - Context system: context.md
-theme: readthedocs
-site_author: ""
-repo_url: https://github.com/drush-ops/drush
-include_search: true
+  - Site Alias Manager: site-alias-manager.md
 #use_directory_urls: false
+
+markdown_extensions:
+    - toc:
+        permalink: 
+    - admonition: