Updating the docs
What is MyST?¶
These docs are based on MyST. MyST is a static website generator that we use to build our documentation pages. That documentation is hosted using Github Pages.
Adding Pages¶
Creating a new page can be done by creating a markdown document with a frontmatter header. After you create your new page, add a new table of contents entry in myst.yml
Markdown, a quick guide for writing markdown documents.
MyST Markdown, for MyST-specific features, including frontmatter.
Then, commit changes to the GitHub repository following the GitHub guidelines outlined in these docs.