File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,11 +28,31 @@ This is a template for creating Python projects. It includes a basic project str
2828 code .
2929 ` ` `
3030
31- 3. ** Reopen in Container :**
31+ 3. ** Reopen in container :**
3232 - Press ` F1` to open the command palette.
3333 - Type ` Remote-Containers: Reopen in Container` and select it.
3434 - VS Code will build the Docker container defined in the ` .devcontainer` folder and open the project inside the container.
3535
3636# # Additional features
3737
3838* [Dev Container Feature](https://containers.dev/features)
39+
40+ # # Documentation
41+
42+ Some documentation description
43+
44+ # ## Requirements and architecture documentation
45+
46+ This project uses [arc42](https://docs.arc42.org/home/) to document the requirements and architecture:
47+ - [Introduction and Goals](docs/arc/introduction.md)
48+ - [Architecture Constraints](docs/arc/constraints.md)
49+ - [Context and Scope](docs/arc/context.md)
50+ - [Solution Strategy](docs/arc/strategy.md)
51+ - [Building Block View](docs/arc/building_block.md)
52+ - [Runtime View](docs/arc/runtime.md)
53+ - [Deployment view](docs/arc/deployment.md)
54+ - [Crosscutting Concepts](docs/arc/concepts.md)
55+ - [Architecture Decisions](docs/arc/decisions.md)
56+ - [Quality Requirements](docs/arc/quality.md)
57+ - [Risks and Technical Debt](docs/arc/risks.md)
58+ - [Glossary](docs/arc/glossary.md)
You can’t perform that action at this time.
0 commit comments