Skip to content

Commit eaf958b

Browse files
committed
Merge branch 'master' into merge2main
# Conflicts: # _data/navigation.yml # _layouts/doc.md
2 parents d7abd21 + ecacefb commit eaf958b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aux_links:
1414

1515
exclude: ['*.sql', '*.go', '.gitignore', '*.sh', '*.proto', '*.y']
1616

17-
# baseurl: "/sql-machine-learning.github.io/"
17+
baseurl: "/sql-machine-learning.github.io/"
1818

1919
defaults:
2020
- scope:

_data/navigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ main:
22
- title: "Installation"
33
url: sqlflow/doc/installation
44
- title: "Documents"
5-
url: doc_index/sqlflow
5+
url: doc_index/doc
66
- title: "GitHub"
77
url: https://github.com/sql-machine-learning

_layouts/doc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ layout: default
33
---
44

55
<script>
6-
document.getElementsByClassName('site-title')[0].innerHTML = "<img src='/assets/sqlflow-logo.svg' style='height: 30px' />"
6+
document.getElementsByClassName('site-title')[0].innerHTML = "<img src='/sql-machine-learning.github.io/assets/sqlflow-logo.svg' style='height: 30px' />"
77
</script>
88

99
<style>
1010
a {color: #1BA2FF}
1111
</style>
1212

13-
{% assign href_prefix = 'href="' | append: page.prefix %}
13+
{% assign href_prefix = 'href="/sql-machine-learning.github.io' | append: page.prefix %}
1414

15-
{{content | replace: "README.md", "" | replace: ".md", "" | replace: 'href="/', href_prefix }}
15+
{{content | replace: "README.md", "" | replace: ".md", "" | replace: 'href="/sql-machine-learning.github.io/', href_prefix }}
1616

1717

0 commit comments

Comments
 (0)