From 45b53131363ce45be4a1125a37fb008567e2711d Mon Sep 17 00:00:00 2001 From: FeynmanZhou Date: Fri, 21 Aug 2020 18:58:48 +0800 Subject: [PATCH 1/2] add es, eu, turkey site in footer Signed-off-by: FeynmanZhou --- data/en/footer.yaml | 8 ++++++++ data/zh/footer.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/data/en/footer.yaml b/data/en/footer.yaml index c44ff58b5..008b5e7f1 100644 --- a/data/en/footer.yaml +++ b/data/en/footer.yaml @@ -54,5 +54,13 @@ footer: link: partner/ - content: Roadmap link: https://github.com/kubesphere/kubesphere/blob/master/docs/roadmap.md + - content: Global Site + link: https://kubesphere.io - content: China Site link: https://kubesphere.com.cn/ + - content: Europe Site + link: https://kubesphere.eu + - content: Turkey Site + link: https://kubesphereturkey.com + - content: Spain Site + link: https://kubesphere.es diff --git a/data/zh/footer.yaml b/data/zh/footer.yaml index 6a2b66d43..8da8469f4 100644 --- a/data/zh/footer.yaml +++ b/data/zh/footer.yaml @@ -59,3 +59,11 @@ footer: link: https://kubesphere.com.cn/ - content: 中文论坛 link: https://kubesphere.com.cn/forum + - content: 全球站 + link: https://kubesphere.io + - content: 欧洲站 + link: https://kubesphere.eu + - content: 土耳其站 + link: https://kubesphereturkey.com + - content: 西班牙站 + link: https://kubesphere.es From e6fee9d77d60a6b36f93479564280c4bf440f99d Mon Sep 17 00:00:00 2001 From: FeynmanZhou Date: Sun, 23 Aug 2020 22:24:49 +0800 Subject: [PATCH 2/2] refine the outline Signed-off-by: FeynmanZhou --- content/en/docs/_index.md | 8 +- .../on-prem-kubernetes/_index.md | 6 +- .../cluster-operation/_index.md | 7 ++ .../cluster-operation/add-new-nodes.md | 10 ++ .../introduction/_index.md | 4 +- .../installing-on-linux/on-premise/_index.md | 4 +- .../public-cloud/_index.md | 4 +- .../uninstalling/_index.md | 8 ++ .../uninstalling-kubesphere-and-Kubernetes.md | 8 ++ .../uninstalling-kubesphere-only.md | 8 ++ .../docs/pluggable-components/release-v200.md | 12 +-- .../pluggable-components/release-v2000.md | 92 +++++++++++++++++++ .../pluggable-components/release-v2001.md | 92 +++++++++++++++++++ .../docs/pluggable-components/release-v201.md | 8 +- .../docs/pluggable-components/release-v202.md | 8 +- .../docs/pluggable-components/release-v210.md | 8 +- .../docs/pluggable-components/release-v211.md | 8 +- .../docs/pluggable-components/release-v300.md | 4 +- .../application-workloads/_index.md | 2 +- .../configuration/_index.md | 4 +- .../grayscale-release/_index.md | 4 +- .../project-administration/_index.md | 6 +- .../docs/project-user-guide/storage/_index.md | 4 +- 23 files changed, 272 insertions(+), 47 deletions(-) create mode 100644 content/en/docs/installing-on-linux/cluster-operation/_index.md create mode 100644 content/en/docs/installing-on-linux/cluster-operation/add-new-nodes.md create mode 100644 content/en/docs/installing-on-linux/uninstalling/_index.md create mode 100644 content/en/docs/installing-on-linux/uninstalling/uninstalling-kubesphere-and-Kubernetes.md create mode 100644 content/en/docs/installing-on-linux/uninstalling/uninstalling-kubesphere-only.md create mode 100644 content/en/docs/pluggable-components/release-v2000.md create mode 100644 content/en/docs/pluggable-components/release-v2001.md diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md index 95cc31987..97501485f 100644 --- a/content/en/docs/_index.md +++ b/content/en/docs/_index.md @@ -12,7 +12,7 @@ section1: section3: title: Run KubeSphere and Kubernetes Stack from the Cloud Service - description: Cloud Providers are providing KubeSphere as a SaaS and offer cloud-hosted services for users, help you to create an highly available cluster within minutes via several clicks. + description: Cloud Providers are providing KubeSphere as a cloud-hosted service for users, help you to create an highly available cluster within minutes via several clicks. These services will be available in September, 2020. list: - image: /images/docs/aws.jpg content: AWS Quickstart @@ -23,8 +23,8 @@ section3: - image: /images/docs/radore.jpg content: Radore RCD link: - - titleRight: Want to host KubeSphere on your cloud? + + titleRight: Want to host KubeSphere on your cloud? btnContent: Partner with us btnLink: /partner/ ---- \ No newline at end of file +--- diff --git a/content/en/docs/installing-on-kubernetes/on-prem-kubernetes/_index.md b/content/en/docs/installing-on-kubernetes/on-prem-kubernetes/_index.md index cd927f966..77171a902 100644 --- a/content/en/docs/installing-on-kubernetes/on-prem-kubernetes/_index.md +++ b/content/en/docs/installing-on-kubernetes/on-prem-kubernetes/_index.md @@ -1,7 +1,7 @@ --- -linkTitle: "Install on Linux" -weight: 2200 +linkTitle: "Install on On-premise Kubernetes" +weight: 2300 _build: render: false ---- \ No newline at end of file +--- diff --git a/content/en/docs/installing-on-linux/cluster-operation/_index.md b/content/en/docs/installing-on-linux/cluster-operation/_index.md new file mode 100644 index 000000000..f5b0c58a2 --- /dev/null +++ b/content/en/docs/installing-on-linux/cluster-operation/_index.md @@ -0,0 +1,7 @@ +--- +linkTitle: "Cluster Operation" +weight: 2200 + +_build: + render: false +--- diff --git a/content/en/docs/installing-on-linux/cluster-operation/add-new-nodes.md b/content/en/docs/installing-on-linux/cluster-operation/add-new-nodes.md new file mode 100644 index 000000000..4e7629ef3 --- /dev/null +++ b/content/en/docs/installing-on-linux/cluster-operation/add-new-nodes.md @@ -0,0 +1,10 @@ +--- +title: "Add New Nodes" +keywords: 'kubernetes, kubesphere, scale, add-nodes' +description: 'How to add new nodes in an existing cluster' + + +weight: 2340 +--- + +TBD diff --git a/content/en/docs/installing-on-linux/introduction/_index.md b/content/en/docs/installing-on-linux/introduction/_index.md index 2cf101ca5..341d72ff1 100644 --- a/content/en/docs/installing-on-linux/introduction/_index.md +++ b/content/en/docs/installing-on-linux/introduction/_index.md @@ -1,7 +1,7 @@ --- -linkTitle: "Installation" +linkTitle: "Introduction" weight: 2100 _build: render: false ---- \ No newline at end of file +--- diff --git a/content/en/docs/installing-on-linux/on-premise/_index.md b/content/en/docs/installing-on-linux/on-premise/_index.md index cd927f966..b1e46f415 100644 --- a/content/en/docs/installing-on-linux/on-premise/_index.md +++ b/content/en/docs/installing-on-linux/on-premise/_index.md @@ -1,7 +1,7 @@ --- -linkTitle: "Install on Linux" +linkTitle: "Install on On-premise environment" weight: 2200 _build: render: false ---- \ No newline at end of file +--- diff --git a/content/en/docs/installing-on-linux/public-cloud/_index.md b/content/en/docs/installing-on-linux/public-cloud/_index.md index cd927f966..53c131a93 100644 --- a/content/en/docs/installing-on-linux/public-cloud/_index.md +++ b/content/en/docs/installing-on-linux/public-cloud/_index.md @@ -1,7 +1,7 @@ --- -linkTitle: "Install on Linux" +linkTitle: "Install on Public Cloud" weight: 2200 _build: render: false ---- \ No newline at end of file +--- diff --git a/content/en/docs/installing-on-linux/uninstalling/_index.md b/content/en/docs/installing-on-linux/uninstalling/_index.md new file mode 100644 index 000000000..2f2725958 --- /dev/null +++ b/content/en/docs/installing-on-linux/uninstalling/_index.md @@ -0,0 +1,8 @@ +--- +title: "Uninstalling" +keywords: 'kubernetes, kubesphere, uninstalling, remove-cluster' +description: 'How to uninstall KubeSphere' + + +weight: 2450 +--- diff --git a/content/en/docs/installing-on-linux/uninstalling/uninstalling-kubesphere-and-Kubernetes.md b/content/en/docs/installing-on-linux/uninstalling/uninstalling-kubesphere-and-Kubernetes.md new file mode 100644 index 000000000..53d70eacb --- /dev/null +++ b/content/en/docs/installing-on-linux/uninstalling/uninstalling-kubesphere-and-Kubernetes.md @@ -0,0 +1,8 @@ +--- +title: "Uninstalling KubeSphere and kubernetes" +keywords: 'kubernetes, kubesphere, uninstalling, remove-cluster' +description: 'How to uninstall KubeSphere and kubernetes' + + +weight: 2451 +--- diff --git a/content/en/docs/installing-on-linux/uninstalling/uninstalling-kubesphere-only.md b/content/en/docs/installing-on-linux/uninstalling/uninstalling-kubesphere-only.md new file mode 100644 index 000000000..1e854d753 --- /dev/null +++ b/content/en/docs/installing-on-linux/uninstalling/uninstalling-kubesphere-only.md @@ -0,0 +1,8 @@ +--- +title: "Uninstalling KubeSphere only" +keywords: 'kubernetes, kubesphere, uninstalling, remove-cluster' +description: 'How to uninstall KubeSphere only' + + +weight: 2452 +--- diff --git a/content/en/docs/pluggable-components/release-v200.md b/content/en/docs/pluggable-components/release-v200.md index ba048fe22..7f0c64c6c 100644 --- a/content/en/docs/pluggable-components/release-v200.md +++ b/content/en/docs/pluggable-components/release-v200.md @@ -1,20 +1,20 @@ --- -title: "Release Notes For 2.0.0" -keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus" -description: "KubeSphere Release Notes For 2.0.0" +title: "KubeSphere Alerting and Notification" +keywords: "kubernetes, alertmanager, kubesphere, alerting, notification" +description: "How to Enable Alerting and Notification System" -linkTitle: "Release Notes - 2.0.0" +linkTitle: "KubeSphere Alerting and Notification" weight: 500 --- -KubeSphere 2.0.0 was released on **May 18th, 2019**. +KubeSphere 2.0.0 was released on **May 18th, 2019**. ## What's New in 2.0.0 ### Component Upgrades - Support Kubernetes [Kubernetes 1.13.5](https://github.com/kubernetes/kubernetes/releases/tag/v1.13.5) -- Integrate [QingCloud Cloud Controller](https://github.com/yunify/qingcloud-cloud-controller-manager). After installing load balancer, QingCloud load balancer can be created through KubeSphere console and the backend workload is bound automatically.  +- Integrate [QingCloud Cloud Controller](https://github.com/yunify/qingcloud-cloud-controller-manager). After installing load balancer, QingCloud load balancer can be created through KubeSphere console and the backend workload is bound automatically.  - Integrate [QingStor CSI v0.3.0](https://github.com/yunify/qingstor-csi/tree/v0.3.0) storage plugin and support physical NeonSAN storage system. Support SAN storage service with high availability and high performance. - Integrate [QingCloud CSI v0.2.1](https://github.com/yunify/qingcloud-csi/tree/v0.2.1) storage plugin and support many types of volume to create QingCloud block services. - Harbor is upgraded to 1.7.5. diff --git a/content/en/docs/pluggable-components/release-v2000.md b/content/en/docs/pluggable-components/release-v2000.md new file mode 100644 index 000000000..2c717ae5a --- /dev/null +++ b/content/en/docs/pluggable-components/release-v2000.md @@ -0,0 +1,92 @@ +--- +title: "KubeSphere Auditing Logs" +keywords: "kubernetes, auditing, kubesphere, logs" +description: "How to enable KubeSphere auditing logs system" + +linkTitle: "KubeSphere Auditing Logs" +weight: 500 +--- + +KubeSphere 2.0.0 was released on **May 18th, 2019**. + +## What's New in 2.0.0 + +### Component Upgrades + +- Support Kubernetes [Kubernetes 1.13.5](https://github.com/kubernetes/kubernetes/releases/tag/v1.13.5) +- Integrate [QingCloud Cloud Controller](https://github.com/yunify/qingcloud-cloud-controller-manager). After installing load balancer, QingCloud load balancer can be created through KubeSphere console and the backend workload is bound automatically.  +- Integrate [QingStor CSI v0.3.0](https://github.com/yunify/qingstor-csi/tree/v0.3.0) storage plugin and support physical NeonSAN storage system. Support SAN storage service with high availability and high performance. +- Integrate [QingCloud CSI v0.2.1](https://github.com/yunify/qingcloud-csi/tree/v0.2.1) storage plugin and support many types of volume to create QingCloud block services. +- Harbor is upgraded to 1.7.5. +- GitLab is upgraded to 11.8.1. +- Prometheus is upgraded to 2.5.0. + +### Microservice Governance + +- Integrate Istio 1.1.1 and support visualization of service mesh management. +- Enable the access to the project's external websites and the application traffic governance. +- Provide built-in sample microservice [Bookinfo Application](https://istio.io/docs/examples/bookinfo/). +- Support traffic governance. +- Support traffic images. +- Provide load balancing of microservice based on Istio. +- Support canary release. +- Enable blue-green deployment. +- Enable circuit breaking. +- Enable microservice tracing. + +### DevOps (CI/CD Pipeline) + +- CI/CD pipeline provides email notification and supports the email notification during construction. +- Enhance CI/CD graphical editing pipelines, and more pipelines for common plugins and execution conditions. +- Provide source code vulnerability scanning based on SonarQube 7.4. +- Support [Source to Image](https://github.com/kubesphere/s2ioperator) feature. + +### Monitoring + +- Provide Kubernetes component independent monitoring page including etcd, kube-apiserver and kube-scheduler. +- Optimize several monitoring algorithm. +- Optimize monitoring resources. Reduce Prometheus storage and the disk usage up to 80%. + +### Logging + +- Provide unified log console in terms of tenant. +- Enable accurate and fuzzy retrieval. +- Support real-time and history logs. +- Support combined log query based on namespace, workload, Pod, container, key words and time limit.   +- Support detail page of single and direct logs. Pods and containers can be switched. +- [FluentBit Operator](https://github.com/kubesphere/fluentbit-operator) supports logging gathering settings: ElasticSearch, Kafka and Fluentd can be added, activated or turned off as log collectors. Before sending to log collectors, you can configure filtering conditions for needed logs. + +### Alerting and Notifications + +- Email notifications are available for cluster nodes and workload resources.  +- Notification rules: combined multiple monitoring resources are available. Different warning levels, detection cycle, push times and threshold can be configured. +- Time and notifiers can be set. +- Enable notification repeating rules for different levels. + +### Security Enhancement + +- Fix RunC Container Escape Vulnerability [Runc container breakout](https://log.qingcloud.com/archives/5127) +- Fix Alpine Docker's image Vulnerability [Alpine container shadow breakout](https://www.alpinelinux.org/posts/Docker-image-vulnerability-CVE-2019-5021.html) +- Support single and multi-login configuration items. +- Verification code is required after multiple invalid logins. +- Enhance passwords' policy and prevent weak passwords. +- Others security enhancements. + +### Interface Optimization + +- Optimize multiple user experience of console, such as the switch between DevOps project and other projects. +- Optimize many Chinese-English webpages. + +### Others + +- Support Etcd backup and recovery. +- Support regular cleanup of the docker's image. + +## Bugs Fixes + +- Fix delay updates of the resource and deleted pages. +- Fix the left dirty data after deleting the HPA workload. +- Fix incorrect Job status display. +- Correct resource quota, Pod usage and storage metrics algorithm. +- Adjust CPU usage percentages. +- many more bugfix diff --git a/content/en/docs/pluggable-components/release-v2001.md b/content/en/docs/pluggable-components/release-v2001.md new file mode 100644 index 000000000..f47697406 --- /dev/null +++ b/content/en/docs/pluggable-components/release-v2001.md @@ -0,0 +1,92 @@ +--- +title: "KubeSphere Events System" +keywords: "kubernetes, events, kubesphere, k8s-events" +description: "How to enable KubeSphere events system" + +linkTitle: "KubeSphere Events System" +weight: 700 +--- + +KubeSphere 2.0.0 was released on **May 18th, 2019**. + +## What's New in 2.0.0 + +### Component Upgrades + +- Support Kubernetes [Kubernetes 1.13.5](https://github.com/kubernetes/kubernetes/releases/tag/v1.13.5) +- Integrate [QingCloud Cloud Controller](https://github.com/yunify/qingcloud-cloud-controller-manager). After installing load balancer, QingCloud load balancer can be created through KubeSphere console and the backend workload is bound automatically.  +- Integrate [QingStor CSI v0.3.0](https://github.com/yunify/qingstor-csi/tree/v0.3.0) storage plugin and support physical NeonSAN storage system. Support SAN storage service with high availability and high performance. +- Integrate [QingCloud CSI v0.2.1](https://github.com/yunify/qingcloud-csi/tree/v0.2.1) storage plugin and support many types of volume to create QingCloud block services. +- Harbor is upgraded to 1.7.5. +- GitLab is upgraded to 11.8.1. +- Prometheus is upgraded to 2.5.0. + +### Microservice Governance + +- Integrate Istio 1.1.1 and support visualization of service mesh management. +- Enable the access to the project's external websites and the application traffic governance. +- Provide built-in sample microservice [Bookinfo Application](https://istio.io/docs/examples/bookinfo/). +- Support traffic governance. +- Support traffic images. +- Provide load balancing of microservice based on Istio. +- Support canary release. +- Enable blue-green deployment. +- Enable circuit breaking. +- Enable microservice tracing. + +### DevOps (CI/CD Pipeline) + +- CI/CD pipeline provides email notification and supports the email notification during construction. +- Enhance CI/CD graphical editing pipelines, and more pipelines for common plugins and execution conditions. +- Provide source code vulnerability scanning based on SonarQube 7.4. +- Support [Source to Image](https://github.com/kubesphere/s2ioperator) feature. + +### Monitoring + +- Provide Kubernetes component independent monitoring page including etcd, kube-apiserver and kube-scheduler. +- Optimize several monitoring algorithm. +- Optimize monitoring resources. Reduce Prometheus storage and the disk usage up to 80%. + +### Logging + +- Provide unified log console in terms of tenant. +- Enable accurate and fuzzy retrieval. +- Support real-time and history logs. +- Support combined log query based on namespace, workload, Pod, container, key words and time limit.   +- Support detail page of single and direct logs. Pods and containers can be switched. +- [FluentBit Operator](https://github.com/kubesphere/fluentbit-operator) supports logging gathering settings: ElasticSearch, Kafka and Fluentd can be added, activated or turned off as log collectors. Before sending to log collectors, you can configure filtering conditions for needed logs. + +### Alerting and Notifications + +- Email notifications are available for cluster nodes and workload resources.  +- Notification rules: combined multiple monitoring resources are available. Different warning levels, detection cycle, push times and threshold can be configured. +- Time and notifiers can be set. +- Enable notification repeating rules for different levels. + +### Security Enhancement + +- Fix RunC Container Escape Vulnerability [Runc container breakout](https://log.qingcloud.com/archives/5127) +- Fix Alpine Docker's image Vulnerability [Alpine container shadow breakout](https://www.alpinelinux.org/posts/Docker-image-vulnerability-CVE-2019-5021.html) +- Support single and multi-login configuration items. +- Verification code is required after multiple invalid logins. +- Enhance passwords' policy and prevent weak passwords. +- Others security enhancements. + +### Interface Optimization + +- Optimize multiple user experience of console, such as the switch between DevOps project and other projects. +- Optimize many Chinese-English webpages. + +### Others + +- Support Etcd backup and recovery. +- Support regular cleanup of the docker's image. + +## Bugs Fixes + +- Fix delay updates of the resource and deleted pages. +- Fix the left dirty data after deleting the HPA workload. +- Fix incorrect Job status display. +- Correct resource quota, Pod usage and storage metrics algorithm. +- Adjust CPU usage percentages. +- many more bugfix diff --git a/content/en/docs/pluggable-components/release-v201.md b/content/en/docs/pluggable-components/release-v201.md index 2407dce8a..63db6a2f3 100644 --- a/content/en/docs/pluggable-components/release-v201.md +++ b/content/en/docs/pluggable-components/release-v201.md @@ -1,9 +1,9 @@ --- -title: "Release Notes For 2.0.1" -keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus" -description: "KubeSphere Release Notes For 2.0.1" +title: "KubeSphere Service Mesh System" +keywords: "kubernetes, istio, kubesphere, service-mesh, microservice" +description: "How to Enable KubeSphere Service Mesh System" -linkTitle: "Release Notes - 2.0.1" +linkTitle: "KubeSphere Service Mesh System" weight: 400 --- diff --git a/content/en/docs/pluggable-components/release-v202.md b/content/en/docs/pluggable-components/release-v202.md index 3c8fec965..f57fa73e4 100644 --- a/content/en/docs/pluggable-components/release-v202.md +++ b/content/en/docs/pluggable-components/release-v202.md @@ -1,9 +1,9 @@ --- -title: "Release Notes For 2.0.2" -keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus" -description: "KubeSphere Release Notes For 2.0.2" +title: "KubeSphere Logging System" +keywords: "kubernetes, Elasticsearch, kubesphere, Logging, logs" +description: "How to Enable KubeSphere Logging System" -linkTitle: "Release Notes - 2.0.2" +linkTitle: "KubeSphere Logging System" weight: 300 --- diff --git a/content/en/docs/pluggable-components/release-v210.md b/content/en/docs/pluggable-components/release-v210.md index ae876bee6..57ab876fd 100644 --- a/content/en/docs/pluggable-components/release-v210.md +++ b/content/en/docs/pluggable-components/release-v210.md @@ -1,9 +1,9 @@ --- -title: "Release Notes For 2.1.0" -keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus" -description: "KubeSphere Release Notes For 2.1.0" +title: "KubeSphere DevOps System" +keywords: "kubernetes, jenkins, kubesphere, DevOps, cicd" +description: "How to Enable KubeSphere DevOps System" -linkTitle: "Release Notes - 2.1.0" +linkTitle: "KubeSphere DevOps System" weight: 200 --- diff --git a/content/en/docs/pluggable-components/release-v211.md b/content/en/docs/pluggable-components/release-v211.md index d8acba698..8af01196a 100644 --- a/content/en/docs/pluggable-components/release-v211.md +++ b/content/en/docs/pluggable-components/release-v211.md @@ -1,9 +1,9 @@ --- -title: "Release Notes For 2.1.1" -keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus" -description: "KubeSphere Release Notes For 2.1.1" +title: "KubeSphere Application Store" +keywords: "kubernetes, docker, kubesphere, app-store, openpitrix" +description: "How to Enable KubeSphere Application Store" -linkTitle: "Release Notes - 2.1.1" +linkTitle: "KubeSphere Application Store" weight: 100 --- diff --git a/content/en/docs/pluggable-components/release-v300.md b/content/en/docs/pluggable-components/release-v300.md index 98c787c91..15eacc468 100644 --- a/content/en/docs/pluggable-components/release-v300.md +++ b/content/en/docs/pluggable-components/release-v300.md @@ -1,9 +1,9 @@ --- -title: "Release Notes For 3.0.0" +title: "Overview" keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus" description: "KubeSphere Release Notes For 3.0.0" -linkTitle: "Release Notes - 3.0.0" +linkTitle: "Overview" weight: 50 --- diff --git a/content/en/docs/project-user-guide/application-workloads/_index.md b/content/en/docs/project-user-guide/application-workloads/_index.md index d28bdca57..92bb3627c 100644 --- a/content/en/docs/project-user-guide/application-workloads/_index.md +++ b/content/en/docs/project-user-guide/application-workloads/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "Application Workloads" -weight: 2200 +weight: 2080 _build: render: false diff --git a/content/en/docs/project-user-guide/configuration/_index.md b/content/en/docs/project-user-guide/configuration/_index.md index 2cf101ca5..cb8d4a686 100644 --- a/content/en/docs/project-user-guide/configuration/_index.md +++ b/content/en/docs/project-user-guide/configuration/_index.md @@ -1,7 +1,7 @@ --- -linkTitle: "Installation" +linkTitle: "ConfigMap and Secrets" weight: 2100 _build: render: false ---- \ No newline at end of file +--- diff --git a/content/en/docs/project-user-guide/grayscale-release/_index.md b/content/en/docs/project-user-guide/grayscale-release/_index.md index 2cf101ca5..cdd13a9e1 100644 --- a/content/en/docs/project-user-guide/grayscale-release/_index.md +++ b/content/en/docs/project-user-guide/grayscale-release/_index.md @@ -1,7 +1,7 @@ --- -linkTitle: "Installation" +linkTitle: "Grayscale Release" weight: 2100 _build: render: false ---- \ No newline at end of file +--- diff --git a/content/en/docs/project-user-guide/project-administration/_index.md b/content/en/docs/project-user-guide/project-administration/_index.md index 2cf101ca5..a13eb7e12 100644 --- a/content/en/docs/project-user-guide/project-administration/_index.md +++ b/content/en/docs/project-user-guide/project-administration/_index.md @@ -1,7 +1,7 @@ --- -linkTitle: "Installation" -weight: 2100 +linkTitle: "Project Settings" +weight: 2150 _build: render: false ---- \ No newline at end of file +--- diff --git a/content/en/docs/project-user-guide/storage/_index.md b/content/en/docs/project-user-guide/storage/_index.md index 2cf101ca5..9ccf64d90 100644 --- a/content/en/docs/project-user-guide/storage/_index.md +++ b/content/en/docs/project-user-guide/storage/_index.md @@ -1,7 +1,7 @@ --- -linkTitle: "Installation" +linkTitle: "Volume Management" weight: 2100 _build: render: false ---- \ No newline at end of file +---