Browse Source

Switched back to Material template

pull/13/head
Anairkoen Schno 5 years ago
parent
commit
adf3a42d5b
3 changed files with 7 additions and 5 deletions
  1. +3
    -3
      .gitmodules
  2. +3
    -2
      docs/docfx.json
  3. +1
    -0
      docs/templates/material

+ 3
- 3
.gitmodules View File

@ -4,6 +4,6 @@
[submodule "BuildTools"] [submodule "BuildTools"]
path = BuildTools path = BuildTools
url = https://github.com/beat-saber-modding-group/BS-Plugin-BuildTools.git 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

+ 3
- 2
docs/docfx.json View File

@ -47,13 +47,14 @@
] ]
}], }],
"dest": "_site", "dest": "_site",
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
"globalMetadataFiles": [], "globalMetadataFiles": [],
"fileMetadataFiles": [], "fileMetadataFiles": [],
"template": [ "template": [
"default", "templates/darkfx/darkfx"
"default", "templates/material/material"
], ],
"postProcessors": [], "postProcessors": [],
"markdownEngineName": "markdig",
"markdownEngineName": "dfm",
"noLangKeyword": false, "noLangKeyword": false,
"keepFileLink": false, "keepFileLink": false,
"cleanupCacheHistory": false, "cleanupCacheHistory": false,


+ 1
- 0
docs/templates/material

@ -0,0 +1 @@
Subproject commit 7cb98dbd78928915ec86069297ed2c358f55079c

Loading…
Cancel
Save