diff --git a/.gitmodules b/.gitmodules index 79edf281..222a1f72 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,6 @@ [submodule "BuildTools"] path = BuildTools url = https://github.com/beat-saber-modding-group/BS-Plugin-BuildTools.git -[submodule "docs/templates/darkfx"] - path = docs/templates/darkfx - url = https://github.com/steffen-wilke/darkfx.git +[submodule "docs/templates/material"] + path = docs/templates/material + url = https://github.com/ovasquez/docfx-material.git diff --git a/docs/docfx.json b/docs/docfx.json index 2bae1f62..6cccdcfb 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -47,13 +47,14 @@ ] }], "dest": "_site", + "xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ], "globalMetadataFiles": [], "fileMetadataFiles": [], "template": [ - "default", "templates/darkfx/darkfx" + "default", "templates/material/material" ], "postProcessors": [], - "markdownEngineName": "markdig", + "markdownEngineName": "dfm", "noLangKeyword": false, "keepFileLink": false, "cleanupCacheHistory": false, diff --git a/docs/templates/material b/docs/templates/material new file mode 160000 index 00000000..7cb98dbd --- /dev/null +++ b/docs/templates/material @@ -0,0 +1 @@ +Subproject commit 7cb98dbd78928915ec86069297ed2c358f55079c