We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16aae5a commit cc81fc1Copy full SHA for cc81fc1
.gitmodules
@@ -14,3 +14,7 @@
14
path = gomaxcompute
15
url = https://github.com/sql-machine-learning/gomaxcompute
16
branch = develop
17
+[submodule "elasticdl"]
18
+ path = elasticdl
19
+ url = https://github.com/sql-machine-learning/elasticdl
20
+ branch = develop
_config.yml
@@ -105,6 +105,11 @@ defaults:
105
layout: doc
106
parent: GoHive
107
prefix: '/gohive/'
108
+ - scope:
109
+ path: "elasticdl"
110
+ values:
111
+ layout: doc
112
+ parent: ElasticDL
113
114
footer:
115
links:
elasticdl
0 commit comments