Skip to content

Commit 0df1e36

Browse files
authored
Add gomaxcompute submodule (#65)
* add submodule * add gomaxcompute.md * update submodule
1 parent 8d7efce commit 0df1e36

File tree

7 files changed

+26
-7
lines changed

7 files changed

+26
-7
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010
path = gohive
1111
url = https://github.com/sql-machine-learning/gohive
1212
branch = develop
13+
[submodule "gomaxcompute"]
14+
path = gomaxcompute
15+
url = https://github.com/sql-machine-learning/gomaxcompute
16+
branch = develop

_config.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,17 @@ defaults:
9494
values:
9595
nav_exclude: false
9696
parent: PySQLFlow
97+
- scope:
98+
path: "gomaxcompute"
99+
values:
100+
layout: doc
101+
parent: GoMaxCompute
97102
- scope:
98103
path: "gohive"
99104
values:
100-
layout: doc
101-
parent: GoHive
102-
prefix: '/gohive/'
103-
105+
layout: doc
106+
parent: GoHive
107+
prefix: '/gohive/'
104108

105109
footer:
106110
links:

doc_index/gomaxcompute.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
has_children: true
3+
title: GoMaxCompute
4+
nav_order: 2
5+
layout: doc
6+
---
7+
8+
# GoMaxCompute
9+
10+
A Go driver for [MaxCompute(ODPS)](https://www.alibabacloud.com/product/maxcompute) by AliCloud.

doc_index/pysqlflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
has_children: true
33
title: PySQLFlow
4-
nav_order: 1
4+
nav_order: 3
55
layout: doc
66
---
77

gomaxcompute

Submodule gomaxcompute added at 71030ee

0 commit comments

Comments
 (0)