Skip to content

Commit 909227d

Browse files
authored
Merge pull request #144 from apache/geo-base-map
Enhance infra and migrate "Geo base map"
2 parents e86528c + 9aa85c2 commit 909227d

File tree

14 files changed

+1019
-169
lines changed

14 files changed

+1019
-169
lines changed

configs/config.asf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export default {
66
'https://echarts.apache.org/examples/${lang}/editor.html?c=',
77
mainSitePath: 'https://echarts.apache.org/',
88
optionPath: 'https://echarts.apache.org/option.html#',
9+
apiPath: 'https://echarts.apache.org/api.html#',
910
gitRepo: 'apache/echarts-handbook'
1011
}

configs/config.dev.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
export default {
22
routerBase: '/echarts-handbook/dist',
3+
34
rootPath: 'http://localhost:3000/echarts-handbook/dist/',
45
exampleViewPath:
56
'http://localhost/echarts-examples/public/${lang}/view.html?c=',
67
exampleEditorPath:
78
'http://localhost/echarts-examples/public/${lang}/editor.html?c=',
89
mainSitePath: 'http://localhost/echarts-website/',
910
optionPath: 'http://localhost/echarts-website/option.html#',
11+
apiPath: 'http://localhost/echarts/charts-website/api.html#',
12+
1013
gitRepo: 'apache/echarts-handbook'
1114
}

configs/config.gh.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export default {
66
'https://echarts.apache.org/examples/${lang}/editor.html?c=',
77
mainSitePath: 'https://echarts.apache.org/',
88
optionPath: 'https://echarts.apache.org/option.html#',
9+
apiPath: 'https://echarts.apache.org/api.html#',
910
gitRepo: 'apache/echarts-handbook'
1011
}

configs/config.local.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ export default {
77
'http://localhost/echarts-website/examples/${lang}/editor.html?c=',
88
mainSitePath: 'http://localhost/echarts-website/',
99
optionPath: 'http://localhost/echarts-website/option.html#',
10+
apiPath: 'http://localhost/echarts-website/api.html#',
1011
gitRepo: 'apache/echarts-handbook'
1112
}

configs/config.localsite.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ export default {
77
'http://localhost/echarts-website/examples/${lang}/editor.html?c=',
88
mainSitePath: 'http://localhost/echarts-website/',
99
optionPath: 'http://localhost/echarts-website/option.html#',
10+
apiPath: 'http://localhost/echarts-website/api.html#',
1011
gitRepo: 'apache/echarts-handbook'
1112
}

contents/en/how-to/component-types/geo/svg-base-map.md

Lines changed: 364 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)