Nav/IA scaffolding

pull/43/head
John Mulhausen 2016-02-09 19:52:22 -08:00
parent f87848f38b
commit c9ebf42207
24 changed files with 169 additions and 401 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -18,9 +18,28 @@ defaults:
layout: "docwithnav"
-
scope:
path: "v1.2"
path: "v1.1"
values:
version: "v1.2"
version: "v1.1"
versionfilesafe: "v1_1"
-
scope:
path: "v1.1/reference"
values:
section: "reference"
-
scope:
path: "v1.1/guides"
values:
section: "guides"
-
scope:
path: "v1.1/support"
values:
section: "support"
-
scope:
path: "v1.1/samples"
values:
section: "samples"
permalink: pretty

View File

@ -7,16 +7,16 @@ layout: headerfooter
<h5>{{ page.abstract }}</h5>
<div id="vendorStrip" class="light-text">
<ul>
<li><a href="#">GUIDES</a></li>
<li><a href="#">REFERENCE</a></li>
<li><a href="#">SAMPLES</a></li>
<li><a href="#">SUPPORT</a></li>
<li><a href="/{{ page.version }}/guides">GUIDES</a></li>
<li><a href="/{{ page.version }}/reference">REFERENCE</a></li>
<li><a href="/{{ page.version }}/samples">SAMPLES</a></li>
<li><a href="/{{ page.version }}/support">SUPPORT</a></li>
</ul>
<input type="text" id="search" placeholder="Search the docs">
<div class="dropdown">
<div class="readout"></div>
<a href="#">Version 1.1</a>
<a href="#">Version 1.0</a>
<a href="/v1.1">Version 1.1</a>
<a href="/v1.0">Version 1.0</a>
</div>
</div>
</section>
@ -24,7 +24,6 @@ layout: headerfooter
<section id="encyclopedia">
<div id="docsToc">
<div class="pi-accordion">
{% comment %} assign tree = site.data[page.toc].toc {% endcomment %}
{% assign tree = site.data[page.versionfilesafe][page.section].toc %}
{% include tree.html %}
</div> <!-- /pi-accordion -->

View File

