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

# GitHub Pages（MkDocs）

> ticoag.github.io 旧站的 MkDocs 构建与 gh-deploy 命令。本仓库已改用 Mintlify。

这份命令属于 `ticoag.github.io` 的旧 MkDocs 站。当前这个仓库用 Mintlify：根目录执行 `mint dev`。

```sh theme={null}
# 构建
mkdocs build

# 部署
mkdocs gh-deploy

# 测试本地预览
mkdocs serve
```
