move project-deploy-guide.html to /series/deploy
Change-Id: I7b1bbd977cad17a8b1392a499aebb557095a0f40 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
b88b95bd53
commit
bfddfc4dc1
@ -36,7 +36,7 @@ Before reading this book, we recommend:
|
|||||||
|
|
||||||
For information about deploying and operating OpenStack, see the
|
For information about deploying and operating OpenStack, see the
|
||||||
`Installation Tutorials and Guides <https://docs.openstack.org/project-install-guide/ocata/>`_,
|
`Installation Tutorials and Guides <https://docs.openstack.org/project-install-guide/ocata/>`_,
|
||||||
`Deployment Guides <https://docs.openstack.org/project-deploy-guide/ocata/>`_,
|
`Deployment Guides <https://docs.openstack.org/ocata/deploy/>`_,
|
||||||
and the `OpenStack Operations Guide <https://docs.openstack.org/ops-guide/>`_.
|
and the `OpenStack Operations Guide <https://docs.openstack.org/ops-guide/>`_.
|
||||||
|
|
||||||
Contents
|
Contents
|
||||||
|
@ -6,7 +6,7 @@ As of the Newton release, a new method of publishing deployment guides has
|
|||||||
been implemented. This allows each deployment projects to create their own
|
been implemented. This allows each deployment projects to create their own
|
||||||
deployment guide, based on a standard template, in their own repository.
|
deployment guide, based on a standard template, in their own repository.
|
||||||
These guides are then centrally published to
|
These guides are then centrally published to
|
||||||
`Deployment Guides <https://docs.openstack.org/project-deploy-guide/newton/>`_.
|
`Deployment Guides <https://docs.openstack.org/newton/deploy/newton/>`_.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
@ -65,6 +65,8 @@ redirect 301 /contributor-guide/ui-text-guidelines /contributor-guide/ux-ui-guid
|
|||||||
# Redirect any deploy guide project directory back to the current stable index
|
# Redirect any deploy guide project directory back to the current stable index
|
||||||
redirectmatch 301 "^/project-deploy-guide/$" /{{RELEASED_SERIES}}/deploy/
|
redirectmatch 301 "^/project-deploy-guide/$" /{{RELEASED_SERIES}}/deploy/
|
||||||
redirectmatch 301 "^/project-deploy-guide/openstack-ansible/$" /project-deploy-guide/openstack-ansible/{{RELEASED_SERIES}}/
|
redirectmatch 301 "^/project-deploy-guide/openstack-ansible/$" /project-deploy-guide/openstack-ansible/{{RELEASED_SERIES}}/
|
||||||
|
redirectmatch 301 "^/project-deploy-guide/newton/" /newton/deploy/
|
||||||
|
redirectmatch 301 "^/project-deploy-guide/ocata/" /ocata/deploy/
|
||||||
|
|
||||||
# Redirecting infra docs links to new developer location
|
# Redirecting infra docs links to new developer location
|
||||||
redirectmatch 301 "^/infra/shade(.*)$" /developer/shade$1
|
redirectmatch 301 "^/infra/shade(.*)$" /developer/shade$1
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
<div class="docs-link-sections">
|
<div class="docs-link-sections">
|
||||||
<h3 id="project-deploy-guide"><i class="fa fa-cogs"></i> Deployment Guides</h3>
|
<h3 id="project-deploy-guide"><i class="fa fa-cogs"></i> Deployment Guides</h3>
|
||||||
<p>Choose how to deploy OpenStack and get started with the most commonly used OpenStack services</p>
|
<p>Choose how to deploy OpenStack and get started with the most commonly used OpenStack services</p>
|
||||||
<a href="/project-deploy-guide/ocata/">Deployment Guides</a>
|
<a href="deploy">Deployment Guides</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="docs-link-sections">
|
<div class="docs-link-sections">
|
||||||
<h3 id="ops-and-admin-guides"><i class="fa fa-users"></i> Operations and Administration Guides</h3>
|
<h3 id="ops-and-admin-guides"><i class="fa fa-users"></i> Operations and Administration Guides</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user