@ -1,2 +0,0 @@
# CreaturesInUnitards
Kubernetes Documentation

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.1 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,119 +0,0 @@
<!Doctype html>
<html id="docs">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/styles.css"/>
<script src="/js/script.js"></script>
<title>Kubernetes - Index test</title>
</head>
<body>
<div id="cellophane" onclick="kub.toggleMenu()"></div>
<header>
<a href="/" class="logo"></a>
<div class="nav-buttons" data-auto-burger="primary">
<a href="/docs" class="button" id="viewDocs">View Documentation</a>
<a href="/get-started" class="button" id="tryKubernetes">Try Kubernetes</a>
<button id="hamburger" onclick="kub.toggleMenu()" data-auto-burger-exclude><div></div></button>
</div>
<nav id="mainNav">
<main data-auto-burger="primary">
<div class="nav-box">
<h3><a href="">Get Started</a></h3>
<p>Built for a multi-cloud world, public, private or hybrid. Seamlessly roll out new features.</p>
</div>
<div class="nav-box">
<h3><a href="">Documentation</a></h3>
<p>Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt. </p>
</div>
<div class="nav-box">
<h3><a href="">Community</a></h3>
<p>Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. </p>
</div>
<div class="nav-box">
<h3><a href="">Blog</a></h3>
<p>Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in. </p>
</div>
</main>
<main data-auto-burger="primary">
<div class="left">
<h5 class="github-invite">Interested in hacking on the core Kubernetes code base?</h5>
<a href="" class="button">View On Github</a>
</div>
<div class="right">
<h5 class="github-invite">Explore the community</h5>
<div class="social">
<a href="https://twitter.com/kubernetesio" class="Twitter"><span>twitter</span></a>
<a href="https://github.com/kubernetes/kubernetes" class="github"><span>Github</span></a>
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>stackoverflow</span></a>
<a href="https://groups.google.com/forum/#!forum/google-containers" class="mailing-list"><span>Mailing List</span></a>
</div>
</div>
<div class="clear" style="clear: both"></div>
</main>
</nav>
</header>
<!-- HERO -->
<section id="hero" class="light-text">
<h1>Index test</h1>
<h5>Cool content goes here</h5>
<div id="vendorStrip" class="light-text">
<ul>
<li><a href="#">GUIDES</a></li>
<li><a href="#">REFERENCE</a></li>
<li><a href="#">SAMPLES</a></li>
<li><a href="#">SUPPORT</a></li>
</ul>
<input type="text" id="search" placeholder="Search the docs">
<div class="dropdown">
<div class="readout"></div>
<a href="#">Version 1.1</a>
<a href="#">Version 1.0</a>
</div>
</div>
</section>
<section id="encyclopedia">
<div id="docsToc">
<div class="pi-accordion">
</div> <!-- /pi-accordion -->
</div> <!-- /docsToc -->
<div id="docsContent">
Yep.
</div>
</section>
<footer>
<main class="light-text">
<nav>
<a href="/getting-started.html">Getting Started</a>
<a href="/docs.html">Documentation</a>
<a href="http://blog.kubernetes.io/">Blog</a>
<a href="/foobang.html">Community</a>
</nav>
<div class="social">
<a href="https://twitter.com/kubernetesio" class="twitter"><span>twitter</span></a>
<a href="https://github.com/kubernetes/kubernetes" class="github"><span>Github</span></a>
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>stackoverflow</span></a>
<a href="https://groups.google.com/forum/#!forum/google-containers" class="mailing-list"><span>Mailing List</span></a>
<label for="wishField">I wish this page <input type="text" id="wishField" name="wishField" placeholder="made better textfield suggestions"></label>
</div>
<div class="center">&copy; 2016 Kubernetes</div>
</main>
</footer>
</body>
</html>

File diff suppressed because one or more lines are too long

View File

