This repository is the source for https://docs.versori.com.
The site is powered by Mintlify, and updates to the main branch will be automatically deployed.
Start the development server using the following command:
npx mintlify dev --port 3333Edit any files as necessary and the changes will be reflected in the browser.
Files are served at the same path as they are located in this repository. Add a new .mdx file at the location of your
choosing and it will be available at that path.
In order for the page to appear in sidebar, it must be added to the navigation array in mint.json.
The API Reference pages are generated using the following command:
npx @mintlify/scraping@latest openapi-file <openapi-file> -o <output-directory>The OpenAPI specifications in this repository are not the source of truth for the Versori APIs, manual changes MUST NOT be made in this repository. If you notice any issues with the API Reference pages, they must be made upstream within their respective repositories.
External contributors should consult the Contributing OpenAPI specification changes section of the CONTRIBUTING.md guidelines for more information for contributing to the API Reference pages.
Check out the Mintlify documentation for more information.
We welcome contributions to this project. Please read the Contributing Guidelines for more information.