We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0abc33 commit 53df7b5Copy full SHA for 53df7b5
.github/workflows/docs-publish.yml
@@ -29,7 +29,6 @@ jobs:
29
- name: Build Documentation
30
run: |
31
cd ${{ github.workspace }}/docs
32
- pwd | ls
33
docfx metadata
34
docfx build docfx.json
35
docs/toc.yml
@@ -1,2 +1,4 @@
1
- name: API Reference
2
- href: api/
+ href: api/
3
+- name: 文档主页
4
+ href: https://gameframex.doc.alianblank.com
0 commit comments