Skip to content

Commit 7a45cac

Browse files
authored
feat: Add next steps to the documentation
1 parent 5ff7490 commit 7a45cac

File tree

3 files changed

+76
-70
lines changed

3 files changed

+76
-70
lines changed

docs/next-steps.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Next steps
2+
3+
## Related projects
4+
5+
- **[python-cq](https://github.com/100nm/python-cq)**: Take your architecture further with CQRS. Built on top of python-injection, it lets you organize your code with Commands, Queries, and Events to clearly separate write and read operations.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ nav:
3030
- Thread safety: threadsafety.md
3131
- Integrations:
3232
- FastAPI: integrations/fastapi.md
33+
- Next steps: next-steps.md
3334

3435
plugins:
3536
- search

0 commit comments

Comments
 (0)