> ## Documentation Index
> Fetch the complete documentation index at: https://docs.howen.ink/llms.txt
> Use this file to discover all available pages before exploring further.

# 介绍

> Howen 文档站点简介与快速导航

## 开始上手

本网站聚合了常用技术教程与实践笔记，包含完整的 MySQL 使用教程、AI 工具实践以及部分深度研究文章。

## 文档导览

常用入口与热门内容。

<Columns cols={2}>
  <Card title="MySQL 教程" icon="database" href="/mysql/intro">
    从安装、SQL 基础到索引、事务、备份与优化的系统教程。
  </Card>

  <Card title="本地开发预览" icon="pen-to-square" href="/development">
    安装 Mintlify CLI，在本地实时预览与迭代文档。
  </Card>

  <Card title="AI 工具实践" icon="sparkles" href="/ai-tools/cursor">
    以 Cursor/Claude/Windsurf 为代表的 AI 辅助开发工作流。
  </Card>

  <Card title="Deep Research" icon="magnifying-glass" href="/deep-research/china-japan-us-living-costs">
    跨区域生活成本对比等深度文章。
  </Card>
</Columns>

## MySQL 快速入口

直达常用学习章节。

<Columns cols={2}>
  <Card title="安装与环境" icon="server" href="/mysql/install">
    Windows/macOS/Linux 与 Docker 快速安装、连接与初始化。
  </Card>

  <Card title="SQL 基础" icon="code" href="/mysql/basics">
    数据库/表、常用数据类型与 CRUD、过滤排序分组。
  </Card>

  <Card title="表设计与索引" icon="sitemap" href="/mysql/schema-index">
    主外键、复合索引、覆盖索引与 EXPLAIN 诊断。
  </Card>

  <Card title="速查表" icon="list" href="/mysql/cheatsheet">
    高频命令与 SQL 模板，一页速查。
  </Card>
</Columns>

## 更多

<Card title="示例与灵感" icon="stars" href="https://mintlify.com/customers">
  浏览优秀文档站点案例，获取设计与结构灵感。
</Card>
