CloudflarePages-MkDocs
https://github.com/fu-sen/CloudflarePages-MkDocs
MkDocs with Cloudflare Pages (minimal configuration)
How to use
- Edit
mkdocs.yml
anddocs/index.md
, add more files if needed. - Add the pip package to
requirements.txt
. (Themes and plugins) - Commit to a GitHub project:
git push
- Create a project from Cloudflare Pages and select your GitHub project.
- Enter the following items and select Create Static Site:
- Project name: Any name
- Production branch:
main
,master
, etc. - Framework preset:
Mkdocs
- Wait a moment.
Success: Your site was deployed!
is displayed and the deployment is complete.