Deshraj Yadav adf50f1e81 [Docs] Add docs for Azure OpenAI provider (#804) hace 1 año
..
_snippets 4a8c50f886 [docs]: Revamp embedchain docs (#799) hace 1 año
advanced 77c90a308e [Docs]: Clean up docs (#802) hace 1 año
community 77c90a308e [Docs]: Clean up docs (#802) hace 1 año
components adf50f1e81 [Docs] Add docs for Azure OpenAI provider (#804) hace 1 año
contribution 77c90a308e [Docs]: Clean up docs (#802) hace 1 año
data-sources 4a8c50f886 [docs]: Revamp embedchain docs (#799) hace 1 año
examples 8e0f05055e Add chat feature to discord_bot example (#643) hace 1 año
get-started 77c90a308e [Docs]: Clean up docs (#802) hace 1 año
images b58380e505 docs: add langsmith integration. (#717) hace 1 año
integration b58380e505 docs: add langsmith integration. (#717) hace 1 año
logo c595003481 docs: setup docs for embedchain (#287) hace 2 años
product 78ba4468b0 docs: add release note & fix emoji in contribution (#745) hace 1 año
Makefile 4a8c50f886 [docs]: Revamp embedchain docs (#799) hace 1 año
README.md c595003481 docs: setup docs for embedchain (#287) hace 2 años
development.mdx c595003481 docs: setup docs for embedchain (#287) hace 2 años
favicon.png c595003481 docs: setup docs for embedchain (#287) hace 2 años
mint.json 4a8c50f886 [docs]: Revamp embedchain docs (#799) hace 1 año

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