kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

1# Kaneo Mintlify Docs 2 3This directory contains Kaneo documentation powered by Mintlify. 4 5## Monorepo setup 6 7- Repository: `kaneo` 8- Docs root for Mintlify: `/apps/docs` 9- Main config: `apps/docs/docs.json` 10- OpenAPI source file: `apps/docs/openapi.json` 11 12## Local preview 13 141. Install Mintlify CLI: 15 16```bash 17npm i -g mint 18``` 19 202. Run from this directory: 21 22```bash 23mint dev 24``` 25 263. Open `http://localhost:3000`. 27 28## Content structure 29 30- `index.mdx`: docs landing page 31- `core/**`: product and deployment guides 32- `api-reference/**`: overview/auth pages 33- API endpoints are generated from the local OpenAPI file in `docs.json`