# AGENTS Source: https://docs.readdy.ai/AGENTS # Repository Agent Instructions This repository contains the Mintlify-powered help docs for [Readdy](https://readdy.ai), published at [https://docs.readdy.ai](https://docs.readdy.ai). Pages are authored as `.mdx` files under `features/` and `integrations/`; navigation is configured in `docs.json`. ## Writing or editing help docs When creating or editing any file under `features/` or `integrations/`, **read and follow** the Readdy help doc writing guide first: ``` .claude/skills/readdy-help-doc/SKILL.md ``` That guide encodes the team's conventions: * Frontmatter fields and casing (`title`, `description`, `sidebarTitle`) * Recurring section structure (Before You Start / How It Works / FAQ / Troubleshooting / Need Help?) * Mintlify component usage (`Steps`, `Frame`, `Info`, `Warning`, `Tip`, `Accordion`, …) * Image path, naming, and `` wrapping rules * Filename slug and `docs.json` navigation insertion rules * The standard "Need Help?" footer template Read the SKILL.md before drafting any new doc or making non-trivial edits. Don't introduce patterns not covered there without checking with the team. ## Local preview ```bash theme={null} mintlify dev ``` Opens at [http://localhost:3000](http://localhost:3000). ## Branching * New feature doc: `feat/-doc` * Edits to live docs / fixes: `fix/` or `docs/` * Cross-tool / repo config: `chore/` * Merge into `main` to deploy via Mintlify (auto-deploys within \~1–3 minutes after push). # CONTEXT ARCHIVE Source: https://docs.readdy.ai/CONTEXT_ARCHIVE # Mintlify 文档自动化项目 - 上下文存档 **存档时间**: 2026-01-22 **项目路径**: `/tmp/mintlify-docs-main` **本地预览地址**: [http://localhost:3000](http://localhost:3000) *** ## 项目概述 这是一个基于 Mintlify 的文档自动化项目,为 Readdy(AI 网站构建工具)创建集成文档。 当前任务:为 **Resend 邮件服务集成** 编写帮助文档。 *** ## 当前工作状态 ### ✅ 已完成的工作 1. **创建了 Resend 集成文档** * 文件路径:`/tmp/mintlify-docs-main/integrations/resend.mdx` * 已添加到导航菜单(在 `docs.json` 中) * 文档位置:Integrations 分组,位于 Supabase 之后,Shopify 之前 2. **文档结构(4个主要部分)** * 第1节:基础配置(注册、连接 Supabase、获取 API Key) * 第2节:测试和验证(测试邮件 + 数据库验证 = 流程闭环) * 第3节:品牌化设置(可选 - 购买域名、DNS 验证) * 第4节:高级功能(可选 - AI Agent、日历预约) 3. **本地预览服务器** * 启动命令:`cd /tmp/mintlify-docs-main && npx mint dev` * 访问地址:[http://localhost:3000](http://localhost:3000) * 后台进程 ID:bb42076(可能已停止,需重新启动) *** ## 文档风格参考 项目位于:`/Users/shikexin/Downloads/mintlify-docs-main.zip` ### Mintlify 组件使用规范 ```markdown theme={null} # Frontmatter(必需) --- title: "页面标题" description: "页面描述" sidebarTitle: "侧边栏显示的简短标题" --- # 常用组件 ## 1. 步骤引导 步骤内容... 图片描述 ## 2. 提示框 提示内容 信息内容 警告内容 危险提示 注意事项 ## 3. 卡片 卡片描述内容... 内容1 内容2 ## 4. 折叠区域 折叠内容... ## 5. 帧容器(用于图片/视频) 描述 ## 6. 视频嵌入