mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Merge remote-tracking branch 'upstream/main' into move-pages-for-subheaders-latest
This commit is contained in:
+25
-19
@@ -35,7 +35,7 @@ const sidebars = {
|
||||
items: [
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Deploy Rancher',
|
||||
label: 'Deploying Rancher',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "getting-started/quick-start-guides/deploy-rancher-manager/deploy-rancher-manager",
|
||||
@@ -57,7 +57,7 @@ const sidebars = {
|
||||
"getting-started/quick-start-guides/deploy-rancher-manager/prime",
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Deploy Workloads',
|
||||
label: 'Deploying Workloads',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "getting-started/quick-start-guides/deploy-workloads/deploy-workloads",
|
||||
@@ -219,7 +219,7 @@ const sidebars = {
|
||||
items: [
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Authentication Config',
|
||||
label: 'Configuring Authentication',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/authentication-config",
|
||||
@@ -240,7 +240,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Configure OpenLDAP',
|
||||
label: 'Configuring OpenLDAP',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-openldap/configure-openldap",
|
||||
@@ -251,7 +251,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Configure Microsoft AD Federation Service (SAML)',
|
||||
label: 'Configuring Microsoft AD Federation Service (SAML)',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-microsoft-ad-federation-service-saml/configure-microsoft-ad-federation-service-saml",
|
||||
@@ -263,7 +263,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Configure Shibboleth (SAML)',
|
||||
label: 'Configuring Shibboleth (SAML)',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/configure-shibboleth-saml/configure-shibboleth-saml",
|
||||
@@ -274,7 +274,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Manage Role-Based Access Control (RBAC)',
|
||||
label: 'Managing Role-Based Access Control (RBAC)',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/manage-role-based-access-control-rbac",
|
||||
@@ -326,7 +326,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Manage Clusters',
|
||||
label: 'Cluster Administration',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/manage-clusters/manage-clusters",
|
||||
@@ -456,7 +456,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Set Up Clusters from Hosted Kubernetes Providers',
|
||||
label: 'Setting up Clusters from Hosted Kubernetes Providers',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-clusters-from-hosted-kubernetes-providers/set-up-clusters-from-hosted-kubernetes-providers",
|
||||
@@ -472,7 +472,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Use Windows Clusters',
|
||||
label: 'Launching Kubernetes on Windows Clusters',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/use-windows-clusters/use-windows-clusters",
|
||||
@@ -486,19 +486,25 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Set Up Cloud Providers',
|
||||
label: 'Setting up Cloud Providers',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/set-up-cloud-providers",
|
||||
},
|
||||
items: [
|
||||
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/amazon",
|
||||
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/migrate-to-out-of-tree-amazon",
|
||||
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/azure",
|
||||
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/google-compute-engine",
|
||||
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/configure-in-tree-vsphere",
|
||||
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/configure-out-of-tree-vsphere",
|
||||
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/set-up-cloud-providers/migrate-to-out-of-tree-vsphere",
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Migrate to an Out-of-tree Cloud Provider',
|
||||
items: [
|
||||
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/migrate-to-an-out-of-tree-cloud-provider/migrate-to-out-of-tree-amazon",
|
||||
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/migrate-to-an-out-of-tree-cloud-provider/migrate-to-out-of-tree-vsphere",
|
||||
]
|
||||
},
|
||||
"how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/register-existing-clusters",
|
||||
@@ -506,7 +512,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Launch Kubernetes with Rancher',
|
||||
label: 'Launching Kubernetes with Rancher',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/launch-kubernetes-with-rancher/launch-kubernetes-with-rancher",
|
||||
@@ -514,7 +520,7 @@ const sidebars = {
|
||||
items: [
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Use New Nodes in an Infra Provider',
|
||||
label: 'Launching New Nodes in an Infra Provider',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/use-new-nodes-in-an-infra-provider",
|
||||
@@ -629,7 +635,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Deploy Apps Across Clusters',
|
||||
label: 'Deploying Apps Across Clusters',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/deploy-apps-across-clusters/deploy-apps-across-clusters",
|
||||
@@ -672,7 +678,7 @@ const sidebars = {
|
||||
items: [
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Manage Projects',
|
||||
label: 'Project Administration',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/advanced-user-guides/manage-projects/manage-projects",
|
||||
@@ -681,7 +687,7 @@ const sidebars = {
|
||||
"how-to-guides/advanced-user-guides/manage-projects/manage-pod-security-policies",
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Manage Project Resource Quotas',
|
||||
label: 'Project Resource Quotas',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/advanced-user-guides/manage-projects/manage-project-resource-quotas/manage-project-resource-quotas",
|
||||
@@ -786,7 +792,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Enable Experimental Features',
|
||||
label: 'Enabling Experimental Features',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/advanced-user-guides/enable-experimental-features/enable-experimental-features",
|
||||
|
||||
Reference in New Issue
Block a user