This is an automated email from the ASF dual-hosted git repository. rmetzger pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 3fd6f5674b44f4e23b9af83bf6960dcd49efc5f2 Author: Hugo Da Cruz Louro <[email protected]> AuthorDate: Thu Jun 27 19:12:38 2019 -0700 [hotfix][docs][improve-website] Document relative url path for Chinese translation --- contributing/improve-website.md | 2 +- contributing/improve-website.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing/improve-website.md b/contributing/improve-website.md index a65e864..f2ccb3e 100644 --- a/contributing/improve-website.md +++ b/contributing/improve-website.md @@ -52,7 +52,7 @@ You can update and extend the website by modifying or adding Markdown files or a ./build.sh -p ``` -The script compiles the Markdown files into HTML and starts a local webserver. Open your browser at `http://localhost:4000` to view the website including your changes. The served website is automatically re-compiled and updated when you modify and save any file and refresh your browser. +The script compiles the Markdown files into HTML and starts a local webserver. Open your browser at `http://localhost:4000` to view the website including your changes. The Chinese translation is located at `http://localhost:4000/zh`. The served website is automatically re-compiled and updated when you modify and save any file and refresh your browser. Alternatively you can build the web site using Docker (without augmenting your host environment): diff --git a/contributing/improve-website.zh.md b/contributing/improve-website.zh.md index c10c461..5467a04 100644 --- a/contributing/improve-website.zh.md +++ b/contributing/improve-website.zh.md @@ -52,7 +52,7 @@ Flink 的官网是用 [Markdown](http://daringfireball.net/projects/markdown/) ./build.sh -p ``` -该脚本会把所有 Markdown 文件转换为 HTML 文件,并启动一个本地 web 服务器。打开浏览器并访问 `http://localhost:4000` 查看你的修改。当你重新修改并保存文件后,刷新浏览器可以看到最新的内容。 +该脚本会把所有 Markdown 文件转换为 HTML 文件,并启动一个本地 web 服务器。打开浏览器并访问 `http://localhost:4000/zh` 查看你的修改。当你重新修改并保存文件后,刷新浏览器可以看到最新的内容。 或者你可以使用 Docker 进行网站的构建(不增加主机环境):
