文档中心
Code as Docs.
./admin/docker/build.sh
输出文件目录 ./dist/_site
.
./admin/docker/serve.sh
查看编译日志。
tail -f ./tmp/build.log
使用浏览器查看最新版本 https://0.0.0.0:8027
.
open https://0.0.0.0:8027
https://github.com/chatopera/docfx-get-started
构建文档中心镜像
./admin/docker/image.sh
运行镜像
docker run -it --rm -p 8000:80 chatopera/docs:latest
https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html