This repository contains the source for the ART documentation website hosted at https://art.openpipe.ai.
Ensure you have the following packages installed on your machine:
To edit the documentation follow these steps:
- Clone the repository
- Navigate to the
docsdirectory - Run
pnpm installto install the dependencies - Run
pnpm devto start the development server - Edit the files in the
docsdirectory
Edits to files should immediately be reflected in the development server.
- Create a new .mdx file in the
docsdirectory - Navigate to the
mint.jsonfile and add the new page to the appropriate section to thenavigationarray, or create a new section. Ensure that the path to the new page is correct.
To deploy changes to the hosted docs, commit your changes in a new git branch and create a pull request. Once the pull request is merged, the changes will be deployed to the hosted docs.