https://github.com/langwatch/docs
Docs for LangWatch LLM Ops Platform
https://github.com/langwatch/docs
Last synced: 9 months ago
JSON representation
Docs for LangWatch LLM Ops Platform
- Host: GitHub
- URL: https://github.com/langwatch/docs
- Owner: langwatch
- Created: 2024-05-13T15:43:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-18T13:43:38.000Z (about 1 year ago)
- Last Synced: 2025-06-18T14:38:27.284Z (about 1 year ago)
- Language: MDX
- Homepage: https://docs.langwatch.ai
- Size: 29.8 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Support: support.mdx
Awesome Lists containing this project
README
# LangWatch and LangEvals Documentation
This is the documentation repository for [LangWatch](https://github.com/langwatch/langwatch).
### 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 -g mintlify
```
Run the following command:
```
mintlify dev
```
### Publishing Changes
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.