Skip to content

上线检查清单

上线前按这份清单检查一次。

本地检查

  • npm install 成功。
  • npm run build 成功。
  • .vitepress/dist 目录存在。
  • 首页、教程页、参考页都能正常打开。
  • 页面导航、侧边栏、搜索可用。

Cloudflare Pages 检查

  • Pages 项目名称为 hideapps-docs 或你选择的固定名称。
  • Production branch 是 main
  • Build command 是 npx vitepress buildnpm run build
  • Build output directory 是 .vitepress/dist
  • 最近一次 production deployment 成功。

域名检查

  • Pages 项目的 Custom domains 中存在 docs.hideapps.top
  • DNS 中 docs 是 CNAME,目标指向 Pages 项目域名。
  • HTTPS 证书状态正常。
  • https://docs.hideapps.top 可以打开。

内容检查

  • 站点标题和描述符合项目定位。
  • 外链没有指向占位地址。
  • GitHub 编辑链接已替换为真实仓库地址。
  • Sitemap 使用 https://docs.hideapps.top

基于 VitePress 和 Cloudflare Pages 构建。