init about page

This commit is contained in:
alexfornuto 2021-07-22 10:00:14 -05:00
parent c41fa99239
commit df3edf76ee
4 changed files with 42 additions and 6 deletions

View file

@ -39,7 +39,7 @@ module.exports = {
{ text: "Guides", link: "/guides/" },
{
text: "Enterprise",
link: "/enterprise/",
link: "/enterprise/about/",
//target: "_self",
//rel: "",
},
@ -194,7 +194,7 @@ module.exports = {
type: "group",
collapsable: false,
sidebarDepth: 2,
path: "/enterprise/",
//path: "/enterprise/",
children: [
//"",
"about",
@ -202,11 +202,11 @@ module.exports = {
title: "Install",
type: "group",
collapsable: false,
path: "install/",
path: "/enterprise/install/",
sidebarDepth: 2,
children: [
"install/quickstart",
"install/helm",
"/enterprise/install/quickstart",
"/enterprise/install/helm",
],
},
"prometheus",