mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Syncing sidebar with page titles and disambiguating brief titles (#1197)
* Syncing sidebar labels with page titles Deploying Rancher Server: Update sidebar label to match title * Installing/Upgrading Rancher: Update title to match sidebar This is a reference/hub page for install guides with no step-by-step instructions, so we're breaking the -ing rule to match other reference pages as well as the current sidebar label * Cluster Access: Update title to match sidebar * Kubernetes Persistent Storage: Volumes and Storage Classes - Update title to match sidebar * Don't have a Kubernetes cluster? Try one of these tutorials: Update title to match sidebar and make old title intro to page * Don't have infrastructure for your Kubernetes cluster? Try one of these tutorials: Update title to match sidebar and make old title intro to page * versioning Deploying Rancher Server update to other sidebars * Setting Up Kubernetes Clusters in Rancher: Update sidebars to match title and other sidebar labels * capitalization * Creating a vSphere Cluster: Update sidebar to match title and other labels * Creating a Nutanix AOS Cluster: Update sidebar to match title and other labels * Kubernetes Clusters in Rancher Setup across the board for title and sidebar, to match convention in sidebar * Kubernetes Resources: Updated title to match sidebar and distinguish from identically-titled page in troubleshooting section * The Horizontal Pod Autoscaler: Updated title to match sidebar * Backups and Disaster Recovery: Update title to match sidebar * typo fix * revert to Installation and Upgrade of Rancher fix typo in title: Create Kubernetes Persistent files * fix typo in Persistent Storage files * Configuration: Update title to match sidebar item Monitoring V2 Configuration Guides * Setup Guide: Make both sidebar + title Istio Setup guides to match other sidebar labels * Best Practices: Update both to Best Practice Guides * Architecture: Update to match sidebar Rancher Architecture. Note that there are multiple pages with identical titles, one is on Fleet and another on some other subject * Architecture: Retitle logging-architecture.md files Logging Architecture * Architecture: Retitle fleet/architecture.md files Fleet Architecture * GKE Cluster Configuration: Update sidebar to match title and other labels in same section * Security: Update both to Rancher Security Guides * RKE Hardening Guide: Update to match sidebar * typo * RKE2 Hardening Guide: Update to match sidebar * K3s Hardening Guide: Update to match sidebar * various FAQ pages: Add FAQ to title to disambiguate content * Cloud Native Storage with Longhorn: Versioning so older pages match current title * rm international pages for now * typo in metadata killed build * updated sidebar: plural Istio Setup Guides * updating Monitoring Config Guides title/label and distinguishing from similar section under References * monitoring V2 config examples: rm 'V2' * Kubernetes Cluster Setup > Setting up a Kubernetes Cluster for Rancher Server
This commit is contained in:
+10
-10
@@ -35,7 +35,7 @@ const sidebars = {
|
||||
items: [
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Deploying Rancher',
|
||||
label: 'Deploying Rancher Server',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "getting-started/quick-start-guides/deploy-rancher-manager/deploy-rancher-manager",
|
||||
@@ -405,7 +405,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Kubernetes Cluster Setup',
|
||||
label: 'Setting up a Kubernetes Cluster for Rancher Server',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/kubernetes-cluster-setup/kubernetes-cluster-setup",
|
||||
@@ -534,7 +534,7 @@ const sidebars = {
|
||||
"how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/create-an-azure-cluster",
|
||||
{
|
||||
type: 'category',
|
||||
label: 'vSphere',
|
||||
label: 'Creating a vSphere Cluster',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/vsphere/vsphere",
|
||||
@@ -547,7 +547,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Nutanix',
|
||||
label: 'Creating a Nutanix AOS Cluster',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/new-user-guides/launch-kubernetes-with-rancher/use-new-nodes-in-an-infra-provider/nutanix/nutanix",
|
||||
@@ -723,7 +723,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Monitoring V2 Configuration Guides',
|
||||
label: 'Monitoring Configuration Guides',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/advanced-user-guides/monitoring-v2-configuration-guides/monitoring-v2-configuration-guides",
|
||||
@@ -746,7 +746,7 @@ const sidebars = {
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Istio Setup Guide',
|
||||
label: 'Istio Setup Guides',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "how-to-guides/advanced-user-guides/istio-setup-guide/istio-setup-guide",
|
||||
@@ -808,7 +808,7 @@ const sidebars = {
|
||||
items: [
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Best Practices',
|
||||
label: 'Best Practice Guides',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "reference-guides/best-practices/best-practices",
|
||||
@@ -880,7 +880,7 @@ const sidebars = {
|
||||
"reference-guides/cluster-configuration/rancher-server-configuration/aks-cluster-configuration",
|
||||
{
|
||||
type: 'category',
|
||||
label: 'GKE Cluster Configuration',
|
||||
label: 'GKE Cluster Configuration Reference',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "reference-guides/cluster-configuration/rancher-server-configuration/gke-cluster-configuration/gke-cluster-configuration",
|
||||
@@ -972,7 +972,7 @@ const sidebars = {
|
||||
"reference-guides/kubernetes-concepts",
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Monitoring V2 Configuration',
|
||||
label: 'Monitoring Configuration Reference',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "reference-guides/monitoring-v2-configuration/monitoring-v2-configuration",
|
||||
@@ -1043,7 +1043,7 @@ const sidebars = {
|
||||
"reference-guides/rancher-webhook",
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Rancher Security',
|
||||
label: 'Rancher Security Guides',
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: "reference-guides/rancher-security/rancher-security",
|
||||
|
||||
Reference in New Issue
Block a user