move the landing pages under the pike directory

Change-Id: I4472f8f02d71edaa998b14e76f8b4d96cbf62164
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-07-18 17:21:52 -04:00
parent cc36296965
commit 623d9c39c8
10 changed files with 200 additions and 32 deletions

View File

@ -26,9 +26,9 @@
<h3><i class="fa fa-book"></i> Administrator Guides for OpenStack Services</h3> <h3><i class="fa fa-book"></i> Administrator Guides for OpenStack Services</h3>
{% for project in projects|sort(attribute='name') -%} {% for project in projects|sort(attribute='name') -%}
{% if project.type in ['service', 'other'] and project.has_admin_guide %} {% if project.type in ['service', 'other'] and project.has_admin_guide %}
<a href="/{{project.name}}/latest/admin/"> <a href="/{{project.name}}/{{series}}/admin/">
{{project.service}} ({{project.name}}) {{project.service}} ({{project.name}})
</a><br /> </a><br />
{% endif %} {% endif %}
{%- endfor %} {%- endfor %}
</div> </div>

View File

@ -36,7 +36,7 @@
<a href="https://developer.openstack.org/api-ref/{{project.service_type}}/"> API Reference</a> <a href="https://developer.openstack.org/api-ref/{{project.service_type}}/"> API Reference</a>
{% endif %} {% endif %}
{% if project.has_in_tree_api_docs %} {% if project.has_in_tree_api_docs %}
<a href="https://docs.openstack.org/{{project.name}}/latest/api/"> API Guide</a> <a href="/{{project.name}}/{{series}}/api/"> API Guide</a>
{% endif %} {% endif %}
{% if project.has_api_guide %} {% if project.has_api_guide %}
<a href="https://developer.openstack.org/api-guide/{{project.service_type}}/"> API Guide</a> <a href="https://developer.openstack.org/api-guide/{{project.service_type}}/"> API Guide</a>
@ -50,7 +50,7 @@
<div class="docs-link-sections"> <div class="docs-link-sections">
<h3><i class="fa fa-cloud"></i> User Guides</h3> <h3><i class="fa fa-cloud"></i> User Guides</h3>
<a href="https://developer.openstack.org/api-guide/quick-start/">API Guide</a><br/> <a href="https://developer.openstack.org/api-guide/quick-start/">API Guide</a><br/>
<a href="/user-guide/">OpenStack End User Guide (includes Python SDK)</a><br/> <a href="../user/">OpenStack End User Guides (includes Python SDK)</a><br/>
<a href="https://developer.openstack.org">Open source software for application development</a><br/> <a href="https://developer.openstack.org">Open source software for application development</a><br/>
</div> </div>
</div> </div>

View File

@ -24,12 +24,12 @@
<div class="col-lg-6 col-md-6 col-sm-6"> <div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections"> <div class="docs-link-sections">
<h3><i class="fa fa-book"></i> Configuration Guides for OpenStack Services</h3> <h3><i class="fa fa-book"></i> Configuration Guides for OpenStack Services</h3>
<a href="/oslo.config/latest/configuration/"> <a href="/oslo.config/{{series}}/configuration/">
General information about configuring OpenStack (oslo.config) General information about configuring OpenStack (oslo.config)
</a><br /> </a><br />
{% for project in projects|sort(attribute='name') -%} {% for project in projects|sort(attribute='name') -%}
{% if project.type in ['service', 'other'] and project.has_config_ref %} {% if project.type in ['service', 'other'] and project.has_config_ref %}
<a href="/{{project.name}}/latest/configuration/"> <a href="/{{project.name}}/{{series}}/configuration/">
{{project.service}} ({{project.name}}) {{project.service}} ({{project.name}})
</a><br /> </a><br />
{% endif %} {% endif %}

View File

