website/developer-docs: add new template for procedures (#6390)

* new templete for procedural topics

* edit sidebar

* removed backslash

* tweaks

* template draft

* fix sidebar

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Tana Berry <tana@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Tana M Berry
2023-08-03 13:41:27 -05:00
committed by GitHub
parent 5755a9a7c0
commit 81db2cf114
3 changed files with 69 additions and 2 deletions

View File

@ -55,8 +55,23 @@ module.exports = {
id: "translation",
},
{
type: "doc",
id: "docs/writing-documentation",
type: "category",
label: "Writing documentation",
link: {
type: "doc",
id: "docs/writing-documentation",
},
items: [
{
type: "category",
label: "Templates",
link: {
type: "doc",
id: "docs/templates/index",
},
items: ["docs/templates/procedural"],
},
],
},
{
type: "doc",