Files
Memoh/docs
Acbox Liu e16304d065 docs: v0.2 (#155)
* docs: rewrite getting started documentation

- Overhauled getting started guide to align with current frontend UI and logic.
- Split getting started documentation into modular chapters covering providers, models, bots, containers, files, skills, MCP, channels, memory, subagents, heartbeats, and search/email providers.
- Updated sidebar and index page to reflect the new documentation structure.

Made-with: Cursor

* docs: fix lint error in en.ts

Made-with: Cursor

* docs: add Channels documentation category

- Created a new top-level documentation category 'Channels'.
- Added detailed configuration guides for Telegram, Feishu (Lark), and Discord.
- Included official documentation references for bot creation on each platform.
- Updated 'Getting Started' channel page and main index with links to the new guides.

Made-with: Cursor

* refactor: docs to v0.2

* docs: add Scheduled Tasks chapter to getting started

- Created schedule.md covering cron-based automation, fields, pattern reference, and execution flow.
- Added comparison table between Schedule and Heartbeat features.
- Updated sidebar navigation to include the new chapter.

Made-with: Cursor
2026-03-01 18:01:03 +08:00
..
2026-03-01 18:01:03 +08:00
2026-03-01 16:31:06 +08:00
2026-01-12 18:59:18 +08:00

Memoh 文档

这是 Memoh 项目的官方文档。

本地开发

安装依赖:

pnpm install

启动开发服务器:

pnpm dev

文档将在 http://localhost:5173 运行。

构建

构建生产版本:

pnpm build

预览构建结果:

pnpm preview

部署

文档会在 docs/ 目录发生变化时自动部署到 GitHub Pages。

部署地址:https://memohai.github.io/Memoh/

手动部署

如果需要手动触发部署,可以在 GitHub Actions 页面选择 "Deploy Docs" workflow,然后点击 "Run workflow"。