packages/docs/README.md
Welcome to the official documentation repository for elizaOS - a powerful framework for building AI agents with memory, planning, and tool use capabilities.
This repository contains the comprehensive documentation for elizaOS, including:
Install the Mintlify CLI to preview the documentation changes locally:
bun install -g mint
Navigate to the root of your documentation (where docs.json is located) and run:
mint dev
This will start a local development server at http://localhost:3000 where you can preview your changes in real-time.
docs/
āāā rest-reference/ # REST API documentation
āāā core-concepts/ # Core concepts and architecture
āāā deep-dive/ # Advanced topics
āāā images/ # Documentation images
āāā logo/ # Logo assets
āāā snippets/ # Reusable code snippets
āāā docs.json # Mintlify configuration
āāā index.mdx # Landing page
āāā quickstart.mdx # Quick start guide
āāā development.mdx # Development guide
We welcome contributions to improve the elizaOS documentation! Here's how you can help:
mint devChanges are automatically deployed when merged to the main branch. The documentation is hosted using Mintlify's infrastructure.
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.
Built with ā¤ļø using Mintlify