diff --git a/content/docs/about/_index.md b/content/docs/about/_index.md new file mode 100644 index 0000000000..d70e28f632 --- /dev/null +++ b/content/docs/about/_index.md @@ -0,0 +1,5 @@ ++++ +title = "About Kubeflow" +description = "Information about Kubeflow software, community, docs, and events." +weight = 1 ++++ diff --git a/content/docs/guides/_index.md b/content/docs/guides/_index.md new file mode 100644 index 0000000000..ff065384be --- /dev/null +++ b/content/docs/guides/_index.md @@ -0,0 +1,4 @@ ++++ +title = "Guides" +description = "How-to instructions on using Kubeflow." ++++ diff --git a/content/docs/guides/components/_index.md b/content/docs/guides/components/_index.md new file mode 100644 index 0000000000..3a9f19c90c --- /dev/null +++ b/content/docs/guides/components/_index.md @@ -0,0 +1,5 @@ ++++ +title = "Components of Kubeflow" +description = "Logical components that make up Kubeflow." +weight = 2 ++++ diff --git a/content/docs/guides/gke/_index.md b/content/docs/guides/gke/_index.md new file mode 100644 index 0000000000..c4e5e19868 --- /dev/null +++ b/content/docs/guides/gke/_index.md @@ -0,0 +1,5 @@ ++++ +title = "Kubeflow on GKE" +description = "Information about running Kubeflow on Kubernetes Engine and GCP." +weight = 3 ++++ diff --git a/content/docs/guides/requirements.md b/content/docs/guides/requirements.md index d475ac39c5..7e115870f1 100644 --- a/content/docs/guides/requirements.md +++ b/content/docs/guides/requirements.md @@ -1,7 +1,7 @@ +++ title = "Requirements" description = "Requirements" -weight = 10 +weight = 1 toc = true bref= "The guides in this section give detailed information about using Kubeflow and its components." aliases = ["/docs/guides/"] diff --git a/content/docs/started/_index.md b/content/docs/started/_index.md new file mode 100644 index 0000000000..06dc212f4a --- /dev/null +++ b/content/docs/started/_index.md @@ -0,0 +1,5 @@ ++++ +title = "Getting Started" +description = "How to get started using Kubeflow." +weight = 2 ++++