@ -22,8 +22,8 @@
<div class="col-lg-6 col-md-6 col-sm-6"> <div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections"> <div class="docs-link-sections">
<h3><i class="fa fa-cogs"></i>By deployment method</h3> <h3><i class="fa fa-cogs"></i>By deployment method</h3>
<p><a href="/project-deploy-guide/openstack-ansible/draft/">OpenStack-Ansible Deployment Guide</a></li></p> <p><a href="/project-deploy-guide/openstack-ansible/">OpenStack-Ansible Deployment Guide</a></li></p>
<p><a href="/project-deploy-guide/kolla-ansible/draft/">Kolla Deployment Guide</a></li></p> <p><a href="/project-deploy-guide/kolla-ansible/">Kolla Deployment Guide</a></li></p>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1,5 +1,5 @@
{% extends "templates/base.tmpl" %} {% extends "templates/base.tmpl" %}
{% block pagetitle %}Draft{% endblock %} {% block pagetitle %}{% endblock %}
{% block title %}{% endblock %} {% block title %}{% endblock %}
{% block header %} {% block header %}
{% endblock header %} {% endblock header %}
@ -55,34 +55,34 @@
<div class="row docs-toc"> <div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6"> <div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections"> <div class="docs-link-sections">
<h3 id="install-guides"><i class="fa fa-cogs"></i>Draft Installation Tutorials and Guides</h3> <h3 id="install-guides"><i class="fa fa-cogs"></i>Installation Tutorials and Guides</h3>
<a href="/project-install-guide/draft/">Installation Tutorials and Guides</a> <a href="install/">Installation Tutorials and Guides</a>
</div> </div>
<div class="docs-link-sections"> <div class="docs-link-sections">
<h3 id="deploy-guides"><i class="fa fa-cogs"></i>Draft Deployment Guides</h3> <h3 id="deploy-guides"><i class="fa fa-cogs"></i>Deployment Guides</h3>
<a href="/project-deploy-guide/draft/">Deployment Guides</a> <a href="deploy/">Deployment Guides</a>
</div> </div>
<div class="docs-link-sections"> <div class="docs-link-sections">
<h3 id="configuration-guides"><i class="fa fa-wrench"></i>Draft Configuration Guides</h3> <h3 id="configuration-guides"><i class="fa fa-wrench"></i>Configuration Guides</h3>
<a href="/configuration/">Configuration Reference</a> <a href="configuration/">Configuration Reference</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>Draft Operations and Administration Guides</h3> <h3 id="ops-and-admin-guides"><i class="fa fa-users"></i>Operations and Administration Guides</h3>
<a href="/draft/ha-guide-draft/">Draft High Availability Guide</a> <a href="/ha-guide/">High Availability Guide</a>
</div> </div>
<div class="docs-link-sections"> <div class="docs-link-sections">
<h3 id="api-guides"><i class="fa fa-book"></i>Draft API Guides</h3> <h3 id="api-guides"><i class="fa fa-book"></i>API Guides</h3>
<a href="https://developer.openstack.org/draft/firstapp-dotnet/">Writing Your First Application: .Net</a> <a href="https://developer.openstack.org/draft/firstapp-dotnet/">Writing Your First Application: .Net</a><br/>
<a href="https://developer.openstack.org/draft/firstapp-fog/">Writing Your First Application: Fog</a> <a href="https://developer.openstack.org/draft/firstapp-fog/">Writing Your First Application: Fog</a><br/>
<a href="https://developer.openstack.org/draft/firstapp-pkgcloud/">Writing Your First Application: Pkgcloud</a> <a href="https://developer.openstack.org/draft/firstapp-pkgcloud/">Writing Your First Application: Pkgcloud</a><br/>
<a href="https://developer.openstack.org/draft/firstapp-shade/">Writing Your First Application: Shade</a> <a href="https://developer.openstack.org/draft/firstapp-shade/">Writing Your First Application: Shade</a><br/>
</div> </div>
</div> </div>
<div class="col-lg-6 col-md-6 col-sm-6"> <div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections"> <div class="docs-link-sections">
<h3><i class="fa fa-pencil"></i>Draft Translated Guides</h3> <h3><i class="fa fa-pencil"></i>Translated Guides</h3>
To help with translation, join the To help with translation, join the
<a href="/developer/i18n/">OpenStack I18n team</a> <a href="/i18n/">OpenStack I18n team</a>
<h4 id="zh_CN">Chinese (zh_CN)</h4> <h4 id="zh_CN">Chinese (zh_CN)</h4>
<a href="/draft/zh_CN/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a> <a href="/draft/zh_CN/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a>
<a href="/draft/zh_CN/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a> <a href="/draft/zh_CN/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>

