-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We should write documentation with purpose and target audience in mind.
Lines 9 to 36 in 409a7cd
# keywords: lesson, newcomer, get started | |
- id: tutorial | |
name: Tutorials | |
description: "" | |
path: /tutorials/ | |
# keywords: how to, problem oriented, one goal | |
- id: recipe | |
name: Recipes | |
description: "" | |
path: /recipes/ | |
# keywords: describe, list, brief | |
- id: reference | |
name: References | |
description: "" | |
path: /references/ | |
# keywords: explain, why, concepts, background, discussion, further reading | |
- id: explanation | |
name: Explanations | |
description: "" | |
# Similar to Recipes, but focused on providing a copy pastable code. | |
# Recipes can link to these to provide alternative solutions. | |
- id: snippet | |
name: Snippets | |
description: "" |
Reference: https://documentation.divio.com/
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request