https://github.com/cartesia-ai/docs
Cartesia's documentation.
https://github.com/cartesia-ai/docs
built-with-fern generated-from-openapi mdx
Last synced: 5 months ago
JSON representation
Cartesia's documentation.
- Host: GitHub
- URL: https://github.com/cartesia-ai/docs
- Owner: cartesia-ai
- Created: 2024-07-27T20:40:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T20:44:53.000Z (about 1 year ago)
- Last Synced: 2024-12-17T15:47:22.537Z (about 1 year ago)
- Topics: built-with-fern, generated-from-openapi, mdx
- Language: MDX
- Homepage: https://docs.cartesia.ai/
- Size: 5.76 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cartesia Documentation
This repo contains the configuration files for Cartesia's API documentation, built using Fern.
Visit the [Cartesia Documentation](https://docs.cartesia.ai) to see the live docs.
## Updating your Docs
### Local Development server
To run a local development server with hot-reloading you can run the following command
```sh
fern docs dev
```
### Hosted URL
Documentation is automatically updated when you push to main via the `fern generate` command.
```sh
npm install -g fern-api # only required once
fern generate --docs
```