From 4f407220b28a9979ec52b7f1ce6f61b15cbb723e Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 7 Aug 2016 20:22:46 -0700 Subject: [PATCH] Add and organize CoreOS links in bare metal * Add CoreOS link in bare metal section * Keep different CoreOS and Ubuntu links together --- _data/guides.yml | 6 ++++-- docs/getting-started-guides/index.md | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_data/guides.yml b/_data/guides.yml index 03b598b267..3f076b7af9 100644 --- a/_data/guides.yml +++ b/_data/guides.yml @@ -219,10 +219,12 @@ toc: path: /docs/getting-started-guides/fedora/flannel_multi_node_cluster/ - title: CentOS path: /docs/getting-started-guides/centos/centos_manual_config/ - - title: Ubuntu - path: /docs/getting-started-guides/ubuntu/ + - title: CoreOS + path: /docs/getting-started-guides/coreos - title: CoreOS with Calico path: /docs/getting-started-guides/coreos/bare_metal_calico/ + - title: Ubuntu + path: /docs/getting-started-guides/ubuntu/ - title: Ubuntu Nodes with Calico path: /docs/getting-started-guides/ubuntu-calico/ - title: Portable Multi-Node Cluster diff --git a/docs/getting-started-guides/index.md b/docs/getting-started-guides/index.md index 59857a03f2..5dac0fbd28 100644 --- a/docs/getting-started-guides/index.md +++ b/docs/getting-started-guides/index.md @@ -106,6 +106,7 @@ These solutions are combinations of cloud provider and OS not covered by the abo - [Centos](/docs/getting-started-guides/centos/centos_manual_config) - [Ubuntu](/docs/getting-started-guides/ubuntu) - [Docker Multi Node](/docs/getting-started-guides/docker-multinode) +- [CoreOS](/docs/getting-started-guides/coreos) #### Integrations