From 5595a11874e1bc78a5d6472f722e1b230556db5e Mon Sep 17 00:00:00 2001 From: shendiaomo Date: Thu, 24 Oct 2019 17:12:42 +0800 Subject: [PATCH] Fix 404 in http://sqlflow.org/sqlflow/doc/quick_start/ --- README.md | 2 +- _config.yml | 7 ++++++- sqlflow | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da2eeb8..037a4e2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ git clone https://github.com/sql-machine-learning/sql-machine-learning.github.io git submodule update --init --recursive --remote ``` -**Step Three**: Fire up docker run under the repo root. Note the command will pull the image from the remote automatically. Also, make sure to replace `b90ffea2` with your personal access token. It takes a few seconds to generate the token by following [this document](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line). Now you can access SQLFlow.org from http://localhost:4000 with exact the same content. +**Step Three**: Fire up docker run under the repo root. Note the command will pull the image from the remote automatically. Also, make sure to replace `b90ffea2` with your personal access token. It takes a few seconds to generate the token by following [this document](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line). Now you can access SQLFlow.org from http://localhost:4000 with exactly the same content. ```bash cd sql-machine-learning.github.io diff --git a/_config.yml b/_config.yml index 5546246..ba27f8a 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ title: 'SQLFlow' description: Bridging Data and AI permalink: pretty -exclude: ['*.sql', '*.go', '.gitignore', '*.sh', '*.proto', '*.y', '*.py', 'vendor', 'gohive/doc/design.md', 'gohive/docker/README.md', 'pysqlflow/doc/design/client_design_doc.md', 'pysqlflow/doc/design/magic_design_doc.md', 'sqlflow/doc/mysql-setup.md', 'sqlflow/doc/tutorial/aspara2019/', 'sqlflow/doc/design/design_ant_xgboost.md', 'sqlflow/doc/design/design_workflow.md', 'sqlflow/python/README.md', 'sqlflow/parser/README.md', 'sqlflow/parser/remote/README.md', 'sqlflow/parser/remote/hiveql/README.md', 'sqlflow/scripts/markdown_link_check/README.md'] +exclude: ['*.sql', '*.go', '.gitignore', '*.sh', '*.proto', '*.y', '*.py', 'vendor', 'gohive/doc/design.md', 'gohive/docker/README.md', 'pysqlflow/doc/design/client_design_doc.md', 'pysqlflow/doc/design/magic_design_doc.md', 'sqlflow/doc/mysql-setup.md', 'sqlflow/doc/tutorial/aspara2019/', 'sqlflow/doc/design/design_ant_xgboost.md', 'sqlflow/doc/design/design_workflow.md', 'sqlflow/python/README.md', 'sqlflow/parser/README.md', 'sqlflow/parser/remote/README.md', 'sqlflow/parser/remote/hiveql/README.md', 'sqlflow/scripts/markdown_link_check/README.md', 'sqlflow/doc/design/design_high-available_sqlflow_server.md', 'sqlflow/doc/design/design_support_arbitrary_select.md', 'sqlflow/doc/design/model_zoo.md', 'sqlflow/pkg/sql/codegen/xgboost/README.md'] search_enabled: true search_tokenizer_separator: /[\s/]+/ @@ -367,3 +367,8 @@ compress_html: startings: [] blanklines: false profile: false + +relative_links: + enabled: true + collections: true + diff --git a/sqlflow b/sqlflow index afe7a6b..ba11601 160000 --- a/sqlflow +++ b/sqlflow @@ -1 +1 @@ -Subproject commit afe7a6b97583778cec4ac2b67c198896cd3d2a35 +Subproject commit ba11601020852e3969de39ff25415c74665fc278