website/dev-docs: add raw markdown template (#6768)
* add raw markdown template * changed to truly raw markdown file * fix download link 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:
35
website/developer-docs/docs/templates/procedural.tmpl.md
vendored
Normal file
35
website/developer-docs/docs/templates/procedural.tmpl.md
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
---
|
||||
title: "Markdown template: procedural"
|
||||
---
|
||||
|
||||
add brief description of the feature/functionality
|
||||
|
||||
:::info
|
||||
if needed, use this syntax to add a note (info) or warning (warning)
|
||||
:::
|
||||
|
||||
## Prerequisites
|
||||
|
||||
bullet list of pre-reqs
|
||||
|
||||
## Overview of steps/workflow
|
||||
|
||||
describe the 50,000 meter view before they dive into the detailed steps, using a bullet list of the main steps, or even a diagram of the workflow.
|
||||
|
||||
## first several group steps
|
||||
|
||||
1. first step
|
||||
|
||||
2. second step
|
||||
|
||||
3. third step
|
||||
|
||||
if you need a tabbed section to represent diff processes or code snippets for diff install environments, use an MDX tabbed component.
|
||||
|
||||
## next step of grouped steps, if needed
|
||||
|
||||
Continue with the steps...
|
||||
|
||||
## verify the steps
|
||||
|
||||
add verification steps
|
Reference in New Issue
Block a user