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 | --- |
| #2 | title: Documentation |
| #3 | icon: "book" |
| #4 | --- |
| #5 | |
| #6 | # Documentation Contributions |
| #7 | |
| #8 | ## Prerequisites |
| #9 | |
| #10 | Before getting started, ensure you have **Node.js (version 23.6.0 or higher)** installed on your system. |
| #11 | |
| #12 | --- |
| #13 | |
| #14 | ## Setting Up Mintlify |
| #15 | |
| #16 | ### Step 1: Install Mintlify |
| #17 | |
| #18 | Install Mintlify globally using your preferred package manager: |
| #19 | |
| #20 | <CodeGroup> |
| #21 | |
| #22 | ```bash npm |
| #23 | npm i -g mintlify |
| #24 | ``` |
| #25 | |
| #26 | ```bash yarn |
| #27 | yarn global add mintlify |
| #28 | ``` |
| #29 | |
| #30 | </CodeGroup> |
| #31 | |
| #32 | ### Step 2: Run the Documentation Server |
| #33 | |
| #34 | Navigate to the `docs/` directory (where `docs.json` is located) and start the development server: |
| #35 | |
| #36 | ```bash |
| #37 | mintlify dev |
| #38 | ``` |
| #39 | |
| #40 | The documentation website will be available at: [http://localhost:3000](http://localhost:3000). |
| #41 | |
| #42 | --- |
| #43 | |
| #44 | ## Custom Ports |
| #45 | |
| #46 | By default, Mintlify runs on **port 3000**. To use a different port, add the `--port` flag: |
| #47 | |
| #48 | ```bash |
| #49 | mintlify dev --port 3333 |
| #50 | ``` |
| #51 | |
| #52 | --- |
| #53 | |
| #54 | By following these steps, you can efficiently contribute to Mem0's documentation. |
| #55 | |
| #56 |