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", "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",

View File

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