mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
cedac8dbf6
- docker-compose.yml now defaults to ./config.toml instead of conf/app.docker.toml, enforcing explicit configuration for production deployments (dev environment still uses conf/ directly) - Update DEPLOYMENT.md and docs with clear instructions to copy config template before starting - Update config-toml.md: add registry/cni fields, remove obsolete [brave] section (search providers are now managed via web UI), fix default values - Add China mainland mirror documentation
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"。