docs: add initial
diff --git a/pyproject.toml b/pyproject.toml
index c9ecec9..868d23d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,6 +35,10 @@
 molecule = "^4.0.1"
 ansible-core = "^2.13.4"
 
+
+[tool.poetry.group.docs.dependencies]
+mkdocs-material = "^8.5.7"
+
 [build-system]
 requires = ["poetry-core"]
 build-backend = "poetry.core.masonry.api"