mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +02:00
docs: add synology tutorial (#79)
This commit is contained in:
parent
41c42f590f
commit
7bf257f6e9
18 changed files with 230 additions and 3 deletions
|
@ -16,8 +16,10 @@ module.exports = {
|
|||
docsDir: "docs",
|
||||
editLinkText: "Edit this page on GitHub",
|
||||
lastUpdated: "Last Updated",
|
||||
nav: [{ text: "Quick Start", link: "/guide/" },
|
||||
{ text: "Documentation", link: "/docs/" }],
|
||||
nav: [
|
||||
{ text: "Quick Start", link: "/guide/" },
|
||||
{ text: "Documentation", link: "/docs/" }
|
||||
],
|
||||
sidebar: {
|
||||
"/guide/": guideSidebar("Quick Start"),
|
||||
"/docs/": docsSidebar("Documentation")
|
||||
|
@ -30,7 +32,7 @@ function guideSidebar(title) {
|
|||
{
|
||||
title,
|
||||
collapsable: false,
|
||||
children: ["", "helm", "kubernetes", "from-source"]
|
||||
children: ["", "helm", "kubernetes", "synology", "from-source"]
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue