Updating This Site
- Clone the repo at https://github.com/mitodl/platform-engineering-site
- Run
uv syncto install dependencies. - Make your changes to the Markdown files or add new ones.
- Run
uv run mkdocs buildto build the site. - Run
uv run mkdocs serveto preview the site locally. - When you're happy, run
uv run mkdocs gh-deployto push the changes to the GitHub Pages site.