From adf3a42d5b9f0b4d388d0747bfe9aaa0b700b889 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 11 Jun 2019 16:23:25 -0500 Subject: [PATCH] Switched back to Material template --- .gitmodules | 6 +++--- docs/docfx.json | 5 +++-- docs/templates/material | 1 + 3 files changed, 7 insertions(+), 5 deletions(-) create mode 160000 docs/templates/material 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