Getting rid of silly landing pages

This commit is contained in:
johndmulhausen
2016-02-18 02:58:02 -08:00
parent 2a2219c654
commit 38b8bcc4f2
6 changed files with 0 additions and 105 deletions
-14
View File
@@ -1,14 +0,0 @@
---
title: "Application Administration: Detailed Walkthrough"
---
The detailed walkthrough covers all the in-depth details and tasks for administering your applications in Kubernetes.
<p>Table of Contents:</p>
<ul id="toclist"></ul>
<script>
$(function() {
$('#toclist').load( location.pathname + " #gentocappadmin li" );
});
</script>
-14
View File
@@ -1,14 +0,0 @@
---
title: "Quick Walkthrough: Kubernetes Basics"
---
Use this quick walkthrough of Kubernetes to learn about the basic application administration tasks.
<p>Table of Contents:</p>
<ul id="toclist"></ul>
<script>
$(function() {
$('#toclist').load( location.pathname + " #gentocbasictut li" );
});
</script>
-14
View File
@@ -1,14 +0,0 @@
---
title: "Examples: Deploying Clusters"
---
Use the following examples to learn how to deploy your application into a Kubernetes cluster.
<p>Table of Contents:</p>
<ul id="toclist"></ul>
<script>
$(function() {
$('#toclist').load( location.pathname + " #gentocdplyclst li" );
});
</script>
-37
View File
@@ -1,37 +0,0 @@
---
title: "Getting Started: Custom Solutions"
---
Use these solutions to create Kubernetes clusters in your custom environment.
First time here? See [Picking the Right Solution](/{{page.version}}/docs/getting-started-guides/) for more information.
## From scratch
* [Getting Started from Scratch](/{{page.version}}/docs/getting-started-guides/scratch)
## Cloud
* [AWS or GCE (CoreOS)](/{{page.version}}/docs/getting-started-guides/coreos)
* [AWS or Joyent (Ubuntu)](/{{page.version}}/docs/getting-started-guides/juju)
* [Rackspace (CoreOS)](/{{page.version}}/docs/getting-started-guides/rackspace)
## On-Premise VMs
* [Vagrant or VMware](/{{page.version}}/docs/getting-started-guides/coreos)
* [CloudStack](/{{page.version}}/docs/getting-started-guides/cloudstack)
* [VMware](/{{page.version}}/docs/getting-started-guides/vsphere)
* [Juju](/{{page.version}}/docs/getting-started-guides/juju)
* [libvirt (CoreOS)](/{{page.version}}/docs/getting-started-guides/libvirt-coreos)
* [oVirt](/{{page.version}}/docs/getting-started-guides/ovirt)
* [libvirt or KVM](/{{page.version}}/docs/getting-started-guides/fedora/flannel_multi_node_cluster)
## Bare Metal
* [Offline](/{{page.version}}/docs/getting-started-guides/coreos/bare_metal_offline)
* [Fedora via Ansible](/{{page.version}}/docs/getting-started-guides/fedora/fedora_ansible_config)
* [Fedora: Single Node](/{{page.version}}/docs/getting-started-guides/fedora/fedora_manual_config)
* [Fedora: Multi Node](/{{page.version}}/docs/getting-started-guides/fedora/flannel_multi_node_cluster)
* [Centos](/{{page.version}}/docs/getting-started-guides/centos/centos_manual_config)
* [Ubuntu](/{{page.version}}/docs/getting-started-guides/ubuntu)
* [Docker: Multi Node](/{{page.version}}/docs/getting-started-guides/docker-multinode)
-13
View File
@@ -1,13 +0,0 @@
---
title: "Examples: Multi-tier Applications"
---
Use the following examples to learn how to setup and configure simple multi-tier applications in a Kubernetes cluster.
<p>Table of Contents:</p>
<ul id="toclist"></ul>
<script>
$(function() {
$('#toclist').load( location.pathname + " #gentocmultitier li" );
});
</script>
-13
View File
@@ -1,13 +0,0 @@
---
title: "Examples: Setup and Configuration"
---
Use the following examples to learn how to perform some of the basic setup and configuration tasks in Kubernetes.
<p>Table of Contents:</p>
<ul id="toclist"></ul>
<script>
$(function() {
$('#toclist').load( location.pathname + " #gentocsetupconfig li" );
});
</script>