init Enterprise Quickstart

This commit is contained in:
alexfornuto 2021-07-14 17:49:46 -05:00
parent 5c3b7a5613
commit 8581dff7cf
6 changed files with 211 additions and 34 deletions

View file

@ -193,11 +193,21 @@ module.exports = {
title: "Enterprise",
type: "group",
collapsable: false,
sidebarDepth: 0,
sidebarDepth: 2,
path: "/enterprise/",
children: [
//"",
"about",
"install",
{
title: "Install",
type: "group",
collapsable: false,
path: "install/",
sidebarDepth: 2,
children: [
"install/quickstart",
],
},
"concepts",
],
},