Sidharth Mohanty 9894cfcced [docs] add links to example repositories (#833) 1 рік тому
..
_snippets 4a8c50f886 [docs]: Revamp embedchain docs (#799) 1 рік тому
advanced 2d5dc84f1a [chore] Update LLM YAML config docs (#826) 1 рік тому
community 77c90a308e [Docs]: Clean up docs (#802) 1 рік тому
components 2d5dc84f1a [chore] Update LLM YAML config docs (#826) 1 рік тому
contribution 77c90a308e [Docs]: Clean up docs (#802) 1 рік тому
data-sources 4a8c50f886 [docs]: Revamp embedchain docs (#799) 1 рік тому
examples 9894cfcced [docs] add links to example repositories (#833) 1 рік тому
get-started b7870fbd9b [Bug fix] Table content alignment in example docs table (#828) 1 рік тому
images b58380e505 docs: add langsmith integration. (#717) 1 рік тому
integration b58380e505 docs: add langsmith integration. (#717) 1 рік тому
logo c595003481 docs: setup docs for embedchain (#287) 2 роки тому
product 78ba4468b0 docs: add release note & fix emoji in contribution (#745) 1 рік тому
Makefile 4a8c50f886 [docs]: Revamp embedchain docs (#799) 1 рік тому
README.md c595003481 docs: setup docs for embedchain (#287) 2 роки тому
development.mdx c595003481 docs: setup docs for embedchain (#287) 2 роки тому
favicon.png c595003481 docs: setup docs for embedchain (#287) 2 роки тому
mint.json 4dc1785ef1 [docs] Examples table with notebooks and replit links (#823) 1 рік тому

README.md

Contributing to embedchain docs

👩‍💻 Development

Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command

npm i -g mintlify

Run the following command at the root of your documentation (where mint.json is)

mintlify dev

😎 Publishing Changes

Changes will be deployed to production automatically after your PR is merged to the main branch.

Troubleshooting

  • Mintlify dev isn't running - Run mintlify install it'll re-install dependencies.
  • Page loads as a 404 - Make sure you are running in a folder with mint.json