Browse Source

Switched back to Material template

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
16146bb904
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"]
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

+ 3
- 2
docs/docfx.json View File

@ -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,


+ 1
- 0
docs/templates/material

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

Loading…
Cancel
Save