packages/docs/README.md
Documentation for elizaOS: an agent framework with memory, planning, and tool use.
Install the Mintlify CLI to preview documentation changes locally:
bun install -g mint
From the repository root:
cd packages/docs && mint dev
This starts a local preview, usually at http://localhost:3000. The repository root also has a docs symlink to packages/docs so existing docs/... paths keep resolving.
packages/docs/
├── docs.json # Mintlify configuration
├── rest/ # REST API reference
├── guides/, plugins/ # Guides and reference content
├── images/, logo/
├── index.mdx
└── quickstart.mdx
mint devChanges are automatically deployed when merged to the main branch. The documentation is hosted on Mintlify.
Find the installation link in your Mintlify dashboard.
Dev environment not running
mint update to ensure you have the latest version of the CLIdocs.jsonPage loads as 404
docs.jsonChanges not reflecting
This documentation is part of the elizaOS project. Please refer to the main repository for license information.