Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Morsiusiurandum committed Jul 13, 2024
1 parent a28577b commit 64a0ea3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 37 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/help-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- name: Setup Docfx
run: dotnet tool update -g docfx

- name: Restore
run: dotnet restore
- name: Build API
run: docfx metadata docs/docfx.json

- name: Build Site
run: docfx docs/docfx.json
run: docfx build docs/docfx.json

- name: Upload site artifact
uses: actions/upload-artifact@v4
Expand Down
31 changes: 2 additions & 29 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
],
"dest": "api",
"filter": "filter.yml",
"noRestore": true,
"disableGitFeatures": false,
"globalNamespaceId": "Global"
}
Expand All @@ -37,35 +38,7 @@
"ExtractSearchIndex"
],
"content": [
{
"files": [
"toc.yml",
"index.md"
]
},
{
"src": "api",
"files": [
"**.yml"
],
"dest": "api"
},
{
"src": "manual",
"files": [
"**.yml",
"**.md"
],
"dest": "manual"
},
{
"src": "mermaid",
"files": [
"**.yml",
"**.md"
],
"dest": "mermaid"
}
"**/*.{md,yml}"
],
"resource": [
{
Expand Down
8 changes: 4 additions & 4 deletions docs/toc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- name: 开始
- name: Start
href: index.md
- name: 开发手册
- name: Manual
href: manual/
- name: 脚本 API
- name: API
href: api/
- name: UML类图
- name: UML
href: mermaid/

0 comments on commit 64a0ea3

Please sign in to comment.