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

16
docs/pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "xray-documentation"
version = "0.1.0"
description = "MKDocs for xray users"
authors = ["Nikolai Rodionov <allanger@badhouseplants.net>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
mkdocs = "^1.6.1"
mkdocs-material = "^9.5.49"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"