From 184430d66e7fa54cfc1b4b34586f7c620bcc0e86 Mon Sep 17 00:00:00 2001 From: gongzhongqiang Date: Sat, 16 Nov 2024 10:59:23 +0800 Subject: [PATCH] Modify contribute guide --- docs/content.zh/how-to-contribute/improve-website.md | 9 +-------- docs/content/how-to-contribute/improve-website.md | 8 +------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/docs/content.zh/how-to-contribute/improve-website.md b/docs/content.zh/how-to-contribute/improve-website.md index 1e90ab6f07..454e070f51 100644 --- a/docs/content.zh/how-to-contribute/improve-website.md +++ b/docs/content.zh/how-to-contribute/improve-website.md @@ -97,11 +97,4 @@ Flink 项目通过 [GitHub Mirror](https://github.com/apache/flink-web) 以提 ### 合并 pull request -默认所有的修改仅在源文件上完成(对 `content/` 目录中自动生成的文件没有修改)。 在推送网站更改之前,请运行构建脚本。 - -``` -./build.sh -``` - -将更改添加到 `content/` 目录作为附加提交,并将更改推送到 ASF 基本仓库。 - +默认所有的修改仅在源文件上完成(对 `content/` 目录中自动生成的文件没有修改)。 diff --git a/docs/content/how-to-contribute/improve-website.md b/docs/content/how-to-contribute/improve-website.md index 959cb7f364..1171bc81e4 100644 --- a/docs/content/how-to-contribute/improve-website.md +++ b/docs/content/how-to-contribute/improve-website.md @@ -97,10 +97,4 @@ Details on how to set the credentials for the ASF git repository are [linked her ### Merging a pull request -Contributions are expected to be done on the source files only (no modifications on the compiled files in the `content/` directory.). Before pushing a website change, please run the build script - -``` -./build.sh -``` - -add the changes to the `content/` directory as an additional commit and push the changes to the ASF base repository. +Contributions are expected to be done on the source files only (no modifications on the compiled files in the `content/` directory.).