remove pipeline references from sidebars

This commit is contained in:
Vaishnav Gaikwad
2022-10-25 17:03:47 -07:00
committed by Billy Tat
parent f0196c62ee
commit 50b57fd659
3 changed files with 7 additions and 44 deletions
-7
View File
@@ -35,18 +35,11 @@ The Rancher API server is built on top of an embedded Kubernetes API server and
### Working with Kubernetes ### Working with Kubernetes
<<<<<<< HEAD:docs/getting-started/overview.md
- **Provisioning Kubernetes clusters:** The Rancher API server can [provision Kubernetes](../pages-for-subheaders/kubernetes-clusters-in-rancher-setup.md) on existing nodes, or perform [Kubernetes upgrades.](installation-and-upgrade/upgrade-and-roll-back-kubernetes.md) - **Provisioning Kubernetes clusters:** The Rancher API server can [provision Kubernetes](../pages-for-subheaders/kubernetes-clusters-in-rancher-setup.md) on existing nodes, or perform [Kubernetes upgrades.](installation-and-upgrade/upgrade-and-roll-back-kubernetes.md)
- **Catalog management:** Rancher provides the ability to use a [catalog of Helm charts](../pages-for-subheaders/helm-charts-in-rancher.md) that make it easy to repeatedly deploy applications. - **Catalog management:** Rancher provides the ability to use a [catalog of Helm charts](../pages-for-subheaders/helm-charts-in-rancher.md) that make it easy to repeatedly deploy applications.
- **Managing projects:** A project is a group of multiple namespaces and access control policies within a cluster. A project is a Rancher concept, not a Kubernetes concept, which allows you to manage multiple namespaces as a group and perform Kubernetes operations in them. The Rancher UI provides features for [project administration](../pages-for-subheaders/manage-projects.md) and for [managing applications within projects.](../pages-for-subheaders/kubernetes-resources-setup.md) - **Managing projects:** A project is a group of multiple namespaces and access control policies within a cluster. A project is a Rancher concept, not a Kubernetes concept, which allows you to manage multiple namespaces as a group and perform Kubernetes operations in them. The Rancher UI provides features for [project administration](../pages-for-subheaders/manage-projects.md) and for [managing applications within projects.](../pages-for-subheaders/kubernetes-resources-setup.md)
- **Fleet Continuous Delivery:** Within Rancher, you can leverage [Fleet Continuous Delivery](../pages-for-subheaders/fleet-gitops-at-scale.md) to deploy applications from git repositories, without any manual operation, to targeted downstream Kubernetes clusters. - **Fleet Continuous Delivery:** Within Rancher, you can leverage [Fleet Continuous Delivery](../pages-for-subheaders/fleet-gitops-at-scale.md) to deploy applications from git repositories, without any manual operation, to targeted downstream Kubernetes clusters.
- **Istio:** Our [integration with Istio](../pages-for-subheaders/istio.md) is designed so that a Rancher operator, such as an administrator or cluster owner, can deliver Istio to developers. Then developers can use Istio to enforce security policies, troubleshoot problems, or manage traffic for green/blue deployments, canary deployments, or A/B testing. - **Istio:** Our [integration with Istio](../pages-for-subheaders/istio.md) is designed so that a Rancher operator, such as an administrator or cluster owner, can deliver Istio to developers. Then developers can use Istio to enforce security policies, troubleshoot problems, or manage traffic for green/blue deployments, canary deployments, or A/B testing.
=======
- **Provisioning Kubernetes clusters:** The Rancher API server can [provision Kubernetes](../../pages-for-subheaders/kubernetes-clusters-in-rancher-setup.md) on existing nodes, or perform [Kubernetes upgrades.](../installation-and-upgrade/upgrade-and-roll-back-kubernetes.md)
- **Catalog management:** Rancher provides the ability to use a [catalog of Helm charts](../../pages-for-subheaders/helm-charts-in-rancher.md) that make it easy to repeatedly deploy applications.
- **Managing projects:** A project is a group of multiple namespaces and access control policies within a cluster. A project is a Rancher concept, not a Kubernetes concept, which allows you to manage multiple namespaces as a group and perform Kubernetes operations in them. The Rancher UI provides features for [project administration](../../pages-for-subheaders/manage-projects.md) and for [managing applications within projects.](../../pages-for-subheaders/kubernetes-resources-setup.md)
- **Istio:** Our [integration with Istio](../../pages-for-subheaders/istio.md) is designed so that a Rancher operator, such as an administrator or cluster owner, can deliver Istio to developers. Then developers can use Istio to enforce security policies, troubleshoot problems, or manage traffic for green/blue deployments, canary deployments, or A/B testing.
>>>>>>> a99263eb10... remove pipeline references:docs/getting-started/introduction/overview.md
### Working with Cloud Infrastructure ### Working with Cloud Infrastructure
+2 -16
View File
@@ -672,7 +672,8 @@ const sidebars = {
id: "pages-for-subheaders/manage-projects", id: "pages-for-subheaders/manage-projects",
}, },
items: [ items: [
"how-to-guides/advanced-user-guides/manage-projects/ci-cd-pipelines", "how-to-guides/advanced-user-guides/manage-projects/add-users-to-projects",
"how-to-guides/advanced-user-guides/manage-projects/manage-namespaces",
"how-to-guides/advanced-user-guides/manage-projects/manage-pod-security-policies", "how-to-guides/advanced-user-guides/manage-projects/manage-pod-security-policies",
{ {
type: 'category', type: 'category',
@@ -1050,21 +1051,6 @@ const sidebars = {
"reference-guides/system-tools", "reference-guides/system-tools",
"reference-guides/rke1-template-example-yaml", "reference-guides/rke1-template-example-yaml",
{
type: 'category',
label: 'Pipelines',
link: {
type: 'doc',
id: "pages-for-subheaders/pipelines",
},
items: [
"reference-guides/pipelines/concepts",
"reference-guides/pipelines/pipeline-configuration",
"reference-guides/pipelines/configure-persistent-data",
"reference-guides/pipelines/example-repositories",
"reference-guides/pipelines/example-yaml",
],
},
{ {
type: 'category', type: 'category',
label: 'Rancher Security', label: 'Rancher Security',
@@ -691,7 +691,6 @@
"items": [ "items": [
"how-to-guides/advanced-user-guides/manage-projects/add-users-to-projects", "how-to-guides/advanced-user-guides/manage-projects/add-users-to-projects",
"how-to-guides/advanced-user-guides/manage-projects/manage-namespaces", "how-to-guides/advanced-user-guides/manage-projects/manage-namespaces",
"how-to-guides/advanced-user-guides/manage-projects/ci-cd-pipelines",
"how-to-guides/advanced-user-guides/manage-projects/manage-pod-security-policies", "how-to-guides/advanced-user-guides/manage-projects/manage-pod-security-policies",
{ {
"type": "category", "type": "category",
@@ -1034,21 +1033,6 @@
"reference-guides/rancher-project-tools", "reference-guides/rancher-project-tools",
"reference-guides/system-tools", "reference-guides/system-tools",
"reference-guides/rke1-template-example-yaml", "reference-guides/rke1-template-example-yaml",
{
"type": "category",
"label": "Pipelines",
"link": {
"type": "doc",
"id": "pages-for-subheaders/pipelines"
},
"items": [
"reference-guides/pipelines/concepts",
"reference-guides/pipelines/pipeline-configuration",
"reference-guides/pipelines/configure-persistent-data",
"reference-guides/pipelines/example-repositories",
"reference-guides/pipelines/example-yaml"
]
},
{ {
"type": "category", "type": "category",
"label": "Rancher Security", "label": "Rancher Security",