File tree Expand file tree Collapse file tree 7 files changed +19
-797
lines changed
Expand file tree Collapse file tree 7 files changed +19
-797
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ classes: wide
44
55search_enabled : true
66
7- title : ' SQLFLOW '
7+ title : ' SQLFlow '
88
99ga_tracking : UA-17331483-8
1010
@@ -22,12 +22,12 @@ defaults:
2222 values :
2323 layout : " doc"
2424 nav_exclude : true
25- grand_parent : Document
25+ grand_parent : Documents
2626 - scope :
2727 path : " sqlflow/doc/installation.md"
2828 values :
2929 nav_exclude : false
30- parent : Document
30+ parent : Documents
3131 nav_order : 1
3232 - scope :
3333 path : " sqlflow/doc/syntax.md"
Original file line number Diff line number Diff line change 11main :
2- - title : " Quick-Start Guide "
3- url : /pages/quick-start-guide.html
4- - title : " Documentation "
5- url : /pages/documentation.html
6- - title : " About "
7- url : /pages/about.html
2+ - title : " Installation "
3+ url : /sqlflow/doc/installation
4+ - title : " Documents "
5+ url : /doc_index/doc
6+ - title : " GitHub "
7+ url : https://github.com/sql-machine-learning
Original file line number Diff line number Diff line change 889889 < img alt ="logo " src ="assets/sqlflow-logo.svg " />
890890 </ div >
891891
892- <!-- <img src="sqlflow-logo-small.png" height="30"></img> -->
893892 < ul class ="inline-list right ">
894- < li class =" hide- for-small " > < a href =" sqlflow/doc/installation " > Quick Start </ a > </ li >
895- < li class ="hide-for-small "> < a href ="doc_index/doc " > Documents </ a > </ li >
896- < li class =" hide-for-small " > < a href =" https://github.com/sql-machine-learning " > Github </ a > </ li >
893+ {% for link in site.data.navigation.main %}
894+ < li class ="hide-for-small "> < a href ="{{link.url}} " > {{link.title}} </ a > </ li >
895+ {% endfor %}
897896 < li class ="off-canvas-nav-item " id ="menu-btn "> < a class ="right-off-canvas-toggle menu-icon "> Menu< span > </ span > </ a > </ li >
898897 </ ul >
899898 </ div >
904903 < aside class ="right-off-canvas-menu ">
905904 < ul class ="main-pages ">
906905 < li > < a href ="/ " class ="menu-icon "> Home</ a > </ li >
907- < li > < a href =" sqlflow/doc/installation " > Quick Start </ a > </ li >
908- < li > < a href ="doc_index/doc " > Documents </ a > </ li >
909- < li > < a href =" https://github.com/sql-machine-learning " > Github </ a > </ li >
906+ {% for link in site.data.navigation.main %}
907+ < li > < a href ="{{link.url}} " > {{link.title}} </ a > </ li >
908+ {% endfor %}
910909 </ ul >
911910 </ aside >
912911
You can’t perform that action at this time.
0 commit comments