This is an automated email from the ASF dual-hosted git repository. zhangyonglun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
commit 1b1848667fc01ab9204b3934ca807a6a89611439 Author: tuohai666 <[email protected]> AuthorDate: Wed Jul 15 14:53:11 2020 +0800 remote lite from doc/config.toml --- docs/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index aa283bf..0ddd497 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://shardingsphere.apache.org/elasticjob/current/lite" +baseURL = "https://shardingsphere.apache.org/elasticjob/current/" canonifyurls = true languageCode = "en-us" title = "ElasticJob" @@ -9,13 +9,13 @@ defaultContentLanguageInSubdir= true [Languages] [Languages.en] -#baseURL = "https://shardingsphere.apache.org/elasticjob/current/lite" +#baseURL = "https://shardingsphere.apache.org/elasticjob/current/" title = "ElasticJob" weight = 1 languageName = "English" [Languages.cn] -#baseURL = "https://shardingsphere.apache.org/elasticjob/current/lite" +#baseURL = "https://shardingsphere.apache.org/elasticjob/current/" title = "ElasticJob" weight = 2 languageName = "Chinese" @@ -30,4 +30,4 @@ languageName = "Chinese" [markup.tableOfContents] endLevel = 3 ordered = false -startLevel = 2 \ No newline at end of file +startLevel = 2
