IoTSharp 文档站现已切换为基于 JekyllNet 的 GitHub Pages 流程,站点源目录位于 docs/site。
- .NET SDK
10.0.x JekyllNet本地工具0.2.5- GitHub Pages +
JekyllNet/[email protected]
cd /home/runner/work/IoTSharp/IoTSharp
dotnet tool restore
dotnet jekyllnet build --source ./docs/site --destination ./docs/site/_sitecd /home/runner/work/IoTSharp/IoTSharp
dotnet tool restore
dotnet jekyllnet serve --source ./docs/site --destination ./docs/site/_site --port 5055默认预览地址:http://localhost:5055
文档工作流使用 JekyllNet/[email protected] 构建,并通过官方 Pages 工作流上传和部署 docs/site/_site。
站点默认域名为:
docs/site/index.md:文档首页docs/site/guide/*:安装、部署、开发入门docs/site/reference/*:NuGet、CI/CD、发布与文档维护说明