website/dev-docs: more raw templates, fixed wget link (#6778)
* fixed broken link to raw template * removed problematic link to concept topic * added raw concept topic * added raw template for reference topic * added How to use section * fixed url for raw * Update website/developer-docs/docs/templates/procedural.md Co-authored-by: Jens L. <jens@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/developer-docs/docs/templates/conceptual.tmpl.md Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * fixed empty file * linter issue * nother typo --------- Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Tana Berry <tana@goauthentik.io> Co-authored-by: Jens L. <jens@goauthentik.io>
This commit is contained in:
21
website/developer-docs/docs/templates/conceptual.tmpl.md
vendored
Normal file
21
website/developer-docs/docs/templates/conceptual.tmpl.md
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
title: "Markdown template: conceptual"
|
||||
---
|
||||
|
||||
Write a few sentences introducing the feature/component/technology.
|
||||
|
||||
:::info
|
||||
if needed, use this syntax to add a note (info) or warning (warning)
|
||||
:::
|
||||
|
||||
## Common use cases
|
||||
|
||||
Provide a few use cases, with examples/scenarios when possible.
|
||||
|
||||
## About feature x
|
||||
|
||||
Provide more conceptual details.
|
||||
|
||||
##Important considerations
|
||||
|
||||
List anything users should know before implementing the feature/technology.
|
||||
Reference in New Issue
Block a user