We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7cba18 commit c055aecCopy full SHA for c055aec
docs/CONFIG.md
@@ -9,6 +9,11 @@ Configuration - a `documentation.yml` file - will accomplish two goals:
9
* Organization: you can put top level documentation in order of importance
10
* Narration: you can add narrative sections - plain English writing - in
11
between autogenerated API documentation.
12
+
13
+Specify the configuration file with the `--config` command-line option.
14
+```sh
15
+$ documentation build --config documentation.yml ...
16
+```
17
18
Here's how `documentation.yml` works:
19
0 commit comments