Merge PR #4871: fix vuepress

This commit is contained in:
gamarin2 2019-08-08 18:05:03 +02:00 committed by Alexander Bezobchuk
parent 745f2eb7e3
commit 1dfbfc08d7
1 changed files with 8 additions and 9 deletions

View File

@ -31,8 +31,7 @@ module.exports = {
"/intro/", "/intro/",
"/intro/why-app-specific", "/intro/why-app-specific",
"/intro/sdk-app-architecture", "/intro/sdk-app-architecture",
"/intro/sdk-design", "/intro/sdk-design"
"/intro/ocap"
] ]
}, },
{ {
@ -63,15 +62,15 @@ module.exports = {
] ]
}, },
{ {
title: "Clients", title: "Interfaces",
collapsable: true, collapsable: true,
children: [ children: [
"/clients/", "/interfaces/",
"/clients/cli", "/interfaces/cli",
"/clients/service-providers", "/interfaces/service-providers",
"/clients/lite/", // this renders the readme "/interfaces/lite/", // this renders the readme
"/clients/lite/getting_started", "/interfaces/lite/getting_started",
"/clients/lite/specification" "/interfaces/lite/specification"
] ]
} }
] ]