View File

@ -18,7 +18,7 @@
</p> </p>
<p> <p>
If you prefer to install OpenStack using an automated deployment If you prefer to install OpenStack using an automated deployment
tool, see the <a href="http://docs.openstack.org/project-deploy-guide/draft/index.html">Draft Deployment Guides.</a> tool, see the <a href="../deploy/">Deployment Guides.</a>
</p> </p>
</div> </div>
</div> </div>
@ -34,7 +34,8 @@
setting up your environment, and launching your instance. setting up your environment, and launching your instance.
</p> </p>
<p> <p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/draft/install-guide/"> <a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
href="/install-guide/">
OpenStack Installation Tutorial OpenStack Installation Tutorial
</a> </a>
</p> </p>

View File

@ -0,0 +1,64 @@
{% set series = 'latest' %}
{% set projects = PROJECT_DATA[series] %}
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Language bindings{% endblock %}
{% block title %}
<a href="https://docs.openstack.org/">Documentation</a> &gt; Language Bindings and Python Clients
{% 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>OpenStack API Bindings</h1>
<p>
This page contains documentation about the Python bindings provided by OpenStack and how to use them.
</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-book"></i> Bindings for the OpenStack APIs</h3>
{% for project in projects|sort(attribute='service') -%}
{% if project.type == 'client' %}
<a href="/{{project.name}}/{{series}}/">
{{project.service}} ({{project.description}})
</a><br />
{% endif %}
{%- endfor %}
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3><i class="fa fa-cloud"></i> Use the dashboard and command-line clients</h3>
<a href="../user/">
OpenStack End User Guide
</a><br />
<p>
User guide for the OpenStack dashboard and command-line clients.
</p>
<a href="/python-openstackclient/{{series}}/">
Unified OpenStack Client
</a><br />
<p>
Documentation for python-openstackclient, a unified shell command structure.
</p>
</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 %}

View File

@ -0,0 +1,105 @@
{% set series = 'latest' %}
{% set projects = PROJECT_DATA[series] %}
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Services and Libraries{% endblock %}
{% block title %}
<a href="https://docs.openstack.org">Documentation</a> &gt; Services and Libraries
{% 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>OpenStack Projects</h1>
<p>
This page contains project-specific documentation for
OpenStack services and libraries.
</p>
</div>
</div>
</div>
<div class="mid-docs-wrapper" id="docs-main-body">
<div class="container">
<div class="row">
<div class="col-lg-12">
</div>
</div>
<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-cog"></i> OpenStack Services</h3>
{% for project in projects|sort(attribute='service') %}
{% if project.type in ['service', 'other'] %}
<a href="/{{project.name}}/latest/">
{{project.service}} ({{project.name}})</a><br />
{% endif %}
{% endfor %}
</div>
<div class="docs-link-sections">
<h3><i class="fa fa-cog"></i> Bare Metal Sub Projects</h3>
{% for project in projects|sort(attribute='service') %}
{% if project.type == 'baremetal' %}
<a href="/{{project.name}}/latest/">
{{project.service}} ({{project.name}})</a><br />
{% endif %}
{% endfor %}
</div>
<div class="docs-link-sections">
<h3><i class="fa fa-cog"></i> Networking Sub Projects</h3>
{% for project in projects|sort(attribute='service') %}
{% if project.type == 'networking' %}
<a href="/{{project.name}}/latest/">
{{project.service}} ({{project.name}})</a><br />
{% endif %}
{% endfor %}
</div>
<div class="docs-link-sections">
<h3><i class="fa fa-cog"></i> Deployment Projects</h3>
{% for project in projects|sort(attribute='service') %}
{% if project.type == 'deployment' %}
<a href="/{{project.name}}/latest/">
{{project.service}}</a><br />
{% endif %}
{% endfor %}
</div>
<div class="docs-link-sections">
<h3><i class="fa fa-cog"></i> Contributor Tools</h3>
{% for project in projects|sort(attribute='name') %}
{% if project.type in ['tool'] %}
<a href="/{{project.name}}/latest/">{{project.name}}</a><br />
<p>{{project.service}} </p>
{% endif %}
{% endfor %}
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3><i class="fa fa-pencil"></i> Using Libraries</h3>
{% for project in projects|sort(attribute='name') %}
{% if project.type == 'library' %}
<a href="/{{project.name}}/latest/">{{project.name}}</a><br />
<p>{{project.service}}</p>
{% endif %}
{% endfor %}
</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 %}

