Browse Source

Removed material DocFX template in favor of DarkFX

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
6e333186bb
4 changed files with 40 additions and 50 deletions
  1. +1
    -4
      .gitmodules
  2. +32
    -41
      docs/docfx.json
  3. +7
    -4
      docs/index.md
  4. +0
    -1
      docs/templates/material

+ 1
- 4
.gitmodules View File

@ -3,10 +3,7 @@
url = https://github.com/nike4613/UnityDoorstop-BSIPA
[submodule "BuildTools"]
path = BuildTools
url = https://github.com/beat-saber-modding-group/BS-Plugin-BuildTools.git
[submodule "docs/templates/material"]
path = docs/templates/material
url = https://github.com/ovasquez/docfx-material.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

+ 32
- 41
docs/docfx.json View File

@ -1,28 +1,23 @@
{
"metadata": [
{
"src": [
{
"src": "..",
"files": [
"**.csproj"
],
"exclude": [
"**/IPA.csproj",
"**/IPA.Tests.csproj",
"BuildTools/**.csproj",
"Doorstop/**.csproj"
]
}
"metadata": [{
"src": [{
"src": "..",
"files": [
"**.csproj"
],
"dest": "api",
"disableGitFeatures": false,
"disableDefaultFilter": false
}
],
"exclude": [
"**/IPA.csproj",
"**/IPA.Tests.csproj",
"BuildTools/**.csproj",
"Doorstop/**.csproj"
]
}],
"dest": "api",
"disableGitFeatures": false,
"disableDefaultFilter": false
}],
"build": {
"content": [
{
"content": [{
"files": [
"api/**.yml",
"api/index.md"
@ -37,29 +32,25 @@
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"overwrite": [
{
"files": [
"override/**.md"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"resource": [{
"files": [
"images/**"
]
}],
"overwrite": [{
"files": [
"override/**.md"
],
"exclude": [
"obj/**",
"_site/**"
]
}],
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default"
"default", "templates/darkfx/darkfx"
],
"postProcessors": [],
"markdownEngineName": "markdig",


+ 7
- 4
docs/index.md View File

@ -1,4 +1,7 @@
# This is the **HOMEPAGE**.
Refer to [Markdown](http://daringfireball.net/projects/markdown/) for how to write markdown files.
## Quick Start Notes:
1. Add images to the *images* folder if the file is referencing an image.
# Beat Saber IPA Reloaded
The game-agnostic mod injector for Unity, that happens to have been written for Beat Saber!
Take a look at the [getting started guide](articles/intro.md) to see how to get going.
TODO: finish

+ 0
- 1
docs/templates/material

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

Loading…
Cancel
Save