summaryrefslogtreecommitdiff
path: root/doc/source/_extra
diff options
context:
space:
mode:
authorEric Fried <openstack@fried.cc>2019-10-21 17:05:57 -0500
committerEric Fried <openstack@fried.cc>2019-10-21 17:44:15 -0500
commit85c83530ee63e1c66bc132d4b0c97d7f2b077ee8 (patch)
tree2af98ba88975f02819cd931238d846f573917eac /doc/source/_extra
parent8cdc7348d184555cac3e32facaf949784f0564d2 (diff)
downloadpython-openstackclient-85c83530ee63e1c66bc132d4b0c97d7f2b077ee8.tar.gz
Split plugin docs per project
Once [1] fixed plugin doc generation, the (single) page it produced was unusably huge. This commit splits it into one page per project. Note that there are four plugin projects that didn't have sections included: - cue - murano - tripleo - watcher These were noted in hidden rst which is preserved in the (new) index page. [1] Id9be39971110fd2eb4519a0582c9bf2514cdcacd Change-Id: I0214ddb00a5a292a46d7cfb539d6dcc540fdae79 Story: #1735016 Task: #37239
Diffstat (limited to 'doc/source/_extra')
-rw-r--r--doc/source/_extra/.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/_extra/.htaccess b/doc/source/_extra/.htaccess
index d4c092b5..fd91901e 100644
--- a/doc/source/_extra/.htaccess
+++ b/doc/source/_extra/.htaccess
@@ -20,3 +20,4 @@ redirectmatch 301 ^/python-openstackclient/([^/]+)/command-wrappers.html$ /pytho
redirectmatch 301 ^/python-openstackclient/([^/]+)/developing.html$ /python-openstackclient/$1/contributor/developing.html
redirectmatch 301 ^/python-openstackclient/([^/]+)/humaninterfaceguide.html$ /python-openstackclient/$1/contributor/humaninterfaceguide.html
redirectmatch 301 ^/python-openstackclient/([^/]+)/plugins.html$ /python-openstackclient/$1/contributor/plugins.html
+redirectmatch 301 ^/python-openstackclient/([^/]+)/cli/plugin-commands.html$ /python-openstackclient/$1/cli/plugin-commands/index.html