double 104fb7abae fix: unpkg.zhimg.com | %!s(int64=4) %!d(string=hai) anos | |
---|---|---|
_images | %!s(int64=4) %!d(string=hai) anos | |
_media | %!s(int64=4) %!d(string=hai) anos | |
app | %!s(int64=4) %!d(string=hai) anos | |
backend | %!s(int64=4) %!d(string=hai) anos | |
frontend | %!s(int64=4) %!d(string=hai) anos | |
git | %!s(int64=4) %!d(string=hai) anos | |
oper | %!s(int64=4) %!d(string=hai) anos | |
.drone.yml | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
.nojekyll | %!s(int64=4) %!d(string=hai) anos | |
Dockerfile | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
_coverpage.md | %!s(int64=4) %!d(string=hai) anos | |
_navbar.md | %!s(int64=4) %!d(string=hai) anos | |
_sidebar.md | %!s(int64=4) %!d(string=hai) anos | |
host.md | %!s(int64=4) %!d(string=hai) anos | |
index.html | %!s(int64=4) %!d(string=hai) anos | |
nginx.conf | %!s(int64=4) %!d(string=hai) anos |
A magical documentation site generator.
Clone development-manual repo.
git clone --depth=1 https://git.i2erp.cn/i2-tech/development-manual.git && cd development-manual
Install npm if you don't have one, goto https://nodejs.org/zh-cn.
It is recommended to install docsify-cli
globally, which helps initializing and previewing the website locally.
npm i docsify-cli -g
Preview your local site
docsify serve
Then, open Brower http://localhost:3000
If you create a file named new-article.md, then it is accessible via /#/new-article, in order to have sidebar, then you can write your new routes in _sidebar.md.
* [Host网址](/host.md)
* Git手册
* [快速入门](/git/README.md)
* [提交规范](/git/README.md)
* App手册
* [快速入门](/app/README.md)
* [提交规范](/app/README.md)
* 前端手册
* [快速入门](/frontend/README.md)
* [提交规范](/frontend/README.md)
* 后端手册
* [协程并发](/backend/goroutine.md)
* 运维手册
* [k3s入门](/oper/k3s.md)
Just commit all you change, all are hotloaded.
git add -A .
git commit -m "feat: add page guide.md"
git push origin master