Add mkdocs backbone and minimal content

This commit is contained in:
Pim Nelissen
2026-01-28 09:39:55 +01:00
parent 56caeb9e3a
commit 9302af4624
12 changed files with 127 additions and 1 deletions

View File

@ -29,4 +29,4 @@ Homepage = "https://github.com/pim-n/pg-rad"
Issues = "https://github.com/pim-n/pg-rad/issues"
[project.optional-dependencies]
dev = ["pytest", "notebook"]
dev = ["pytest", "notebook", "mkdocs-material", "mkdocstrings-python"]