Deploy documentation using Codefloe (Forgejo) Pages¶
Codefloe pages¶
Based on official docs
Codefloe offers their own static pages sollution for repositories.
-
To enable pages you need to set up Pages in repository settings:
-
and add
statichost.yamlfile to documentation repository I went with MkDocs with Material for MkDocs pluginyaml image: python:3.12 command: "pip install mkdocs mkdocs-material mkdocs-material[imaging] && mkdocs build" public: site
Material for MkDocs¶
TODO