This is a Nextra web application for hosting internal documentation for our tools.
First, install dependencies and then run the site locally.
npm install
npm run devAll markdown content should go in the src/content directory. This directory
is automatically scanned by Nextra and will be added to the website. Pages should
have a .mdx extension. Documentation can be nested in subdirectories, and the
structure will be reflected in the navigation of the site.
See the Nextra documentation for more information.