Init commit

This commit is contained in:
2025-01-05 20:46:04 +01:00
commit dbee1e574f
14 changed files with 879 additions and 0 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# Xray Docs
## How to develop
1. Install poetry: <https://python-poetry.org/docs>
2. Run `poetry install --no-root`
3. Run `poetry run mkdocs serve`