Files
nextra-docs-template/app/page.mdx
2026-03-04 13:14:40 +08:00

42 lines
964 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Nextra 文档模板
欢迎使用 Nextra 文档模板!这是一个简洁、易用的文档网站模板,帮助你快速搭建专业的文档站点。
## ✨ 特点
- **简单易用** - 基于 Next.js 和 Nextra几分钟即可上手
- **静态生成** - 生成纯静态 HTML部署简单快捷
- **响应式设计** - 完美适配桌面和移动设备
- **深色模式** - 内置主题切换功能
- **全文搜索** - 支持快速搜索文档内容
- **MDX 支持** - 在 Markdown 中使用 React 组件
## 🚀 快速开始
```bash
# 1. 安装依赖
pnpm install
# 2. 启动开发服务器
pnpm dev
# 3. 打开浏览器访问
# http://localhost:3000
```
## 📚 文档导航
- [入门指南](/getting-started/installation) - 了解如何安装和配置
- [使用指南](/guide/basics) - 掌握模板的核心用法
## 🎯 适用场景
- 项目文档网站
- API 文档
- 技术博客
- 知识库
- 教程网站
## 📄 许可证
MIT License