replace pike index page with the main site version
Replace pike/index.html with content from the top level page in preparation to make the top level page redirect to a page in a series subdirectory. Incorporate the content of various included templates directly into the page to simplify understanding how the page is built and to change some of the links to their new locations. Change-Id: I93b5be93c5275bbed26199a8d44aa654d844877f Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
623d9c39c8
commit
c10545e49c
@ -1,5 +1,5 @@
|
|||||||
{% extends "templates/base.tmpl" %}
|
{% extends "templates/indexbase.tmpl" %}
|
||||||
{% block pagetitle %}{% endblock %}
|
{% block pagetitle %}Pike{% endblock %}
|
||||||
{% block title %}{% endblock %}
|
{% block title %}{% endblock %}
|
||||||
{% block header %}
|
{% block header %}
|
||||||
{% endblock header %}
|
{% endblock header %}
|
||||||
@ -23,6 +23,7 @@
|
|||||||
See <a href="http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html">the specification</a>
|
See <a href="http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html">the specification</a>
|
||||||
for more information.</strong>
|
for more information.</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<h3>What are the next steps?</h3>
|
<h3>What are the next steps?</h3>
|
||||||
<a href="#docs-main-body" class="overview-btn docs-btn">View The Docs <i class="fa fa-arrow-circle-o-down"></i></a>
|
<a href="#docs-main-body" class="overview-btn docs-btn">View The Docs <i class="fa fa-arrow-circle-o-down"></i></a>
|
||||||
@ -35,13 +36,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="mid-docs-wrapper" id="docs-main-body">
|
<div class="mid-docs-wrapper" id="docs-main-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-9 col-md-9 col-sm-9">
|
<div class="col-lg-9 col-md-9 col-sm-9">
|
||||||
<h2>Documentation preview for Pike (August 2017)</h2>
|
<h2>Documentation for Pike (September 2017)</h2>
|
||||||
<p>This is documentation in progress for the next release. You can use the menu to select a prior release.</p>
|
<p>This is the latest release. Use the menu to select a prior release if needed.</p>
|
||||||
</div>
|
</div>
|
||||||
{% include 'templates/dropdown_releases_and_languages.tmpl' %}
|
{% include 'templates/dropdown_releases_and_languages.tmpl' %}
|
||||||
</div>
|
</div>
|
||||||
@ -54,92 +54,82 @@
|
|||||||
</div>
|
</div>
|
||||||
<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">
|
||||||
|
<h3 id="release-notes"><i class="fa fa-refresh"></i>Release Notes</h3>
|
||||||
|
<p>New features, upgrade and deprecation notes, known issues, and bug fixes</p>
|
||||||
|
<a href="http://releases.openstack.org/pike/index.html">OpenStack Projects Release Notes</a>
|
||||||
|
<a href="/releasenotes/openstack-manuals/pike.html">OpenStack Documentation Release Notes</a>
|
||||||
|
</div>
|
||||||
<div class="docs-link-sections">
|
<div class="docs-link-sections">
|
||||||
<h3 id="install-guides"><i class="fa fa-cogs"></i> Installation Tutorials and Guides</h3>
|
<h3 id="install-guides"><i class="fa fa-cogs"></i> Installation Tutorials and Guides</h3>
|
||||||
|
<p>Getting started with the most commonly used OpenStack services</p>
|
||||||
<a href="install/">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>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>
|
||||||
<a href="deploy/">Deployment Guides</a>
|
<a href="deploy/">Deployment Guides</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="docs-link-sections">
|
||||||
|
<h3 id="ops-and-admin-guides"><i class="fa fa-users"></i> Operations and Administration Guides</h3>
|
||||||
|
<a href="admin/">Administrator Guides</a>
|
||||||
|
<p>Manage and troubleshoot an OpenStack cloud</p>
|
||||||
|
<a href="/ha-guide/">High Availability Guide</a><a href="/ha-guide/HAGuide.pdf">[PDF]</a>
|
||||||
|
<p>Install and configure OpenStack for high availability</p>
|
||||||
|
<a href="/image-guide/">Virtual Machine Image Guide</a><a href="/image-guide/ImageGuide.pdf">[PDF]</a>
|
||||||
|
<p>Obtain, create, and modify OpenStack-compatible virtual machine images</p>
|
||||||
|
</div>
|
||||||
<div class="docs-link-sections">
|
<div class="docs-link-sections">
|
||||||
<h3 id="configuration-guides"><i class="fa fa-wrench"></i> 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>
|
<p>Installation and configuration options for OpenStack</p>
|
||||||
<div class="docs-link-sections">
|
|
||||||
<h3 id="ops-and-admin-guides"><i class="fa fa-users"></i>Operations and Administration Guides</h3>
|
|
||||||
<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> 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><br/>
|
<a href="api/">API Guides</a>
|
||||||
<a href="https://developer.openstack.org/draft/firstapp-fog/">Writing Your First Application: Fog</a><br/>
|
<p>OpenStack API Documentation</p>
|
||||||
<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><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>Translated Guides</h3>
|
<h3 id="user-guides"><i class="fa fa-cloud"></i> User Guides</h3>
|
||||||
To help with translation, join the
|
<a href="user/">End User Guides</a>
|
||||||
<a href="/i18n/">OpenStack I18n team</a>
|
<p>Create and manage resources using the OpenStack dashboard, command-line client, and Python SDK</p>
|
||||||
<h4 id="zh_CN">Chinese (zh_CN)</h4>
|
<a href="https://developer.openstack.org">Open source software for application development</a>
|
||||||
<a href="/draft/zh_CN/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a>
|
<p>Resources for application development on OpenStack clouds</p>
|
||||||
<a href="/draft/zh_CN/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
|
</div>
|
||||||
<a href="/draft/zh_CN/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
|
<div class="docs-link-sections">
|
||||||
<a href="/draft/zh_CN/install-guide-debian/">Installation Guide for Debian</a>
|
<h3 id="contributor-guides"><i class="fa fa-leaf"></i> Project-specific Guides</h3>
|
||||||
<a href="/newton/zh_CN/install-guide-obs/">(Newton) Installation Guide for openSUSE and SUSE Linux Enterprise</a>
|
<a href="projects.html">Services and Libraries</a>
|
||||||
<a href="/newton/zh_CN/install-guide-rdo/">(Newton) Installation Guide for Red Hat Enterprise Linux and CentOS</a>
|
<p>Documentation for OpenStack services and libraries</p>
|
||||||
<a href="/newton/zh_CN/install-guide-ubuntu/">(Newton) Installation Guide for Ubuntu</a>
|
<a href="language-bindings.html">Language Bindings and Python Clients</a>
|
||||||
<a href="/newton/zh_CN/install-guide-debian/">(Newton) Installation Guide for Debian</a>
|
<p>Documentation for the OpenStack Python bindings and clients</p>
|
||||||
<a href="/zh_CN/user-guide/">End User Guide</a>
|
</div>
|
||||||
<h4 id="cs">Czech (cs)</h4>
|
<div class="docs-link-sections">
|
||||||
<a href="/draft/cs/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a>
|
<h3 id="contributor-guides"><i class="fa fa-pencil"></i> Contributor Guides</h3>
|
||||||
<a href="/draft/cs/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
|
<a href="/contributor-guide/index.html">OpenStack Documentation Contributor Guide</a>
|
||||||
<a href="/draft/cs/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
|
<p>Documentation workflow and conventions</p>
|
||||||
<a href="/draft/cs/install-guide-debian/">Installation Guide for Debian</a>
|
<a href="https://governance.openstack.org/tc/">OpenStack Technical Committee Governance Documents</a>
|
||||||
<h4 id="fr">French (fr)</h4>
|
<p>OpenStack Technical Committee reference documents and official resolutions</p>
|
||||||
<a href="/draft/fr/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a>
|
<a href="http://specs.openstack.org/">OpenStack Project specifications</a>
|
||||||
<a href="/draft/fr/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
|
<p>Specifications for future project features</p>
|
||||||
<a href="/draft/fr/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
|
<a href="/project-team-guide/">OpenStack Project Team Guide</a>
|
||||||
<a href="/draft/fr/install-guide-debian/">Installation Guide for Debian</a>
|
<p>Guide to the OpenStack project and community</p>
|
||||||
<h4 id="de">German (de)</h4>
|
<a href="/infra/">OpenStack Developer and Community Infrastructure Documentation</a>
|
||||||
<a href="/draft/de/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a>
|
<p>Development and infrastructure documentation</p>
|
||||||
<a href="/draft/de/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
|
<a href="/i18n/">OpenStack I18n Guide</a>
|
||||||
<a href="/draft/de/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
|
<p>Internationalization workflow and conventions</p>
|
||||||
<h4 id="id">Indonesian (id)</h4>
|
<a href="https://www.openstack.org/join/">Join the OpenStack Foundation</a>
|
||||||
<a href="/id/image-guide/">Virtual Machine Image Guide</a>
|
<p>How to join the OpenStack Foundation</p>
|
||||||
<a href="/draft/id/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a>
|
<a href="https://www.openstack.org/user-survey/">Take the Deployment Survey</a>
|
||||||
<a href="/draft/id/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
|
<p>Influence the future of OpenStack</p>
|
||||||
<a href="/draft/id/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
|
</div>
|
||||||
<a href="/draft/id/install-guide-debian/">Installation Guide for Debian</a>
|
<div class="docs-link-sections">
|
||||||
<a href="/newton/id/install-guide-obs/">(Newton) Installation Guide for openSUSE and SUSE Linux Enterprise</a>
|
<h3 id="training-guides"><i class="fa fa-university"></i> Training Guides And Training Labs</h3>
|
||||||
<a href="/draft/id/networking-guide/">Networking Guide</a>
|
<a href="/upstream-training/">Upstream training</a>
|
||||||
<a href="/newton/id/networking-guide/">(Newton) Networking Guide</a>
|
<p>Resources for the OpenStack Upstream Training program</p>
|
||||||
<h4 id="ja">Japanese (ja)</h4>
|
<a href="/training_labs/">Training Labs</a>
|
||||||
<a href="/draft/ja/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise Server 12 版</a>
|
<p>Tools for OpenStack Training. Automatic deployment of lean virtualized multi-node openstack cluster.</p>
|
||||||
<a href="/draft/ja/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
|
|
||||||
<a href="/draft/ja/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
|
|
||||||
<a href="/draft/ja/install-guide-debian/">Installation Guide for Debian</a>
|
|
||||||
<a href="/draft/ja/networking-guide/">Networking Guide (master draft)</a>
|
|
||||||
<h4 id="ko_KR">Korean (ko_KR)</h4>
|
|
||||||
<a href="/draft/ko_KR/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a>
|
|
||||||
<a href="/draft/ko_KR/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
|
|
||||||
<a href="/draft/ko_KR/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
|
|
||||||
<a href="/draft/ko_KR/install-guide-debian/">Installation Guide for Debian</a>
|
|
||||||
<h4 id="ru">Russian (ru)</h4>
|
|
||||||
<a href="/draft/ru/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a>
|
|
||||||
<a href="/draft/ru/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
|
|
||||||
<a href="/draft/ru/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
|
|
||||||
<a href="/draft/ru/install-guide-debian/">Installation Guide for Debian</a>
|
|
||||||
<a href="/newton/ru/install-guide-obs/">(Newton) Installation Guide for openSUSE and SUSE Linux Enterprise</a>
|
|
||||||
<a href="/newton/ru/install-guide-rdo/">(Newton) Installation Guide for Red Hat Enterprise Linux and CentOS</a>
|
|
||||||
<a href="/newton/ru/install-guide-ubuntu/">(Newton) Installation Guide for Ubuntu</a>
|
|
||||||
<a href="/newton/ru/install-guide-debian/">(Newton) Installation Guide for Debian</a>
|
|
||||||
<h4 id="ru">Turkish (tr_TR)</h4>
|
|
||||||
<a href="/draft/tr_TR/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a>
|
|
||||||
<a href="/draft/tr_TR/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
|
|
||||||
<a href="/draft/tr_TR/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user