From 1fa3c10e2c73d586fbacf2327f277039aaf8655c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=AA=E5=8A=9B=E7=9A=84=E5=B0=8F=E9=9B=A8?= <1316356098@qq.com> Date: Mon, 25 Mar 2024 16:44:45 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复fork文档地址错误 --- docs/contribution/how-to.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contribution/how-to.md b/docs/contribution/how-to.md index b827dcb..c7fb8c2 100644 --- a/docs/contribution/how-to.md +++ b/docs/contribution/how-to.md @@ -2,7 +2,7 @@ ## 贡献文档 -1. Fork [文档仓库](https://github.com/bartdong/docs/fork) +1. Fork [文档仓库](https://github.com/OpenTenBase/docs) 2. 将您 Fork 后的文档仓库 clone 至本地 ``` @@ -58,4 +58,4 @@ 3. 请在新创建的文件中添加许可证和版权声明。 4. 保证代码风格一致。 5. 进行充分的测试。 -6. 然后,您可以将代码提交到dev分支。 \ No newline at end of file +6. 然后,您可以将代码提交到dev分支。 From 7db4bf92d7c0d1a8939c8757affb367b7406f225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=AA=E5=8A=9B=E7=9A=84=E5=B0=8F=E9=9B=A8?= <1316356098@qq.com> Date: Mon, 25 Mar 2024 16:45:30 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复fork文档地址 --- docs/contribution/how-to.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contribution/how-to.en.md b/docs/contribution/how-to.en.md index 039cca3..b11a856 100644 --- a/docs/contribution/how-to.en.md +++ b/docs/contribution/how-to.en.md @@ -2,7 +2,7 @@ ## Contribute to the documentation -1. Fork [the documentation repository](https://github.com/bartdong/docs/fork) +1. Fork [the documentation repository](https://github.com/OpenTenBase/docs) 2. Clone the forked documentation repository to your local machine ``` @@ -58,4 +58,4 @@ Please confirm before completing a PR: 3. Please add License and Copyright declarations in the newly created file. 4. Ensure a consistent code style. 5. Do adequate testing. -6. Then, you can submit your code to the dev branch. \ No newline at end of file +6. Then, you can submit your code to the dev branch. From bea081c71896d655f6d82a47226b2a7e6fdd9e79 Mon Sep 17 00:00:00 2001 From: Bart <bartdong@tencent.com> Date: Mon, 25 Mar 2024 19:44:40 +0800 Subject: [PATCH 3/4] Update how-to.en.md --- docs/contribution/how-to.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contribution/how-to.en.md b/docs/contribution/how-to.en.md index b11a856..1ded39b 100644 --- a/docs/contribution/how-to.en.md +++ b/docs/contribution/how-to.en.md @@ -13,7 +13,7 @@ 3. Configure the environment - Install Python 3.x - - Install [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) and multi langual plugin + - Install [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) and multi language plugin ``` pip install mkdocs-material mkdocs-static-i18n @@ -30,7 +30,7 @@ - Please follow the [format guide](docs-format-guide.en.md) of this documentation site. 5. Verify if the content and format are correct through the preview server, and then commit your changes. -6. Submit a Pull Request to [the documentation repository](https://github.com/OpenTenBase/opencloudos.github.io), and it will be merged after being reviewed. +6. Submit a Pull Request to [the documentation repository](https://github.com/OpenTenBase/docs), and it will be merged after being reviewed. ## Contribute to the Code From cc946bf8e088509a630de2bce40ebf109106c037 Mon Sep 17 00:00:00 2001 From: Bart <bartdong@tencent.com> Date: Mon, 25 Mar 2024 19:45:15 +0800 Subject: [PATCH 4/4] Update how-to.md --- docs/contribution/how-to.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribution/how-to.md b/docs/contribution/how-to.md index c7fb8c2..35205b1 100644 --- a/docs/contribution/how-to.md +++ b/docs/contribution/how-to.md @@ -30,7 +30,7 @@ - 请注意遵守本文档站的 [格式手册](docs-format-guide.md)。 5. 在本地通过预览服务器确认内容与格式正确后,commit 您的修改。 -6. 向[文档仓库](https://github.com/OpenTenBase/opencloudos.github.io)提交 Pull Request,待维护者审核后即可合并。 +6. 向[文档仓库](https://github.com/OpenTenBase/docs)提交 Pull Request,待维护者审核后即可合并。 ## 为代码做出贡献