mirror of
https://github.com/different-ai/openwork
synced 2026-05-09 16:52:02 +02:00
32 lines
583 B
Plaintext
32 lines
583 B
Plaintext
---
|
|
title: "Development"
|
|
description: "Develop and publish this docs site from the OpenWork monorepo"
|
|
---
|
|
|
|
## Docs source
|
|
|
|
Docs live at `packages/docs` in `different-ai/openwork`.
|
|
|
|
## Run locally
|
|
|
|
```bash
|
|
npm i -g mint
|
|
cd packages/docs
|
|
mint dev
|
|
```
|
|
|
|
## Validate docs
|
|
|
|
```bash
|
|
mint broken-links
|
|
```
|
|
|
|
## Typical workflow
|
|
|
|
1. Edit `.mdx` pages or `docs.json` in `packages/docs`.
|
|
2. Validate with local preview and `mint broken-links`.
|
|
3. Push to `different-ai/openwork`.
|
|
4. Confirm Mintlify Git settings point to:
|
|
- repo: `different-ai/openwork`
|
|
- monorepo path: `/packages/docs`
|