Skip to content

ProjectViVy/agent-diva-docs

Repository files navigation

Agent Diva 文档 / Agent Diva Docs

Agent Diva 的官方文档站点,基于 Fumadocs 与 Next.js 构建。

The official documentation site for Agent Diva, built with Fumadocs and Next.js.


快速开始 / Quick Start

# 安装依赖 / Install dependencies
pnpm install

# 启动开发服务器 / Start dev server
pnpm dev

在浏览器中打开 http://localhost:3000 查看文档。
Open http://localhost:3000 in your browser to view the docs.


构建与部署 / Build & Deploy

# 生产构建 / Production build
pnpm build

# 启动生产服务 / Start production server
pnpm start

项目结构 / Project Structure

路径 Path 说明 Description
content/docs/ 文档 Markdown / MDX 源文件 · Doc source files
app/docs/ 文档页面路由 · Docs routes
app/(home)/ 首页与落地页 · Home & landing
app/api/search/ 全文搜索 API · Full-text search API
app/api/chat/ AI 对话 API · AI chat API
lib/ 内容源、布局等共享逻辑 · Shared logic
components/ UI 组件 · UI components

技术栈 / Tech Stack

  • 框架 Framework:Next.js 16
  • 文档 Docs:Fumadocs(MDX、搜索、AI 对话 · MDX, search, AI chat)
  • 样式 Styling:Tailwind CSS

相关链接 / Links

About

Docs of Agent-Diva

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors