configs/config.gh.js (10 lines of code) (raw):
export default {
routerBase: '/echarts-handbook',
rootPath: 'https://apache.github.io/echarts-handbook/',
exampleViewPath: 'https://echarts.apache.org/examples/${lang}/view.html?c=',
exampleEditorPath:
'https://echarts.apache.org/examples/${lang}/editor.html?c=',
mainSitePath: 'https://echarts.apache.org/',
optionPath: 'https://echarts.apache.org/option.html#',
gitRepo: 'apache/echarts-handbook'
}