Merge "[release] Creates mitaka/index page"
This commit is contained in:
commit
52ad62f335
www
98
www/mitaka/index.html
Normal file
98
www/mitaka/index.html
Normal file
@ -0,0 +1,98 @@
|
||||
{% set scriptdir = '../common/js/' %}
|
||||
{% set cssdir = '../common/css/' %}
|
||||
{% extends "templates/base.tmpl" %}
|
||||
{% block pagetitle %}Mitaka{% endblock %}
|
||||
{% block title %}{% endblock %}
|
||||
{% block header %}
|
||||
{% endblock header %}
|
||||
{% 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>Welcome to OpenStack Documentation</h1>
|
||||
<p>
|
||||
<strong>What is OpenStack?</strong> OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter, all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface.
|
||||
</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="http://www.openstack.org/software/start/" class="overview-btn docs-btn">Get OpenStack <i class="fa fa-arrow-circle-o-right"></i></a>
|
||||
<a href="http://www.openstack.org/marketplace/training" class="overview-btn docs-btn">Get Training <i class="fa fa-arrow-circle-o-right"></i></a>
|
||||
<form class="docs-main-search-form">
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var cx = '000108871792296872333:noj9nikm74i';
|
||||
var gcse = document.createElement('script');
|
||||
gcse.type = 'text/javascript';
|
||||
gcse.async = true;
|
||||
gcse.src = (document.location.protocol == 'https:' ? 'https:' :
|
||||
'http:') +
|
||||
'//www.google.com/cse/cse.js?cx=' + cx;
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(gcse, s);
|
||||
})();
|
||||
</script>
|
||||
<gcse:search gname="standard" as_sitesearch="docs.openstack.org">
|
||||
</gcse:search>
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-4 col-sm-4 superuser-wrapper">
|
||||
<div id="superuser-img"></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 for Mitaka (April 2016)</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="install-guides"><i class="fa fa-cogs"></i> Install Guides</h3>
|
||||
<p>Getting started with the most commonly used OpenStack services</p>
|
||||
<a href="/mitaka/install-guide-obs/">Installation Guide for openSUSE Leap 42.1 and SUSE Linux Enterprise Server 12 SP1</a>
|
||||
<a href="/mitaka/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux 7 and CentOS 7</a>
|
||||
<a href="/mitaka/install-guide-ubuntu/">Installation Guide for Ubuntu 14.04 (LTS)</a>
|
||||
</div>
|
||||
{% include 'templates/api_guides.tmpl' %}
|
||||
<div class="docs-link-sections">
|
||||
<h3 id="configuration-guides"><i class="fa fa-wrench"></i> Configuration Guides</h3>
|
||||
<a href="/mitaka/config-reference/">Configuration Reference</a>
|
||||
<p>Installation and configuration options for OpenStack</p>
|
||||
</div>
|
||||
<div class="docs-link-sections">
|
||||
{% include 'templates/ops_and_admin_guides.tmpl' %}
|
||||
<a href="/mitaka/networking-guide/">Networking Guide</a>
|
||||
<p>Deploy and manage OpenStack Networking (neutron)</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
{% include 'templates/user_guides.tmpl' %}
|
||||
{% include 'templates/contributor_guides.tmpl' %}
|
||||
{% include 'templates/training_guides.tmpl' %}
|
||||
</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="http://docs.openstack.org/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 -->
|
||||
{% endblock content %}
|
@ -9,10 +9,6 @@
|
||||
<li><a href="www/developer/language-bindings.html">/developer/language-bindings.html</a></li>
|
||||
<li><a href="www/developer/openstack-projects.html">/developer/openstack-projects.html</a></li>
|
||||
<li><a href="www/fr/index.html">/fr/index.html</a></li>
|
||||
<li><a href="www/icehouse/index.html">/icehouse/index.html</a></li>
|
||||
<li><a href="www/juno/index.html">/juno/index.html</a></li>
|
||||
<li><a href="www/kilo/index.html">/kilo/index.html</a></li>
|
||||
<li><a href="www/liberty/index.html">/liberty/index.html</a></li>
|
||||
<li><a href="www/index.html">/index.html</a></li>
|
||||
<li><a href="www/ja/index.html">/ja/index.html</a></li>
|
||||
<li><a href="www/ko_KR/index.html">/ko_KR/index.html</a></li>
|
||||
@ -21,6 +17,11 @@
|
||||
<li><a href="www/sec/index.html">/sec/index.html</a></li>
|
||||
<li><a href="www/draft/draft-index.html">/draft/draft-index.html</a></li>
|
||||
<li><a href="www/zh_CN/index.html">/zh_CN/index.html</a></li>
|
||||
<li><a href="www/icehouse/index.html">/icehouse/index.html</a></li>
|
||||
<li><a href="www/juno/index.html">/juno/index.html</a></li>
|
||||
<li><a href="www/kilo/index.html">/kilo/index.html</a></li>
|
||||
<li><a href="www/liberty/index.html">/liberty/index.html</a></li>
|
||||
<li><a href="www/mitaka/index.html">/mitaka/index.html</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user