This repo contains the MFEM website MkDocs sources.
To make changes to the website:
- clone this repo,
- edit or add some
.mdfiles (you may also need to update themkdocs.ymlconfig), - preview locally with
mkdocs serve, - publish with
mkdocs gh-deploy.