mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +02:00
docs: add contributing guide for docs
- merge developers guide and contributing - delete duplicate "from source" - add docs makefile entry - fix "edit in github" link Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
440a7013d2
commit
7f99671bfa
8 changed files with 199 additions and 233 deletions
|
@ -16,6 +16,7 @@ module.exports = {
|
|||
},
|
||||
themeConfig: {
|
||||
logo: "/logo-long-civez.png",
|
||||
repo: "pomerium/pomerium",
|
||||
editLinks: true,
|
||||
docsDir: "docs",
|
||||
editLinkText: "Edit this page on GitHub",
|
||||
|
@ -88,13 +89,7 @@ module.exports = {
|
|||
|
||||
collapsable: false,
|
||||
sidebarDepth: 1,
|
||||
children: [
|
||||
"",
|
||||
"contributing",
|
||||
"developers-guide",
|
||||
"code-of-conduct",
|
||||
"security"
|
||||
]
|
||||
children: ["", "contributing", "code-of-conduct", "security"]
|
||||
}
|
||||
],
|
||||
"/recipes/": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue