Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update config.json (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhitong authored Apr 13, 2021
1 parent 120f1cb commit 96da1c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,47 +6,47 @@
"destination": "..\\docs\\wwwroot\\v3\\docs\\zh-cn",
"catalog": "docs\\zh-cn\\toc.yml",
"webRoot": "wwwroot",
"git": "https://github.com/neo-project/docs/blob/new-release-neo3/docs/zh-cn/"
"git": "https://github.com/neo-project/docs/blob/master/docs/zh-cn/"
},
{
"origin": "docs\\en-us",
"template": "template",
"destination": "..\\docs\\wwwroot\\v3\\docs\\en-us",
"catalog": "docs\\en-us\\toc.yml",
"webRoot": "wwwroot",
"git": "https://github.com/neo-project/docs/blob/new-release-neo3/docs/en-us/"
"git": "https://github.com/neo-project/docs/blob/master/docs/en-us/"
},
{
"origin": "faq\\zh-cn",
"template": "template",
"destination": "..\\docs\\wwwroot\\v3\\faq\\zh-cn",
"catalog": "faq\\zh-cn\\toc.yml",
"webRoot": "wwwroot",
"git": "https://github.com/neo-project/docs/blob/new-release-neo3/faq/zh-cn/"
"git": "https://github.com/neo-project/docs/blob/master/faq/zh-cn/"
},
{
"origin": "faq\\en-us",
"template": "template",
"destination": "..\\docs\\wwwroot\\v3\\faq\\en-us",
"catalog": "faq\\en-us\\toc.yml",
"webRoot": "wwwroot",
"git": "https://github.com/neo-project/docs/blob/new-release-neo3/faq/en-us/"
"git": "https://github.com/neo-project/docs/blob/master/faq/en-us/"
},
{
"origin": "articles\\zh-cn",
"template": "template",
"destination": "..\\docs\\wwwroot\\v3\\articles\\zh-cn",
"catalog": "articles\\zh-cn\\toc.yml",
"webRoot": "wwwroot",
"git": "https://github.com/neo-project/docs/blob/new-release-neo3/articles/zh-cn/"
"git": "https://github.com/neo-project/docs/blob/master/articles/zh-cn/"
},
{
"origin": "articles\\en-us",
"template": "template",
"destination": "..\\docs\\wwwroot\\v3\\articles\\en-us",
"catalog": "articles\\en-us\\toc.yml",
"webRoot": "wwwroot",
"git": "https://github.com/neo-project/docs/blob/new-release-neo3/articles/en-us/"
"git": "https://github.com/neo-project/docs/blob/master/articles/en-us/"
}
]
}

0 comments on commit 96da1c5

Please sign in to comment.