From 7268c174d0cca59347c3f6a12426e087be5a27bb Mon Sep 17 00:00:00 2001 From: zzjin Date: Mon, 15 Jul 2024 11:58:00 +0800 Subject: [PATCH] Fix doc platform-components relative link. (#4896) --- docs/4.0/docs/advanced-guide/Architecture/Architecture.md | 2 +- .../i18n/zh-Hans/advanced-guide/Architecture/Architecture.md | 2 +- docs/4.0/i18n/zh-Hans/quick-start/use-database.md | 2 +- .../2023/to-run-or-not-to-run-a-database-on-kubernetes/index.md | 2 +- .../2023/to-run-or-not-to-run-a-database-on-kubernetes/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/4.0/docs/advanced-guide/Architecture/Architecture.md b/docs/4.0/docs/advanced-guide/Architecture/Architecture.md index 55fc2ff7af6..afd8f35841b 100644 --- a/docs/4.0/docs/advanced-guide/Architecture/Architecture.md +++ b/docs/4.0/docs/advanced-guide/Architecture/Architecture.md @@ -18,6 +18,6 @@ Using the following diagram as an example: For various applications on Sealos, they can interact directly with `Kubernetes` services, or interact with various CRD controllers such as Terminal Controller and Ingress-Nginx Controller, etc. Applications can also call each other, for example, a database created by a user in the **Database** application can directly invoke the **Terminal** application and automatically connect to the database for debugging. -For more information, please refer to the [link](../../platform-components) documentation. +For more information, please refer to the [link](../../guides) documentation. ![Application](./images/application_light.png#gh-light-mode-only)![Application](./images/application_dark.png#gh-dark-mode-only) \ No newline at end of file diff --git a/docs/4.0/i18n/zh-Hans/advanced-guide/Architecture/Architecture.md b/docs/4.0/i18n/zh-Hans/advanced-guide/Architecture/Architecture.md index 6ef406b77b8..cfa4b5c9d89 100644 --- a/docs/4.0/i18n/zh-Hans/advanced-guide/Architecture/Architecture.md +++ b/docs/4.0/i18n/zh-Hans/advanced-guide/Architecture/Architecture.md @@ -17,6 +17,6 @@ Sealos 上的应用采用前后端分离的架构,同时前端能够提供 `SS 对于 Sealos 上的各种应用而言,它们可以直接与 `Kubernetes` 的服务进行交互,也可以与各种 CRD Controller 比如 Terminal Controller 和 Ingress-Nginx Controller 等等进行交互。 应用之间也可以互相调用,比如用户在**数据库**应用中新建的数据库,可以直接唤起**终端**应用并自动连接上数据库进行调试。 -详细信息可以点击 [链接](../../platform-components) 文档了解更多。 +详细信息可以点击 [链接](../../guides) 文档了解更多。 ![Application](./images/application_light.png#gh-light-mode-only)![Application](./images/application_dark.png#gh-dark-mode-only) \ No newline at end of file diff --git a/docs/4.0/i18n/zh-Hans/quick-start/use-database.md b/docs/4.0/i18n/zh-Hans/quick-start/use-database.md index 5e98f08f376..133a02e1be3 100644 --- a/docs/4.0/i18n/zh-Hans/quick-start/use-database.md +++ b/docs/4.0/i18n/zh-Hans/quick-start/use-database.md @@ -22,7 +22,7 @@ sidebar_position: 4 ![](./images/database-more.png) -4. 点击一键连接,就可以直接打开「[终端](../../platform-components/terminal/terminal.md)」应用进入数据库的命令行终端。 +4. 点击一键连接,就可以直接打开「[终端](../../guides/terminal/terminal.md)」应用进入数据库的命令行终端。 ![](./images/database-connect.png) diff --git a/docs/blog/en/2023/to-run-or-not-to-run-a-database-on-kubernetes/index.md b/docs/blog/en/2023/to-run-or-not-to-run-a-database-on-kubernetes/index.md index d96e2163d28..e605d45b8b4 100644 --- a/docs/blog/en/2023/to-run-or-not-to-run-a-database-on-kubernetes/index.md +++ b/docs/blog/en/2023/to-run-or-not-to-run-a-database-on-kubernetes/index.md @@ -27,7 +27,7 @@ Upon joining Alibaba, I observed that all databases for delivery purposes were o ## Democratizing Database Expertise on K8s -In the business sector, companies often confront two primary challenges with database management: either their management skills are not robust enough to maximize database potential, or they face significant expenditures in managing their databases. The concept of "[Database on K8s](https://sealos.io/docs/platform-components/dbprovider/)" introduces a standardization that addresses these issues. Such standardization facilitates collaboration and alters the dynamics of productivity and production relationships, leading to a substantial increase in efficiency. This approach empowers teams, even those lacking in specialized skills, to leverage professional capabilities. This is analogous to the distinct roles in agriculture and animal husbandry, where focus in their respective domains enhances overall efficiency and output. +In the business sector, companies often confront two primary challenges with database management: either their management skills are not robust enough to maximize database potential, or they face significant expenditures in managing their databases. The concept of "[Database on K8s](https://sealos.io/docs/guides/dbprovider/)" introduces a standardization that addresses these issues. Such standardization facilitates collaboration and alters the dynamics of productivity and production relationships, leading to a substantial increase in efficiency. This approach empowers teams, even those lacking in specialized skills, to leverage professional capabilities. This is analogous to the distinct roles in agriculture and animal husbandry, where focus in their respective domains enhances overall efficiency and output. The KubeBlocks team is a prime example of this. Their expertise and accumulation of knowledge in database management are likely superior to that of most companies. They have transformed their experiential knowledge into code, crafting controllers that enable other businesses to operate in an exceptionally streamlined manner. K8s plays a crucial role in making this feasible. diff --git a/docs/blog/zh-Hans/2023/to-run-or-not-to-run-a-database-on-kubernetes/index.md b/docs/blog/zh-Hans/2023/to-run-or-not-to-run-a-database-on-kubernetes/index.md index f17bd4823e8..33401cf0619 100644 --- a/docs/blog/zh-Hans/2023/to-run-or-not-to-run-a-database-on-kubernetes/index.md +++ b/docs/blog/zh-Hans/2023/to-run-or-not-to-run-a-database-on-kubernetes/index.md @@ -27,7 +27,7 @@ date: 2023-12-06T10:00 ## 数据库 on K8s:专业能力的普及化 -绝大多数做业务的公司对数据库的处理通常存在两个问题:要么是数据库管理水平一般,无法充分发挥数据库的潜能;要么是每年需要在数据库管理上花费大量成本。[数据库 on K8s](https://sealos.run/docs/platform-components/dbprovider/) 可以让这一切标准化,有了标准,人与人之间才可以协作,生产力改变生产关系,从而大幅提效,让绝大多数不具备专业能力的团队享受到专业能力,本质上分工更明确了,就像农业和畜牧业分离一样,各自专注于自己的领域,从而提高整体的效率和产出。 +绝大多数做业务的公司对数据库的处理通常存在两个问题:要么是数据库管理水平一般,无法充分发挥数据库的潜能;要么是每年需要在数据库管理上花费大量成本。[数据库 on K8s](https://sealos.run/docs/guides/dbprovider/) 可以让这一切标准化,有了标准,人与人之间才可以协作,生产力改变生产关系,从而大幅提效,让绝大多数不具备专业能力的团队享受到专业能力,本质上分工更明确了,就像农业和畜牧业分离一样,各自专注于自己的领域,从而提高整体的效率和产出。 以 KubeBlocks 团队为例,我相信绝大多数公司在数据库层面的积累和专业能力都没有他们强。而且他们将这些实践经验转化为代码,写成了控制器,以极其简单的方式赋能给其他企业。K8s 让这一切成为可能。