Browse Source

Added call operator to Do-DocFX invocation -- Generated Docs

gh-pages
Anairkoen Schno 5 years ago
parent
commit
bb596368c5
5 changed files with 11 additions and 11 deletions
  1. +1
    -1
      api/index.html
  2. +1
    -1
      articles/index.html
  3. +1
    -1
      index.html
  4. +5
    -5
      index.json
  5. +3
    -3
      manifest.json

+ 1
- 1
api/index.html View File

@ -82,7 +82,7 @@ Select a namespace and a class on the left to get started.</p>
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/84e757ce34a13fdd50163b7cfbf5f21a9880bc68/docs/api/index.md/#L1" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/871a4e517e34ea6ad615c91a3659068c8e6764b3/docs/api/index.md/#L1" class="contribution-link">Improve this Doc</a>
</li>
</ul>
</div>


+ 1
- 1
articles/index.html View File

@ -87,7 +87,7 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/84e757ce34a13fdd50163b7cfbf5f21a9880bc68/docs/articles/index.md/#L1" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/871a4e517e34ea6ad615c91a3659068c8e6764b3/docs/articles/index.md/#L1" class="contribution-link">Improve this Doc</a>
</li>
</ul>
</div>


+ 1
- 1
index.html View File

@ -90,7 +90,7 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/84e757ce34a13fdd50163b7cfbf5f21a9880bc68/docs/index.md/#L1" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/871a4e517e34ea6ad615c91a3659068c8e6764b3/docs/index.md/#L1" class="contribution-link">Improve this Doc</a>
</li>
</ul>
</div>


+ 5
- 5
index.json View File

@ -4,14 +4,14 @@
"title": "Beat Saber IPA Reloaded",
"keywords": "Beat Saber IPA Reloaded The game-agnostic mod injector for Unity, that happens to have been written for Beat Saber! Take a look at Getting Started to see how to get going. TODO: finish"
},
"articles/index.html": {
"href": "articles/index.html",
"title": "Getting Started",
"keywords": "Getting Started"
},
"api/index.html": {
"href": "api/index.html",
"title": "BSIPA API Documentation",
"keywords": "BSIPA API Documentation Welcome to the full class documentation! To see guides, head over to the Articles tab . Select a namespace and a class on the left to get started."
},
"articles/index.html": {
"href": "articles/index.html",
"title": "Getting Started",
"keywords": "Getting Started"
}
}

+ 3
- 3
manifest.json View File

@ -18,7 +18,7 @@
"output": {
".html": {
"relative_path": "api/index.html",
"hash": "F5QTH1Rs2r2+x5w4KCvfLQ=="
"hash": "lmCM5m4oU0y1u0dp6WYWXA=="
}
},
"is_incremental": false,
@ -30,7 +30,7 @@
"output": {
".html": {
"relative_path": "articles/index.html",
"hash": "oPeNGeAxoVjDbrX2FgXumg=="
"hash": "oXlIS319kS65qrlMoGg1bw=="
}
},
"is_incremental": false,
@ -54,7 +54,7 @@
"output": {
".html": {
"relative_path": "index.html",
"hash": "QzLdjuh8u5Xn8hupdPSGbA=="
"hash": "S25zGljRjK2mPj5ZNsheVg=="
}
},
"is_incremental": false,


Loading…
Cancel
Save