The docs are now in a monorepo with the rest of the codebase.
Read the new readme here:
https://github.com/chroma-core/chroma/tree/main/docs/docs.trychroma.com
These docs are built using Docusaurus 2
$ yarn
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
- Have chroma as a sibling to the the docs dir, eg
/docs
/chroma
-
Update
pydoc-markdown.ymlif you need to expose more files other than Collection and Client -
Run
yarn gen-python
Vercel handles deploying main to https://docs.trychroma.com
- Have chroma as a sibling to the the docs dir, eg
/docs
/chroma
-
Update
scripts/jsDocs.sh,sidebar.jsonif you need to expose more files other than Collection and Client -
Run
yarn gen-js