Sidharth Mohanty 39cc07608f [chore] Update repl links to launch main.py directly (#830) vor 1 Jahr
..
_snippets 4a8c50f886 [docs]: Revamp embedchain docs (#799) vor 1 Jahr
advanced 2d5dc84f1a [chore] Update LLM YAML config docs (#826) vor 1 Jahr
community 77c90a308e [Docs]: Clean up docs (#802) vor 1 Jahr
components 2d5dc84f1a [chore] Update LLM YAML config docs (#826) vor 1 Jahr
contribution 77c90a308e [Docs]: Clean up docs (#802) vor 1 Jahr
data-sources 4a8c50f886 [docs]: Revamp embedchain docs (#799) vor 1 Jahr
examples 9894cfcced [docs] add links to example repositories (#833) vor 1 Jahr
get-started 39cc07608f [chore] Update repl links to launch main.py directly (#830) vor 1 Jahr
images b58380e505 docs: add langsmith integration. (#717) vor 1 Jahr
integration b58380e505 docs: add langsmith integration. (#717) vor 1 Jahr
logo c595003481 docs: setup docs for embedchain (#287) vor 2 Jahren
product 78ba4468b0 docs: add release note & fix emoji in contribution (#745) vor 1 Jahr
Makefile 4a8c50f886 [docs]: Revamp embedchain docs (#799) vor 1 Jahr
README.md c595003481 docs: setup docs for embedchain (#287) vor 2 Jahren
development.mdx c595003481 docs: setup docs for embedchain (#287) vor 2 Jahren
favicon.png c595003481 docs: setup docs for embedchain (#287) vor 2 Jahren
mint.json 4dc1785ef1 [docs] Examples table with notebooks and replit links (#823) vor 1 Jahr

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