# Approach to documentation No blathering. Simple howto workflow instructions aimed at specific problems, organized by topic, so it's easy to find. ## Example: ``` markdown documentation.md: # Documentation Used for humans and AI agents to create better Dpgstack apps. ## Types of entries - Definition: raw essence. - Properties: character description or attributes. - Workflow: step-by-step instructions. ## Workflow: Writing an article 1. Make sure topic is worthy of separate markdown file. 2. Define topic under # 3. Write quick summary: couple of short sentences. 4. Find a pain point worth describing. 5. Formulate the pain point, it can be categorized as: - Definition - Properties - Workflow 6. Write down steps to solve the pain point. 7. Repeat steps 4-6. ## Properties: Making sure topic is worthy of separate markdown file - Represents an entity. - Cannot be naturally integrated into existing markdown file. ## Definition: Markdown Grouping for words aimed at increasing readability. ```