mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +02:00
docs: prepare for enterprise / oss split (#1238)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
fbb367d393
commit
07be1e9530
19 changed files with 35 additions and 258 deletions
|
@ -7,37 +7,18 @@ module.exports = {
|
|||
"check-md": {
|
||||
pattern: "**/*.md",
|
||||
},
|
||||
|
||||
sitemap: {
|
||||
hostname: "https://www.pomerium.io",
|
||||
},
|
||||
"@vuepress/google-analytics": {
|
||||
ga: "UA-129872447-2",
|
||||
},
|
||||
"@vuepress/blog": {
|
||||
directories: [
|
||||
{
|
||||
id: "post",
|
||||
dirname: "_posts",
|
||||
path: "/posts/",
|
||||
itemPermalink: "/posts/:year/:month/:day/:slug",
|
||||
},
|
||||
],
|
||||
},
|
||||
"vuepress-plugin-mailchimp": {
|
||||
title: "Sign up to be notified of new features and updates",
|
||||
content: " ",
|
||||
endpoint:
|
||||
"https://pomerium.us19.list-manage.com/subscribe/post?u=76f0996a737c138396687fd6b&id=2f4f70cf07",
|
||||
sitemap: {
|
||||
hostname: "https://www.pomerium.io",
|
||||
},
|
||||
},
|
||||
},
|
||||
markdown: {
|
||||
externalLinkSymbol: false,
|
||||
},
|
||||
themeConfig: {
|
||||
home: false,
|
||||
logo: "/logo-long-civez.png",
|
||||
repo: "pomerium/pomerium",
|
||||
editLinks: true,
|
||||
|
@ -48,7 +29,7 @@ module.exports = {
|
|||
{ text: "Documentation", link: "/docs/" },
|
||||
{ text: "Reference", link: "/reference/" },
|
||||
{ text: "Guides", link: "/guides/" },
|
||||
{ text: "Enterprise", link: "/enterprise/" },
|
||||
{ text: "Enterprise", link: "/", target: "_self", rel: "" },
|
||||
{
|
||||
text: "v0.10.x", // current tagged version
|
||||
ariaLabel: "Version menu",
|
||||
|
@ -173,15 +154,6 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
],
|
||||
"/enterprise/": [
|
||||
{
|
||||
title: "Enterprise",
|
||||
type: "group",
|
||||
collapsable: false,
|
||||
sidebarDepth: 1,
|
||||
children: [""],
|
||||
},
|
||||
],
|
||||
"/reference/": [
|
||||
{
|
||||
title: "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue