Add version prefix for side docs / target config
This commit is contained in:
parent
3b743f431d
commit
c8afa16a46
@ -268,27 +268,27 @@
|
|||||||
{
|
{
|
||||||
"name": "Getting started",
|
"name": "Getting started",
|
||||||
"tutorial": true,
|
"tutorial": true,
|
||||||
"path": "/tutorials/getting-started"
|
"path": "/v1/tutorials/getting-started"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Projects",
|
"name": "Projects",
|
||||||
"path": "/projects"
|
"path": "/v1/projects"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Reference",
|
"name": "Reference",
|
||||||
"path": "/reference"
|
"path": "/v1/reference"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Blocks",
|
"name": "Blocks",
|
||||||
"path": "/blocks"
|
"path": "/v1/blocks"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "JavaScript",
|
"name": "JavaScript",
|
||||||
"path": "/javascript"
|
"path": "/v1/javascript"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Hardware",
|
"name": "Hardware",
|
||||||
"path": "/device"
|
"path": "/v1/device"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Buy",
|
"name": "Buy",
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
"zh-TW"
|
"zh-TW"
|
||||||
],
|
],
|
||||||
"galleries": {
|
"galleries": {
|
||||||
"Projects": "projects",
|
"Projects": "v1/projects",
|
||||||
"Examples": "examples"
|
"Examples": "v1/examples"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user