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:
Tana M Berry
2023-09-06 08:04:35 -05:00
committed by GitHub
parent d79ed5a152
commit 5ea67398ae
4 changed files with 48 additions and 3 deletions

View 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