Merge "[www] Create index page for deployment guides"
This commit is contained in:
commit
5026c731b0
@ -66,6 +66,10 @@
|
||||
<h3 id="install-guides"><i class="fa fa-cogs"></i>Draft Installation Tutorials and Guides</h3>
|
||||
<a href="/project-install-guide/draft/">Installation Tutorials and Guides</a>
|
||||
</div>
|
||||
<div class="docs-link-sections">
|
||||
<h3 id="deploy-guides"><i class="fa fa-cogs"></i>Draft Deployment Guides</h3>
|
||||
<a href="/project-deploy-guide/draft/">Deployment Guides</a>
|
||||
</div>
|
||||
<div class="docs-link-sections">
|
||||
<h3 id="configuration-guides"><i class="fa fa-wrench"></i>Draft Configuration Guides</h3>
|
||||
<a href="/draft/config-reference/">Configuration Reference</a>
|
||||
|
40
www/project-deploy-guide/draft/index.html
Normal file
40
www/project-deploy-guide/draft/index.html
Normal file
@ -0,0 +1,40 @@
|
||||
{% set scriptdir = '../../common/js/' %}
|
||||
{% set cssdir = '../../common/css/' %}
|
||||
{% extends "templates/base.tmpl" %}
|
||||
{% block pagetitle %}Draft Deployment Guides{% endblock %}
|
||||
{% block title %}
|
||||
<a href="http://docs.openstack.org">Documentation</a> > Draft Deployment Guides
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<!-- Begin Page Content -->
|
||||
<div class="top-docs-wrapper">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-8 col-sm-8">
|
||||
<h1>Draft Deployment Guides</h1>
|
||||
<p>The following deployment guides support different installation
|
||||
methods for core and optional OpenStack services.</p>
|
||||
<p>This is documentation in progress for the next release.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mid-docs-wrapper" id="docs-main-body">
|
||||
<div class="container">
|
||||
<div class="row docs-toc">
|
||||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
<div class="docs-link-sections">
|
||||
<h3><i class="fa fa-cogs"></i>By deployment method</h3>
|
||||
<a href="/project-deploy-guide/openstack-ansible/draft/">OpenStack-Ansible Deployment Guide</a></li>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row docs-contribute-wrapper">
|
||||
<div class="col-lg-12">
|
||||
<p>Documentation treated like code, powered by the community - interested?</p>
|
||||
<a href="/contributor-guide/" class="overview-btn contribute-btn">How To Contribute <i class="fa fa-chevron-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
38
www/project-deploy-guide/newton/index.html
Normal file
38
www/project-deploy-guide/newton/index.html
Normal file
@ -0,0 +1,38 @@
|
||||
{% set scriptdir = '../../common/js/' %}
|
||||
{% set cssdir = '../../common/css/' %}
|
||||
{% extends "templates/base.tmpl" %}
|
||||
{% block pagetitle %}Newton Deployment Guides{% endblock %}
|
||||
{% block title %}
|
||||
<a href="http://docs.openstack.org">Documentation</a> > Newton Deployment Guides
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<!-- Begin Page Content -->
|
||||
<div class="top-docs-wrapper">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-md-8 col-sm-8">
|
||||
<h1>Newton Deployment Guides</h1>
|
||||
<p>The following deployment guides support different installation
|
||||
methods for core and optional OpenStack services.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mid-docs-wrapper" id="docs-main-body">
|
||||
<div class="container">
|
||||
<div class="row docs-toc">
|
||||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
<div class="docs-link-sections">
|
||||
<h3><i class="fa fa-cogs"></i>By deployment method</h3>
|
||||
<a href="/project-deploy-guide/openstack-ansible/newton/">OpenStack-Ansible Deployment Guide</a></li>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row docs-contribute-wrapper">
|
||||
<div class="col-lg-12">
|
||||
<p>Documentation treated like code, powered by the community - interested?</p>
|
||||
<a href="/contributor-guide/" class="overview-btn contribute-btn">How To Contribute <i class="fa fa-chevron-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
@ -13,6 +13,8 @@
|
||||
<li><a href="www/ops/index.html">/ops/index.html</a></li>
|
||||
<li><a href="www/project-install-guide/draft/index.html">/project-install-guide/draft/index.html</a></li>
|
||||
<li><a href="www/project-install-guide/newton/index.html">/project-install-guide/newton/index.html</a></li>
|
||||
<li><a href="www/project-deploy-guide/draft/index.html">/project-deploy-guide/draft/index.html</a></li>
|
||||
<li><a href="www/project-deploy-guide/newton/index.html">project-deploy-guide/newton/index.html</a></li>
|
||||
<li><a href="www/sec/index.html">/sec/index.html</a></li>
|
||||
<li><a href="www/training_labs/index.html">/training_labs/index.html</a></li>
|
||||
<!-- release -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user