MkDocs with â–²Vercel (minimal configuration)
- Edit
mkdocs.yml
anddocs/index.md
, add more files if needed. - Add the pip package to
requirements.txt
. (Themes and plugins) - Use the Vercel command:
vercel dev
vercel
andvercel --prod
or commit to a Git project:git push
You do not need to change the Build & Development Settings
item.
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.