diff options
author | Felix Fontein <felix@fontein.de> | 2020-12-18 17:55:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 11:55:31 -0500 |
commit | b514200126f98517d71fddbc636e91700e65e8f9 (patch) | |
tree | e7d1f80cf937fdfba5cd39f67b055cbe7b357cc3 /.gitignore | |
parent | 8fdb5ace01c096d5c9a8522168e479ef1b11ebcb (diff) | |
download | ansible-b514200126f98517d71fddbc636e91700e65e8f9.tar.gz |
Add link to all module and plugin indexes (#72743)
* Add link to all module and plugin indexes.
* Use glob setting for toctree.
* Explicitly include new file.
* Move all_plugins one level up.
* Revert "Move all_plugins one level up."
This reverts commit bd47e82eadbf18b1f4736c62fde47f6e15191723.
* Revert "Explicitly include new file."
This reverts commit 74ae50a734d7ca6c904f3fdc91b71aa8bd7e5b4a.
* Adjust .gitignore
* Revert "Revert "Explicitly include new file.""
This reverts commit f30d99c861b65f1968c402abdad6ff93c15d68b8.
* Fix docs make clean
Now that there's a static file in rst/collections, we have to be more
explicit about how we clean the generated files out of that directory.
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 906b538952..5d7c778c3e 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ docs/docsite/rst/dev_guide/collections_galaxy_meta.rst docs/docsite/rst/dev_guide/testing/sanity/index.rst.new docs/docsite/rst/modules/*.rst docs/docsite/rst/collections/*.rst +!docs/docsite/rst/collections/all_plugins.rst docs/docsite/rst/collections/*/*.rst docs/docsite/rst/playbooks_directives.rst docs/docsite/rst/plugins_by_category.rst |