repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | # Contributing to embedchain docs |
| #2 | |
| #3 | |
| #4 | ### 👩💻 Development |
| #5 | |
| #6 | Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command |
| #7 | |
| #8 | ``` |
| #9 | npm i -g mintlify |
| #10 | ``` |
| #11 | |
| #12 | Run the following command at the root of your documentation (where mint.json is) |
| #13 | |
| #14 | ``` |
| #15 | mintlify dev |
| #16 | ``` |
| #17 | |
| #18 | ### 😎 Publishing Changes |
| #19 | |
| #20 | Changes will be deployed to production automatically after your PR is merged to the main branch. |
| #21 | |
| #22 | #### Troubleshooting |
| #23 | |
| #24 | - Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies. |
| #25 | - Page loads as a 404 - Make sure you are running in a folder with `mint.json` |
| #26 |