Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 879 Bytes

File metadata and controls

29 lines (20 loc) · 879 Bytes

开发辅助目录

本目录存放不进站点构建的开发文档与排障记录。

GitHub Pages 以仓库内 docs/ 为站点根目录发布;根级 dev/ 不会被 Pages 构建。

目录

路径 说明
docs/ 项目说明、本地环境、卡片字段、Issues
docs/issues/ 问题 / 决策 / 排障记录(按时间)

常用入口

本地预览

cd docs
bundle install
bundle exec jekyll serve --host 127.0.0.1 --port 4001

浏览器打开 http://127.0.0.1:4001