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:
@ -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",
|
||||
|
Reference in New Issue
Block a user