View File

@ -1,7 +1,5 @@
{% set series = 'latest' %} {% set series = 'latest' %}
{% set projects = PROJECT_DATA[series] %} {% set projects = PROJECT_DATA[series] %}
{% set scriptdir = '../common/js/' %}
{% set cssdir = '../common/css/' %}
{% extends "templates/base.tmpl" %} {% extends "templates/base.tmpl" %}
{% block pagetitle %}User Guides{% endblock %} {% block pagetitle %}User Guides{% endblock %}
{% block title %} {% block title %}
@ -34,7 +32,7 @@
<h3><i class="fa fa-cog"></i> OpenStack Services</h3> <h3><i class="fa fa-cog"></i> OpenStack Services</h3>
{% for project in projects|sort(attribute='service') %} {% for project in projects|sort(attribute='service') %}
{% if project.type in ['service', 'other'] and project.has_user_guide %} {% if project.type in ['service', 'other'] and project.has_user_guide %}
<a href="/{{project.name}}/latest/user/"> <a href="/{{project.name}}/{{series}}/user/">
{{project.service}} ({{project.name}})</a><br /> {{project.service}} ({{project.name}})</a><br />
{% endif %} {% endif %}
{% endfor %} {% endfor %}
@ -46,7 +44,7 @@
<h3><i class="fa fa-cog"></i> Client Libraries</h3> <h3><i class="fa fa-cog"></i> Client Libraries</h3>
{% for project in projects|sort(attribute='name') %} {% for project in projects|sort(attribute='name') %}
{% if project.type in ['client'] and project.has_user_guide %} {% if project.type in ['client'] and project.has_user_guide %}
<a href="/{{project.name}}/latest/">{{project.name}}</a><br /> <a href="/{{project.name}}/{{series}}/">{{project.name}}</a><br />
<p>{{project.service}} </p> <p>{{project.service}} </p>
{% endif %} {% endif %}
{% endfor %} {% endfor %}

View File

@ -3,10 +3,10 @@
<a data-toggle="dropdown" href="#">More Releases &amp; Languages <i class="fa fa-caret-down fa-3"></i></a> <a data-toggle="dropdown" href="#">More Releases &amp; Languages <i class="fa fa-caret-down fa-3"></i></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li role="presentation" class="dropdown-header">Releases</li> <li role="presentation" class="dropdown-header">Releases</li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="/pike">Pike (under development)</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="/ocata">Ocata (current release)</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="/ocata">Ocata (current release)</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="/newton">Newton</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="/newton">Newton</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="/mitaka">Mitaka</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="/mitaka">Mitaka</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="/draft/draft-index.html">Unreleased</a></li>
<li role="presentation" class="dropdown-header">Languages</li> <li role="presentation" class="dropdown-header">Languages</li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="/de">Deutsch (German)</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="/de">Deutsch (German)</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="/fr">Français (French)</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="/fr">Français (French)</a></li>