docs: add MkDocs documentation with Material theme and GitHub Pages deploy
Some checks failed
docs / deploy (push) Has been cancelled

This commit is contained in:
2026-08-17 14:22:34 +03:00
parent 1608b00708
commit 8787342476
18 changed files with 1277 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "metaorm"
version = "0.3.0"
version = "0.1.0"
description = "Async repository layer over SQLModel"
readme = "README.md"
license = {text = "MIT"}
@@ -49,6 +49,10 @@ dev = [
"pytest-asyncio>=1.4.0",
"pytest-cov>=7.1.0",
"ruff>=0.16.2",
# docs
"mkdocs>=1.6.0",
"mkdocs-material>=9.5.0",
"mkdocstrings[python]>=0.25.0",
]
[tool.setuptools.packages.find]