dd82605178
* website: bump prettier from 3.0.0 to 3.0.1 in /website Bumps [prettier](https://github.com/prettier/prettier) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix typo Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
16 lines
886 B
Markdown
16 lines
886 B
Markdown
---
|
|
title: "Templates"
|
|
---
|
|
|
|
In technical docuemntation, there are document "types" (similar to how there are data types).
|
|
|
|
The most common types are:
|
|
|
|
- [**Procedural**](./procedural.md): these are How To docs, the HOW information, with step-by-step instructions for accomplishing a task. This is what most people are looking for when they open the docs... and best practice is to separate the procedural docs from long, lengthy conceptual or reference docs.
|
|
|
|
- **Conceptual**: these docs provide the WHY information, and explain when to use a feature (or when not to!), and general concepts behind the feature or functioanlity.
|
|
|
|
- **Reference**: this is typically tables or lists of reference information, such as configuration values, or most commmonly APIs.
|
|
|
|
We have templates for the different types, to make it super-easy for whomever wants to contribute some documentation!
|