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:
Bobby DeSimone 2019-08-12 19:55:51 -07:00
parent 440a7013d2
commit 7f99671bfa
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
8 changed files with 199 additions and 233 deletions

View file

@ -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/": [