Skip to content

Commit 08bbc15

Browse files
typhoonzeroweiguoz
authored andcommitted
fix redirect (#80)
1 parent 7415dc6 commit 08bbc15

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

_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', 'vendor', 'pysqlflow', 'gohive', 'gomaxcompute']
5+
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']
66

77
search_enabled: true
88
search_tokenizer_separator: /[\s/]+/
@@ -256,7 +256,7 @@ defaults:
256256
values:
257257
nav_exclude: false
258258
parent: ElasticDL
259-
nav_order: 10
259+
nav_order: 10
260260

261261
footer:
262262
links:

models

0 commit comments

Comments
 (0)