Add version prefix for side docs / target config

This commit is contained in:
Sam El-Husseini 2018-05-18 15:43:26 -07:00
parent 3b743f431d
commit c8afa16a46
2 changed files with 8 additions and 8 deletions

View File

@ -268,27 +268,27 @@
{
"name": "Getting started",
"tutorial": true,
"path": "/tutorials/getting-started"
"path": "/v1/tutorials/getting-started"
},
{
"name": "Projects",
"path": "/projects"
"path": "/v1/projects"
},
{
"name": "Reference",
"path": "/reference"
"path": "/v1/reference"
},
{
"name": "Blocks",
"path": "/blocks"
"path": "/v1/blocks"
},
{
"name": "JavaScript",
"path": "/javascript"
"path": "/v1/javascript"
},
{
"name": "Hardware",
"path": "/device"
"path": "/v1/device"
},
{
"name": "Buy",

View File

@ -60,7 +60,7 @@
"zh-TW"
],
"galleries": {
"Projects": "projects",
"Examples": "examples"
"Projects": "v1/projects",
"Examples": "v1/examples"
}
}