https://github.com/relevanceai/relevance-dev-docs
Relevance AI Developer & SDK Documentation
https://github.com/relevanceai/relevance-dev-docs
Last synced: 7 months ago
JSON representation
Relevance AI Developer & SDK Documentation
- Host: GitHub
- URL: https://github.com/relevanceai/relevance-dev-docs
- Owner: RelevanceAI
- Created: 2023-05-28T22:42:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T11:03:59.000Z (10 months ago)
- Last Synced: 2025-09-22T13:02:56.281Z (7 months ago)
- Language: MDX
- Homepage:
- Size: 10.1 MB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RelevanceAI Documentation
The content and configuration powering the documentation available at [sdk.relevanceai.com](https://sdk.relevanceai.com)
### 👩💻 Development
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
```
npm i mintlify -g
```
Run the following command at the root of your documentation (where mint.json is)
```
mintlify dev
```