methodology/documentation.md

31 lines
559 B
Markdown

## Documentation Methodology
The project planning happens on the _Jira board_ and the project documentation is added to _Confluence pages_.
The setting up of Jira & Confluence is outlined in [Project Lifecycle](project_planning.md#project-lifecycle).
## Misc Tricks
### Markdown Folding cell
<details>
<summary>
Click here to see the markdown _code_ for foldable cell 🎆
</summary>
```
<details>
<summary>
Click here to see the markdown _code_ for foldable cell 🎆
</summary>
(code cell content)
</details>
```
</details>