Skip to content

Commit b756ec9

Browse files
bircherweitzman
authored andcommitted
Add docs-config-filter command and fix mkdoc.yml duplication.
1 parent 11ed42f commit b756ec9

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Diff for: lib/Drush/Commands/core/DocsCommands.php

+11
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,17 @@ public function configExport() {
6767
self::printFile(DRUSH_BASE_PATH. '/docs/config-exporting.md');
6868
}
6969

70+
/**
71+
* Drupal configuration filter instructions for changing yml files during import/export.
72+
*
73+
* @command docs-config-filter
74+
* @hidden
75+
* @topic
76+
*/
77+
public function configFilter() {
78+
self::printFile(DRUSH_BASE_PATH. '/docs/config-filter.md');
79+
}
80+
7081
/**
7182
* Site aliases overview on creating your own aliases for commonly used Drupal sites with examples from example.aliases.drushrc.php.
7283
*

Diff for: mkdocs.yml

-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@ pages:
2222
- Bootstrap: bootstrap.md
2323
- Context system: context.md
2424
- Filtering Drupal configuration: config-filter.md
25-
theme: readthedocs
26-
site_author: ""
27-
repo_url: https://github.com/drush-ops/drush
28-
include_search: true
2925
#use_directory_urls: false

0 commit comments

Comments
 (0)