@ -1,219 +0,0 @@
<!Doctype html>
<html id="docs">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/styles.css"/>
<script src="/js/script.js"></script>
<title>Kubernetes - Doc test</title>
</head>
<body>
<div id="cellophane" onclick="kub.toggleMenu()"></div>
<header>
<a href="/" class="logo"></a>
<div class="nav-buttons" data-auto-burger="primary">
<a href="/docs" class="button" id="viewDocs">View Documentation</a>
<a href="/get-started" class="button" id="tryKubernetes">Try Kubernetes</a>
<button id="hamburger" onclick="kub.toggleMenu()" data-auto-burger-exclude><div></div></button>
</div>
<nav id="mainNav">
<main data-auto-burger="primary">
<div class="nav-box">
<h3><a href="">Get Started</a></h3>
<p>Built for a multi-cloud world, public, private or hybrid. Seamlessly roll out new features.</p>
</div>
<div class="nav-box">
<h3><a href="">Documentation</a></h3>
<p>Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt. </p>
</div>
<div class="nav-box">
<h3><a href="">Community</a></h3>
<p>Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. </p>
</div>
<div class="nav-box">
<h3><a href="">Blog</a></h3>
<p>Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in. </p>
</div>
</main>
<main data-auto-burger="primary">
<div class="left">
<h5 class="github-invite">Interested in hacking on the core Kubernetes code base?</h5>
<a href="" class="button">View On Github</a>
</div>
<div class="right">
<h5 class="github-invite">Explore the community</h5>
<div class="social">
<a href="https://twitter.com/kubernetesio" class="Twitter"><span>twitter</span></a>
<a href="https://github.com/kubernetes/kubernetes" class="github"><span>Github</span></a>
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>stackoverflow</span></a>
<a href="https://groups.google.com/forum/#!forum/google-containers" class="mailing-list"><span>Mailing List</span></a>
</div>
</div>
<div class="clear" style="clear: both"></div>
</main>
</nav>
</header>
<!-- HERO -->
<section id="hero" class="light-text">
<h1>Doc test</h1>
<h5>Testing the doducmentation with cascading layouts</h5>
<div id="vendorStrip" class="light-text">
<ul>
<li><a href="#">GUIDES</a></li>
<li><a href="#">REFERENCE</a></li>
<li><a href="#">SAMPLES</a></li>
<li><a href="#">SUPPORT</a></li>
</ul>
<input type="text" id="search" placeholder="Search the docs">
<div class="dropdown">
<div class="readout"></div>
<a href="#">Version 1.1</a>
<a href="#">Version 1.0</a>
</div>
</div>
</section>
<section id="encyclopedia">
<div id="docsToc">
<div class="pi-accordion">
<div class="item" data-title="Kubernetes API">
<div class="container">
<a class="item" data-title="Kubernetes API Overview" href="http://kubernetes.io/v1.1/docs/api.html" ></a>
<a class="item" data-title="Kubernetes API Reference" href="http://kubernetes.io/v1.1/api-ref.html" ></a>
</div>
<div>
<div class="item" data-title="kubectl">
<div class="container">
<a class="item" data-title="kubectl Overview" href="http://kubernetes.io/v1.1/docs/user-guide/kubectl-overview.html" ></a>
<a class="item" data-title="kubectl for Docker Users" href="http://kubernetes.io/v1.1/docs/user-guide/docker-cli-to-kubectl.html" ></a>
<a class="item" data-title="kubectl Reference (pretend the child nodes are here)" href="http://kubernetes.io/v1.1/docs/user-guide/kubectl/kubectl.html" ></a>
</div>
<div>
<a class="item" data-title="JSONpath" href="http://kubernetes.io/v1.1/docs/user-guide/jsonpath.html" ></a>
<div class="item" data-title="kube-apiserver">
<div class="container">
<a class="item" data-title="Overview" href="http://kubernetes.io/v1.1/docs/admin/kube-apiserver.html" ></a>
<a class="item" data-title="Authorization Plugins" href="http://kubernetes.io/v1.1/docs/admin/authorization.html" ></a>
<a class="item" data-title="Authentication" href="http://kubernetes.io/v1.1/docs/admin/authentication.html" ></a>
<a class="item" data-title="Accessing the API" href="http://kubernetes.io/v1.1/docs/admin/accessing-the-api.html" ></a>
<a class="item" data-title="Admission Controllers" href="http://kubernetes.io/v1.1/docs/admin/admission-controllers.html" ></a>
<a class="item" data-title="Managing Service Accounts" href="http://kubernetes.io/v1.1/docs/admin/service-accounts-admin.html" ></a>
</div>
<div>
<a class="item" data-title="kub-scheduler" href="http://kubernetes.io/v1.1/docs/admin/kube-scheduler.html" ></a>
<a class="item" data-title="kubelet" href="http://kubernetes.io/v1.1/docs/admin/kubelet.html" ></a>
<a class="item" data-title="kube-proxy" href="http://kubernetes.io/v1.1/docs/admin/kube-proxy.html" ></a>
<a class="item" data-title="etcd" href="http://kubernetes.io/v1.1/docs/admin/etcd.html" ></a>
<div class="item" data-title="Concept Definitions">
<div class="container">
<a class="item" data-title="Container Environment" href="http://kubernetes.io/v1.1/docs/user-guide/container-environment.html" ></a>
<a class="item" data-title="Images" href="http://kubernetes.io/v1.1/docs/user-guide/images.html" ></a>
<a class="item" data-title="Downward API" href="http://kubernetes.io/v1.1/docs/user-guide/downward-api.html" ></a>
<a class="item" data-title="Pods" href="http://kubernetes.io/v1.1/docs/user-guide/pods.html" ></a>
<a class="item" data-title="Labels and Selectors" href="http://kubernetes.io/v1.1/docs/user-guide/labels.html" ></a>
<a class="item" data-title="Replication Controller" href="http://kubernetes.io/v1.1/docs/user-guide/replication-controller.html" ></a>
<a class="item" data-title="Services" href="http://kubernetes.io/v1.1/docs/user-guide/services.html" ></a>
<a class="item" data-title="Volumes" href="http://kubernetes.io/v1.1/docs/user-guide/volumes.html" ></a>
<a class="item" data-title="Persistent Volumes" href="http://kubernetes.io/v1.1/docs/user-guide/persistent-volumes.html" ></a>
<a class="item" data-title="Secrets" href="http://kubernetes.io/v1.1/docs/user-guide/secrets.html" ></a>
<a class="item" data-title="Names" href="http://kubernetes.io/v1.1/docs/user-guide/identifiers.html" ></a>
<a class="item" data-title="Namespaces" href="http://kubernetes.io/v1.1/docs/user-guide/namespaces.html" ></a>
<a class="item" data-title="Service Accounts" href="http://kubernetes.io/v1.1/docs/user-guide/service-accounts.html" ></a>
<a class="item" data-title="Annotations" href="http://kubernetes.io/v1.1/docs/user-guide/annotations.html" ></a>
<a class="item" data-title="Daemon Sets" href="http://kubernetes.io/v1.1/docs/admin/daemons.html" ></a>
<a class="item" data-title="Deployments" href="http://kubernetes.io/v1.1/docs/user-guide/deployments.html" ></a>
<a class="item" data-title="Ingress Resources" href="http://kubernetes.io/v1.1/docs/user-guide/ingress.html" ></a>
<a class="item" data-title="Horizontal Pod Autoscaling" href="http://kubernetes.io/v1.1/docs/user-guide/horizontal-pod-autoscaler.html" ></a>
<a class="item" data-title="Jobs" href="http://kubernetes.io/v1.1/docs/user-guide/jobs.html" ></a>
<a class="item" data-title="Resource Quotas" href="http://kubernetes.io/v1.1/docs/admin/resource-quota.html" ></a>
</div>
<div>
<div class="item" data-title="Kubernetes Design Docs">
<div class="container">
<a class="item" data-title="Kubernetes Architecture" href="http://kubernetes.io/v1.1/docs/design/architecture.html" ></a>
<a class="item" data-title="Kubernetes Design Overview" href="http://kubernetes.io/v1.1/docs/design/README.html" ></a>
<a class="item" data-title="Security in Kubernetes" href="http://kubernetes.io/v1.1/docs/design/security.html" ></a>
<a class="item" data-title="Kubernetes Identity and Access Management" href="http://kubernetes.io/v1.1/docs/design/access.html" ></a>
<a class="item" data-title="Security Contexts" href="http://kubernetes.io/v1.1/docs/design/security_context.html" ></a>
<a class="item" data-title="Kubernetes OpenVSwitch GRE/VxLAN networking" href="http://kubernetes.io/v1.1/docs/admin/ovs-networking.html" ></a>
</div>
<div>
</div> <!-- /pi-accordion -->
</div> <!-- /docsToc -->
<div id="docsContent">
<h1 id="this-is-a-test-of-the-documentation-layout-use">This is a test of the documentation layout use</h1>
<p>Testing version v1.2
dfas
df
asd
f
asdkop
f
[kk</p>
<p>aosdijfoiasjdfiojasd fiaiosd jfoiasjdf oiasjdf os</p>
<h2 id="heading-2">Heading 2</h2>
<p>aspdjfas
dfas
df
asd
f
asdkop
f
[kk</p>
<p>aosdijfoiasjdfiojasd fiaiosd jfoiasjdf oiasjdf os</p>
<h3 id="heading-3">Heading 3</h3>
<p>aspdjfas
dfas
df
asd
f
asdkop
f
[kk</p>
<p>aosdijfoiasjdfiojasd fiaiosd jfoiasjdf oiasjdf os</p>
</div>
</section>
<footer>
<main class="light-text">
<nav>
<a href="/getting-started.html">Getting Started</a>
<a href="/docs.html">Documentation</a>
<a href="http://blog.kubernetes.io/">Blog</a>
<a href="/foobang.html">Community</a>
</nav>
<div class="social">
<a href="https://twitter.com/kubernetesio" class="twitter"><span>twitter</span></a>
<a href="https://github.com/kubernetes/kubernetes" class="github"><span>Github</span></a>
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>stackoverflow</span></a>
<a href="https://groups.google.com/forum/#!forum/google-containers" class="mailing-list"><span>Mailing List</span></a>
<label for="wishField">I wish this page <input type="text" id="wishField" name="wishField" placeholder="made better textfield suggestions"></label>
</div>
<div class="center">&copy; 2016 Kubernetes</div>
</main>
</footer>
</body>
</html>

View File

28
v1.1/guides/index.md Normal file
View File

@ -0,0 +1,28 @@
---
title: Doc test
abstract: Testing the doducmentation with cascading layouts
---
# This is a test of the documentation layout use
Testing version {{ page.version }}
## Heading 2
Test of heading 2 is above
### Heading 3
Test of heading 3 is above
#### Heading 4
Test of heading 4 is above
# Code tests
Testing `inline code` and below is a code example:
console.log("Hello, world!");
Okeedoke.

29
v1.1/index.md Normal file
View File

@ -0,0 +1,29 @@
---
title: Doc test
abstract: Testing the doducmentation with cascading layouts
section: guides
---
# This is a test of the documentation layout use
Testing version {{ page.version }}
## Heading 2
Test of heading 2 is above
### Heading 3
Test of heading 3 is above
#### Heading 4
Test of heading 4 is above
# Code tests
Testing `inline code` and below is a code example:
console.log("Hello, world!");
Okeedoke.

28
v1.1/reference/index.md Normal file
View File

@ -0,0 +1,28 @@
---
title: Doc test
abstract: Testing the doducmentation with cascading layouts
---
# This is a test of the documentation layout use
Testing version {{ page.version }}
## Heading 2
Test of heading 2 is above
### Heading 3
Test of heading 3 is above
#### Heading 4
Test of heading 4 is above
# Code tests
Testing `inline code` and below is a code example:
console.log("Hello, world!");
Okeedoke.

28
v1.1/samples/index.md Normal file
View File

@ -0,0 +1,28 @@
---
title: Doc test
abstract: Testing the doducmentation with cascading layouts
---
# This is a test of the documentation layout use
Testing version {{ page.version }}
## Heading 2
Test of heading 2 is above
### Heading 3
Test of heading 3 is above
#### Heading 4
Test of heading 4 is above
# Code tests
Testing `inline code` and below is a code example:
console.log("Hello, world!");
Okeedoke.

28
v1.1/support/index.md Normal file
View File

@ -0,0 +1,28 @@
---
title: Doc test
abstract: Testing the doducmentation with cascading layouts
---
# This is a test of the documentation layout use
Testing version {{ page.version }}
## Heading 2
Test of heading 2 is above
### Heading 3
Test of heading 3 is above
#### Heading 4
Test of heading 4 is above
# Code tests
Testing `inline code` and below is a code example:
console.log("Hello, world!");
Okeedoke.

View File

@ -1,47 +0,0 @@
---
title: Doc test
abstract: Testing the doducmentation with cascading layouts
section: reference
---
# This is a test of the documentation layout use
Testing version {{ page.version }}
dfas
df
asd
f
asdkop
f
[kk
aosdijfoiasjdfiojasd fiaiosd jfoiasjdf oiasjdf os
## Heading 2
aspdjfas
dfas
df
asd
f
asdkop
f
[kk
aosdijfoiasjdfiojasd fiaiosd jfoiasjdf oiasjdf os
### Heading 3
aspdjfas
dfas
df
asd
f
asdkop
f
[kk
aosdijfoiasjdfiojasd fiaiosd jfoiasjdf oiasjdf os