The landing page for the myst-contrib organization, served at https://myst-contrib.github.io.
The site is a minimal MyST Markdown site in docs/ whose pages are generated at build time by noxfile.py:
docs/index.mdmirrors the org-wide README.docs/repositories.mdlists the org's repositories, via theghCLI.
The deploy workflow rebuilds on push and daily, so updates to the org README and repositories flow through automatically.
To update the content of the site, edit the org README in myst-contrib/.github.
Use nox, which fetches the org README into docs/index.md and runs MyST for you:
nox -s docs # build static HTML in docs/_build/html
nox -s docs-live # start a live development server