Add an base for docs

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-11-16 22:06:12 +01:00
parent e5855d5715
commit 823abf84b4
11 changed files with 845 additions and 10 deletions

6
docs/README.md Normal file
View File

@@ -0,0 +1,6 @@
# 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`