Skip to content

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: pages setup

  • and add statichost.yaml file to documentation repository I went with MkDocs with Material for MkDocs plugin yaml image: python:3.12 command: "pip install mkdocs mkdocs-material mkdocs-material[imaging] && mkdocs build" public: site

Material for MkDocs

TODO