 5ea67398ae
			
		
	
	5ea67398ae
	
	
	
		
			
			* 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>
		
			
				
	
	
		
			36 lines
		
	
	
		
			729 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			729 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| 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
 |