Skip to content

Commit

Permalink
Remove Material for MkDocs version from README
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Nov 12, 2023
1 parent 5c8b6ea commit 380f364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Documentation is built with [Material for MkDocs](https://squidfunk.github.io/mk

[Vercel build configuration](https://vercel.com/docs/build-step):

- Build command: `python3 -m pip install 'mkdocs-material>=8,<9' && mkdocs build --site-dir public`
- Build command: `python3 -m pip install mkdocs-material && mkdocs build --site-dir public`
- Output directory: `public` (default)

[Vercel site configuration](https://vercel.com/docs/configuration) is specified in _vercel.json_.

0 comments on commit 380f364

Please sign in to comment.