Skip to content

Commit 7415dc6

Browse files
typhoonzeroweiguoz
authored andcommitted
fix submodule indexes (#78)
* fix_submodule_indexes * add branch for pysqlflow
1 parent 637377f commit 7415dc6

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
[submodule "gomaxcompute"]
1414
path = gomaxcompute
1515
url = https://github.com/sql-machine-learning/gomaxcompute
16+
branch = develop
1617
[submodule "gohive"]
1718
path = gohive
1819
url = https://github.com/sql-machine-learning/gohive
20+
branch = develop
1921
[submodule "pysqlflow"]
2022
path = pysqlflow
2123
url = https://github.com/sql-machine-learning/pysqlflow
24+
branch = develop
2225

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: 'SQLFlow'
22
description: Bridging Data and AI
33

44
permalink: pretty
5-
exclude: ['*.sql', '*.go', '.gitignore', '*.sh', '*.proto', '*.y', '*.py']
5+
exclude: ['*.sql', '*.go', '.gitignore', '*.sh', '*.proto', '*.y', '*.py', 'vendor', 'pysqlflow', 'gohive', 'gomaxcompute']
66

77
search_enabled: true
88
search_tokenizer_separator: /[\s/]+/
@@ -41,7 +41,7 @@ defaults:
4141
grand_parent: ElasticDL
4242
prefix: '/elasticdl/'
4343
- scope:
44-
path: "sqlflow/doc/run/docker.md"
44+
path: "sqlflow/doc/quick_start.md"
4545
values:
4646
nav_exclude: false
4747
parent: Get Started

0 commit comments

Comments
 (0)