MkDocs site for WarmPrompt.
pip install mkdocs
mkdocs serveOr with just:
just servemkdocs serve builds to docs/ so you can push the output to GitHub Pages
on the main branch.
- Create a GitHub repo named
warmprompt.com. - Update
repo_urlinmkdocs.yml. - Run
mkdocs build(orjust build) to write the site todocs/. - Commit and push
docs/to the main branch. - In GitHub settings, set Pages source to
mainand/docs.