Skip to content

Commit e8f9f88

Browse files
authored
update website (#73)
update website navigation
1 parent 870125b commit e8f9f88

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

_config.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ defaults:
112112
values:
113113
nav_exclude: true
114114
prefix: '/elasticdl'
115-
- scope:
116-
path: "elasticdl/elasticdl/doc/overview.md"
117-
values:
118-
nav_exclude: false
119-
parent: ElasticDL
120115
- scope:
121116
path: "elasticdl/elasticdl/doc/worker_optimization_design.md"
122117
values:
@@ -162,12 +157,6 @@ defaults:
162157
values:
163158
nav_exclude: false
164159
parent: ElasticDL
165-
- scope:
166-
path: "elasticdl/elasticdl/doc/distributed_embedding_layer_design.md"
167-
values:
168-
nav_exclude: false
169-
parent: ElasticDL
170-
171160

172161

173162

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ main:
33
url: sqlflow/doc/installation
44
- title: "Documents"
55
url: doc_index/sqlflow
6+
- title: "ElasticDL"
7+
url: "https://sql-machine-learning.github.io/elasticdl"
68
- title: "GitHub"
79
url: https://github.com/sql-machine-learning

_layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@
537537

538538
@media only screen and (min-width: 40.063em) {
539539
nav.tab-bar .middle.tab-bar-section .main-nav ul {
540-
width: 420px;
540+
width: auto;
541541
}
542542
nav.tab-bar .off-canvas-nav-item {
543543
display: none;
@@ -999,4 +999,4 @@ <h3>{{feat.title}}</h3>
999999
</script>
10001000
</body>
10011001

1002-
</html>
1002+
</html>

0 commit comments

Comments
 (0)