mkdocs website

This commit is contained in:
2025-12-17 03:45:09 -06:00
parent 363ca1c3c1
commit 04a648a73e
3 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
site_name: Cell
repo_url: https://gitea.pockle.world/john/cell
docs_dir: docs
theme:
name: mkdocs
color_mode: auto

6
website/mkdocs.yml Normal file
View File

@@ -0,0 +1,6 @@
site_name: Cell
docs_dir: ../docs
theme:
name: mkdocs
color_mode: auto

1
website/requirements.txt Normal file
View File

@@ -0,0 +1 @@
mkdocs==1.6.1