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:
Doug Hellmann 2017-07-18 17:29:09 -04:00
parent 623d9c39c8
commit c10545e49c
2 changed files with 103 additions and 113 deletions

View File

@ -1,11 +1,11 @@
{% extends "templates/base.tmpl" %}
{% block pagetitle %}{% endblock %}
{% extends "templates/indexbase.tmpl" %}
{% block pagetitle %}Pike{% endblock %}
{% block title %}{% endblock %}
{% block header %}
{% endblock header %}
{% block content %}
<!-- Begin Page Content -->
<div class="top-docs-wrapper">
<!-- 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">
@ -23,133 +23,123 @@
See <a href="http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html">the specification</a>
for more information.</strong>
</p>
<hr>
<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="https://www.openstack.org/software/start/" class="overview-btn docs-btn">Get OpenStack <i class="fa fa-arrow-circle-o-right"></i></a>
<a href="https://www.openstack.org/marketplace/training" class="overview-btn docs-btn">Get Training <i class="fa fa-arrow-circle-o-right"></i></a>
{% include 'templates/swiftype_search.tmpl' %}
</div>
<div class="col-lg-4 col-md-4 col-sm-4 superuser-wrapper">
<div id="superuser-img"></div>
</div>
</div>
</div>
</div>
<div class="mid-docs-wrapper" id="docs-main-body">
<div class="container">
<div class="row">
<div class="col-lg-9 col-md-9 col-sm-9">
<h2>Documentation preview for Pike (August 2017)</h2>
<p>This is documentation in progress for the next release. You can use the menu to select a prior release.</p>
</div>
{% include 'templates/dropdown_releases_and_languages.tmpl' %}
<div class="col-lg-4 col-md-4 col-sm-4 superuser-wrapper">
<div id="superuser-img"></div>
</div>
</div>
</div>
</div>
<div class="mid-docs-wrapper" id="docs-main-body">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="col-lg-9 col-md-9 col-sm-9">
<h2>Documentation for Pike (September 2017)</h2>
<p>This is the latest release. Use the menu to select a prior release if needed.</p>
</div>
{% include 'templates/dropdown_releases_and_languages.tmpl' %}
</div>
</div>
</div>
<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 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">
<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>
</div>
<div class="docs-link-sections">
<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>
</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">
<h3 id="configuration-guides"><i class="fa fa-wrench"></i> Configuration Guides</h3>
<a href="configuration/">Configuration Reference</a>
<p>Installation and configuration options for OpenStack</p>
</div>
<div class="docs-link-sections">
<h3 id="api-guides"><i class="fa fa-book"></i> API Guides</h3>
<a href="api/">API Guides</a>
<p>OpenStack API Documentation</p>
</div>
</div>
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3 id="install-guides"><i class="fa fa-cogs"></i>Installation Tutorials and Guides</h3>
<a href="install/">Installation Tutorials and Guides</a>
</div>
<div class="docs-link-sections">
<h3 id="deploy-guides"><i class="fa fa-cogs"></i>Deployment Guides</h3>
<a href="deploy/">Deployment Guides</a>
</div>
<div class="docs-link-sections">
<h3 id="configuration-guides"><i class="fa fa-wrench"></i>Configuration Guides</h3>
<a href="configuration/">Configuration Reference</a>
</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="/ha-guide/">High Availability Guide</a>
</div>
<div class="docs-link-sections">
<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="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><br/>
<a href="https://developer.openstack.org/draft/firstapp-shade/">Writing Your First Application: Shade</a><br/>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3 id="user-guides"><i class="fa fa-cloud"></i> User Guides</h3>
<a href="user/">End User Guides</a>
<p>Create and manage resources using the OpenStack dashboard, command-line client, and Python SDK</p>
<a href="https://developer.openstack.org">Open source software for application development</a>
<p>Resources for application development on OpenStack clouds</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3><i class="fa fa-pencil"></i>Translated Guides</h3>
To help with translation, join the
<a href="/i18n/">OpenStack I18n team</a>
<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-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
<a href="/draft/zh_CN/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
<a href="/draft/zh_CN/install-guide-debian/">Installation Guide for Debian</a>
<a href="/newton/zh_CN/install-guide-obs/">(Newton) Installation Guide for openSUSE and SUSE Linux Enterprise</a>
<a href="/newton/zh_CN/install-guide-rdo/">(Newton) Installation Guide for Red Hat Enterprise Linux and CentOS</a>
<a href="/newton/zh_CN/install-guide-ubuntu/">(Newton) Installation Guide for Ubuntu</a>
<a href="/newton/zh_CN/install-guide-debian/">(Newton) Installation Guide for Debian</a>
<a href="/zh_CN/user-guide/">End User Guide</a>
<h4 id="cs">Czech (cs)</h4>
<a href="/draft/cs/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a>
<a href="/draft/cs/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
<a href="/draft/cs/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
<a href="/draft/cs/install-guide-debian/">Installation Guide for Debian</a>
<h4 id="fr">French (fr)</h4>
<a href="/draft/fr/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a>
<a href="/draft/fr/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
<a href="/draft/fr/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
<a href="/draft/fr/install-guide-debian/">Installation Guide for Debian</a>
<h4 id="de">German (de)</h4>
<a href="/draft/de/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a>
<a href="/draft/de/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
<a href="/draft/de/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
<h4 id="id">Indonesian (id)</h4>
<a href="/id/image-guide/">Virtual Machine Image Guide</a>
<a href="/draft/id/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise</a>
<a href="/draft/id/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux and CentOS</a>
<a href="/draft/id/install-guide-ubuntu/">Installation Guide for Ubuntu</a>
<a href="/draft/id/install-guide-debian/">Installation Guide for Debian</a>
<a href="/newton/id/install-guide-obs/">(Newton) Installation Guide for openSUSE and SUSE Linux Enterprise</a>
<a href="/draft/id/networking-guide/">Networking Guide</a>
<a href="/newton/id/networking-guide/">(Newton) Networking Guide</a>
<h4 id="ja">Japanese (ja)</h4>
<a href="/draft/ja/install-guide-obs/">Installation Guide for openSUSE and SUSE Linux Enterprise Server 12 版</a>
<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>
<h3 id="contributor-guides"><i class="fa fa-leaf"></i> Project-specific Guides</h3>
<a href="projects.html">Services and Libraries</a>
<p>Documentation for OpenStack services and libraries</p>
<a href="language-bindings.html">Language Bindings and Python Clients</a>
<p>Documentation for the OpenStack Python bindings and clients</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/index.html" class="overview-btn contribute-btn">How To Contribute <i class="fa fa-chevron-right"></i></a>
<div class="docs-link-sections">
<h3 id="contributor-guides"><i class="fa fa-pencil"></i> Contributor Guides</h3>
<a href="/contributor-guide/index.html">OpenStack Documentation Contributor Guide</a>
<p>Documentation workflow and conventions</p>
<a href="https://governance.openstack.org/tc/">OpenStack Technical Committee Governance Documents</a>
<p>OpenStack Technical Committee reference documents and official resolutions</p>
<a href="http://specs.openstack.org/">OpenStack Project specifications</a>
<p>Specifications for future project features</p>
<a href="/project-team-guide/">OpenStack Project Team Guide</a>
<p>Guide to the OpenStack project and community</p>
<a href="/infra/">OpenStack Developer and Community Infrastructure Documentation</a>
<p>Development and infrastructure documentation</p>
<a href="/i18n/">OpenStack I18n Guide</a>
<p>Internationalization workflow and conventions</p>
<a href="https://www.openstack.org/join/">Join the OpenStack Foundation</a>
<p>How to join the OpenStack Foundation</p>
<a href="https://www.openstack.org/user-survey/">Take the Deployment Survey</a>
<p>Influence the future of OpenStack</p>
</div>
<div class="docs-link-sections">
<h3 id="training-guides"><i class="fa fa-university"></i> Training Guides And Training Labs</h3>
<a href="/upstream-training/">Upstream training</a>
<p>Resources for the OpenStack Upstream Training program</p>
<a href="/training_labs/">Training Labs</a>
<p>Tools for OpenStack Training. Automatic deployment of lean virtualized multi-node openstack cluster.</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/index.html" class="overview-btn contribute-btn">How To Contribute <i class="fa fa-chevron-right"></i></a>
</div>
</div>
</div>
</div>
<!-- End Page Content -->
<!-- End Page Content -->
{% endblock content %}