diff --git a/docfx/docfx.json b/docfx/docfx.json index 02d87be..98445bc 100644 --- a/docfx/docfx.json +++ b/docfx/docfx.json @@ -22,24 +22,14 @@ ], "build": { "content": [ - { - "files": [ "api/**.yml", "api/index.md" ] - }, - { - "files": [ "../docs/**.md", "../docs/**/toc.yml" ], - "src": "../docs" - }, - { - "files": [ "toc.yml", "*.md" ] - } - ], - "resource": [ - { - "files": [ "../README.md" ], - "src": ".." - } - ], - "dest": "_site", + { "files": [ "index.md" ] }, + { "files": [ "api/**.yml", "api/index.md" ] }, + { + "files": [ "**.md", "**/toc.yml" ], + "src": "../docs" + } + ], + "dest": "_site", "template": [ "default" ], "globalMetadata": { "_appTitle": "GFramework Documentation", diff --git a/docfx/index.md b/docfx/index.md new file mode 100644 index 0000000..04ad3b4 --- /dev/null +++ b/docfx/index.md @@ -0,0 +1,6 @@ +# GFramework Documentation + +欢迎来到 **GFramework** 文档站点。 + +- 📘 [使用指南](docs/index.md) +- 🧩 [API 文档](api/index.html)