diff --git a/docfx/docfx.json b/docfx/docfx.json index 98445bc..453829e 100644 --- a/docfx/docfx.json +++ b/docfx/docfx.json @@ -22,15 +22,18 @@ ], "build": { "content": [ - { "files": [ "index.md" ] }, - { "files": [ "api/**.yml", "api/index.md" ] }, - { - "files": [ "**.md", "**/toc.yml" ], - "src": "../docs" - } - ], - "dest": "_site", - "template": [ "default" ], + { "files": [ "index.md" ] }, + { "files": [ "api/**.yml" ] }, + { + "files": [ "**/*.md", "**/toc.yml" ], + "src": "../docs" + } + ], + "resource": [ + { "files": [ "images/**", "**/*.png", "**/*.jpg", "**/*.jpeg", "**/*.gif", "**/*.svg" ] } + ], + "dest": "_site", + "template": [ "default", "templates/material" ], "globalMetadata": { "_appTitle": "GFramework Documentation", "_enableSearch": true, @@ -41,4 +44,4 @@ "https://learn.microsoft.com/en-us/dotnet/.xrefmap.json" ] } -} +} \ No newline at end of file