Quick Notes86 words
Wikis and process diagrams — quick notes
Wikis and diagrams — quick notes
| Kind | Content in |
|---|---|
| Project wiki | A provisioned wiki repository |
| Publish code as wiki | A folder in an existing Git repo — versioned with the code |
- Azure DevOps wiki supports Mermaid: sequence, flowchart, Gantt, class, state, user journey, pie, requirements, gitgraph, ER, timeline.
- Diagrams as text diff in a pull request; an exported image does not.
- Document what is expensive to rediscover; never duplicate what code states.