docs: add mkdocs, update links, add architecture documentation

This commit is contained in:
2025-11-05 07:44:21 +01:00
parent 6a17236474
commit 54a047f5dc
351 changed files with 3482 additions and 10 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# MkDocs build output
docs/site/
docs/.mkdocs_cache/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
# Go (if not already present)
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work