From 9e459d8a249e2ce67a85eb81445acab53d60c3c5 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Mon, 14 May 2018 13:02:58 -0700 Subject: [PATCH] fixing the headings I missed --- content/rancher/v2.x/en/concepts/_index.md | 2 -- .../rancher/v2.x/en/concepts/alerts-and-notifiers/_index.md | 1 + .../rancher/v2.x/en/concepts/global-configuration/_index.md | 3 --- content/rancher/v2.x/en/concepts/logging/_index.md | 3 --- content/rancher/v2.x/en/concepts/projects/_index.md | 3 --- content/rancher/v2.x/en/concepts/resources/_index.md | 3 --- content/rancher/v2.x/en/concepts/service-discovery/_index.md | 2 +- content/rancher/v2.x/en/concepts/storage/_index.md | 3 --- content/rancher/v2.x/en/concepts/users-and-roles/_index.md | 3 --- content/rancher/v2.x/en/concepts/workloads/_index.md | 3 --- .../clusters/creating-a-cluster/create-cluster-azure/_index.md | 3 ++- 11 files changed, 4 insertions(+), 25 deletions(-) diff --git a/content/rancher/v2.x/en/concepts/_index.md b/content/rancher/v2.x/en/concepts/_index.md index ea08a7c5dbf..1242f168e07 100644 --- a/content/rancher/v2.x/en/concepts/_index.md +++ b/content/rancher/v2.x/en/concepts/_index.md @@ -2,8 +2,6 @@ title: Concepts weight: 2000 --- -# Concepts - This section describes the different features in Rancher, the ideas behind them, and how they work. Choose a concept from the side-menu to start learning about Rancher! diff --git a/content/rancher/v2.x/en/concepts/alerts-and-notifiers/_index.md b/content/rancher/v2.x/en/concepts/alerts-and-notifiers/_index.md index 0a00bbc3e37..1538a3ffe5b 100644 --- a/content/rancher/v2.x/en/concepts/alerts-and-notifiers/_index.md +++ b/content/rancher/v2.x/en/concepts/alerts-and-notifiers/_index.md @@ -1,4 +1,5 @@ --- title: Alerts and Notifiers weight: 2300 +draft: true --- diff --git a/content/rancher/v2.x/en/concepts/global-configuration/_index.md b/content/rancher/v2.x/en/concepts/global-configuration/_index.md index 0a8b6bd5132..24b5bf64fbf 100644 --- a/content/rancher/v2.x/en/concepts/global-configuration/_index.md +++ b/content/rancher/v2.x/en/concepts/global-configuration/_index.md @@ -2,9 +2,6 @@ title: Global Configuration weight: 2075 --- - -# Global Configuration - After installing Rancher 2.0, you should configure it to support your users and environment. This section describes the global configurations you should make after installation. # Authentication diff --git a/content/rancher/v2.x/en/concepts/logging/_index.md b/content/rancher/v2.x/en/concepts/logging/_index.md index ee37e16cf8e..47a2b80bb2d 100644 --- a/content/rancher/v2.x/en/concepts/logging/_index.md +++ b/content/rancher/v2.x/en/concepts/logging/_index.md @@ -3,6 +3,3 @@ title: Logging weight: 2325 draft: true --- -# Logging - -Coming Soon! diff --git a/content/rancher/v2.x/en/concepts/projects/_index.md b/content/rancher/v2.x/en/concepts/projects/_index.md index d648aa96b10..fbaf94f4483 100644 --- a/content/rancher/v2.x/en/concepts/projects/_index.md +++ b/content/rancher/v2.x/en/concepts/projects/_index.md @@ -2,9 +2,6 @@ title: Projects weight: 2150 --- - -# Projects - ## What's a Project? Project is a new concept introduced by Rancher. It is not a native Kubernetes construct. A project captures a set of policies for a set of namespaces. A user can be assigned a specific role in a project. A role can be owner, member, read-only, or custom. Policies include Kubernetes Role-Based Access Control (RBAC) policies and pod security policies. Rancher 2.0 also implements a canned network policy that isolates containers in different projects. Future versions of Rancher will implement more flexible network policies. diff --git a/content/rancher/v2.x/en/concepts/resources/_index.md b/content/rancher/v2.x/en/concepts/resources/_index.md index 1ba1301e015..48b058e8499 100644 --- a/content/rancher/v2.x/en/concepts/resources/_index.md +++ b/content/rancher/v2.x/en/concepts/resources/_index.md @@ -3,9 +3,6 @@ title: Resources weight: 2275 draft: true --- - -# Resources - Coming Soon ## Certificates diff --git a/content/rancher/v2.x/en/concepts/service-discovery/_index.md b/content/rancher/v2.x/en/concepts/service-discovery/_index.md index a5d2b1b5b01..d850867a4db 100644 --- a/content/rancher/v2.x/en/concepts/service-discovery/_index.md +++ b/content/rancher/v2.x/en/concepts/service-discovery/_index.md @@ -1,5 +1,5 @@ --- title: Service Discovery weight: 2200 +draft: true --- -# Service Discovery diff --git a/content/rancher/v2.x/en/concepts/storage/_index.md b/content/rancher/v2.x/en/concepts/storage/_index.md index 00bf5ae5135..32f2edbe2fa 100644 --- a/content/rancher/v2.x/en/concepts/storage/_index.md +++ b/content/rancher/v2.x/en/concepts/storage/_index.md @@ -3,9 +3,6 @@ title: Storage weight: 2125 draft: true --- - -# Storage - Coming Soon ## Persistent Volumes diff --git a/content/rancher/v2.x/en/concepts/users-and-roles/_index.md b/content/rancher/v2.x/en/concepts/users-and-roles/_index.md index fca06004521..d6b9a814dab 100644 --- a/content/rancher/v2.x/en/concepts/users-and-roles/_index.md +++ b/content/rancher/v2.x/en/concepts/users-and-roles/_index.md @@ -2,9 +2,6 @@ title: Users and Roles weight: --- - -# Users and Roles - Every user in {{< product >}} is assigned a _role_, which is a set of permissions that determine what Kubernetes API endpoints that the user can access. Let's use this metaphor: a user account is like getting access to an entire office building; however, the user's role determine what rooms the user can access within the building. Within {{< product >}} there are two types of user roles: diff --git a/content/rancher/v2.x/en/concepts/workloads/_index.md b/content/rancher/v2.x/en/concepts/workloads/_index.md index ab8f9a47f3a..3bb931e522a 100644 --- a/content/rancher/v2.x/en/concepts/workloads/_index.md +++ b/content/rancher/v2.x/en/concepts/workloads/_index.md @@ -3,9 +3,6 @@ title: Workloads weight: 2175 draft: true --- - -# Workloads - You can build any complex workload in Kubernetes using two basic constructs: pods and controllers. ## Workload Types diff --git a/content/rancher/v2.x/en/tasks/clusters/creating-a-cluster/create-cluster-azure/_index.md b/content/rancher/v2.x/en/tasks/clusters/creating-a-cluster/create-cluster-azure/_index.md index ae784b9f315..8a6f0314c40 100644 --- a/content/rancher/v2.x/en/tasks/clusters/creating-a-cluster/create-cluster-azure/_index.md +++ b/content/rancher/v2.x/en/tasks/clusters/creating-a-cluster/create-cluster-azure/_index.md @@ -1,5 +1,6 @@ --- -shortTitle: Creating an Azure Cluster +title: Creating an Azure Cluster +shortTitle: Azure weight: 3300 ---