Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iris-hunkeler/architecture-documentation
Collecting ideas and best practices to document software architecture
https://github.com/iris-hunkeler/architecture-documentation
asciidoc c4-model markdown mermaid plantuml
Last synced: 3 months ago
JSON representation
Collecting ideas and best practices to document software architecture
- Host: GitHub
- URL: https://github.com/iris-hunkeler/architecture-documentation
- Owner: iris-hunkeler
- Created: 2024-09-16T19:17:24.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-21T07:31:41.000Z (3 months ago)
- Last Synced: 2024-09-27T03:06:15.066Z (3 months ago)
- Topics: asciidoc, c4-model, markdown, mermaid, plantuml
- Homepage:
- Size: 910 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Documenting and Communicating Software Architecture
This repository contains examples I use for talks and workshops about documentation and communication of software architecture.
The folder [C4](C4) contains diagrams of the popular [C4 model](https://c4model.com/) using [PlantUML](https://plantuml.com/) of an imaginary system called "Unicorn Webshop".
To learn how how to combine diagrams and Markdown, checkout [diagrams in Markdown](Markdown-Examples.md).
## Resources
* [C4 model](https://c4model.com/)
* [PlantUML](https://plantuml.com/)
* [C4-PlantUML](https://github.com/plantuml-stdlib/C4-PlantUML)
* [arc42](https://arc42.org/)
* [Markdown](https://www.markdownguide.org/)
* [AsciiDoc](https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/)
* [Mermaid](https://mermaid.js.org/)