X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fmkdocs.yml;fp=vendor%2Fdrush%2Fdrush%2Fmkdocs.yml;h=0a037889153ad4a6c2dde441ab77c48b8987e1b0;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=470a41ae8e207184867188fdb4c45abf04e0d75d;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/drush/drush/mkdocs.yml b/vendor/drush/drush/mkdocs.yml index 470a41ae8..0a0378891 100644 --- a/vendor/drush/drush/mkdocs.yml +++ b/vendor/drush/drush/mkdocs.yml @@ -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: