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