MkDocs with â–²Vercel (minimal configuration)
- Edit
mkdocs.ymlanddocs/index.md, add more files if needed. - Add the pip package to
requirements.txt. (Themes and plugins) - Use the Vercel command:
vercel devvercelandvercel --prod
or commit to a Git project:git push
You do not need to change the Build & Development Settings item.
If you've recently encountered a build error that was working fine before:
Many of the build error are that you mistyped mkdocs.yml
or you forgot to add the package to requirements.txt.
Check the file change immediately before the error occurred.
This is often not a problem with this project. You should not open an issue for that.
If you fork this project, be sure to change something and commit. If you re-deploy without changing anything, it's my commit and I'll be notified.
You can also create a new project without forking or use the Vercel CLI without creating a project.