Browse Source

switched to using @Args -- Generated Docs

gh-pages
Anairkoen Schno 5 years ago
parent
commit
7094c089b9
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"> <div class="contribution">
<ul class="nav"> <ul class="nav">
<li> <li>
<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>
<a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/0b163b633b4ca37144ba4e1823d0ef17c23144cc/docs/api/index.md/#L1" class="contribution-link">Improve this Doc</a>
</li> </li>
</ul> </ul>
</div> </div>


+ 1
- 1
articles/index.html View File

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


+ 1
- 1
index.html View File

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


+ 5
- 5
index.json View File

@ -1,9 +1,4 @@
{ {
"index.html": {
"href": "index.html",
"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"
},
"api/index.html": { "api/index.html": {
"href": "api/index.html", "href": "api/index.html",
"title": "BSIPA API Documentation", "title": "BSIPA API Documentation",
@ -13,5 +8,10 @@
"href": "articles/index.html", "href": "articles/index.html",
"title": "Getting Started", "title": "Getting Started",
"keywords": "Getting Started" "keywords": "Getting Started"
},
"index.html": {
"href": "index.html",
"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"
} }
} }

+ 3
- 3
manifest.json View File

@ -18,7 +18,7 @@
"output": { "output": {
".html": { ".html": {
"relative_path": "api/index.html", "relative_path": "api/index.html",
"hash": "lmCM5m4oU0y1u0dp6WYWXA=="
"hash": "wid8f1GkJD41jbqfDPAMvQ=="
} }
}, },
"is_incremental": false, "is_incremental": false,
@ -30,7 +30,7 @@
"output": { "output": {
".html": { ".html": {
"relative_path": "articles/index.html", "relative_path": "articles/index.html",
"hash": "oXlIS319kS65qrlMoGg1bw=="
"hash": "2S1PW/ZApVEKX4hdB4XcyQ=="
} }
}, },
"is_incremental": false, "is_incremental": false,
@ -54,7 +54,7 @@
"output": { "output": {
".html": { ".html": {
"relative_path": "index.html", "relative_path": "index.html",
"hash": "S25zGljRjK2mPj5ZNsheVg=="
"hash": "SW2Y9zYrRqBoJGSTZoc4mA=="
} }
}, },
"is_incremental": false, "is_incremental": false,


Loading…
Cancel
Save