diff options
author | Nathaniel Case <this.is@nathanielca.se> | 2019-02-08 11:04:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-08 11:04:05 -0500 |
commit | 7ad238b35813f2191172dabb32e00a3b533a58a3 (patch) | |
tree | 9e82ebc725ec80fc1c851c78b6b03969721437a0 /docs/docsite/Makefile | |
parent | d1b2ef9c5ce13b05f820c84b841e67eb5ee1aff7 (diff) | |
download | ansible-7ad238b35813f2191172dabb32e00a3b533a58a3.tar.gz |
Document httpapi and cliconf plugins (#49503)
* Create new documentation pages for httpapi and cliconf
* Add new documentation to plugins toctree and Makefile
* Add DOCUMENTATION to cliconf
* Apply suggestions from code review
Diffstat (limited to 'docs/docsite/Makefile')
-rw-r--r-- | docs/docsite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/Makefile b/docs/docsite/Makefile index 97a07af104..c97936bc70 100644 --- a/docs/docsite/Makefile +++ b/docs/docsite/Makefile @@ -26,7 +26,7 @@ ifdef PLUGINS PLUGIN_ARGS = -l $(PLUGINS) endif -DOC_PLUGINS ?= cache callback connection inventory lookup shell strategy vars +DOC_PLUGINS ?= cache callback cliconf connection httpapi inventory lookup shell strategy vars assertrst: ifndef rst |