zenno: link up doc/race

Fixes #16.
This commit is contained in:
2026-06-14 17:49:47 -04:00
parent 7b4cd41d3b
commit b06e4b537b
3 changed files with 19 additions and 1 deletions
+8
View File
@@ -43,6 +43,14 @@
<a href="https://lanecalc.hf-uma.net/" target="_blank" rel="noopener noreferrer">危険回避シミュ</a>, or Lanecalc, for precise <a href="https://lanecalc.hf-uma.net/" target="_blank" rel="noopener noreferrer">危険回避シミュ</a>, or Lanecalc, for precise
lane combo simulation. lane combo simulation.
</li> </li>
<li>
<a href={resolve('/doc/race')}>Race Mechanics Charts</a> &mdash; Interactive adaptation of
<a
href="https://docs.google.com/document/d/15VzW9W2tXBBTibBRbZ8IVpW6HaMX8H0RP03kq6Az7Xg/edit"
target="_blank"
rel="noopener noreferrer">KuromiAK's race mechanics documentation</a
> for easier visualization of how mechanics scale.
</li>
</ul> </ul>
<h2 class="my-4 text-4xl">About</h2> <h2 class="my-4 text-4xl">About</h2>
+8
View File
@@ -14,4 +14,12 @@
<a href="https://lanecalc.hf-uma.net/" target="_blank" rel="noopener noreferrer">危険回避シミュ</a>, or Lanecalc, for precise <a href="https://lanecalc.hf-uma.net/" target="_blank" rel="noopener noreferrer">危険回避シミュ</a>, or Lanecalc, for precise
lane combo simulation. lane combo simulation.
</li> </li>
<li>
<a href={resolve('/doc/race')}>Race Mechanics Charts</a> &mdash; Interactive adaptation of
<a
href="https://docs.google.com/document/d/15VzW9W2tXBBTibBRbZ8IVpW6HaMX8H0RP03kq6Az7Xg/edit"
target="_blank"
rel="noopener noreferrer">KuromiAK's race mechanics documentation</a
> for easier visualization of how mechanics scale.
</li>
</ul> </ul>
+3 -1
View File
@@ -1279,7 +1279,9 @@
</ul> </ul>
{#each ['stats', 'stats-speed', 'stats-stamina', 'stats-power', 'stats-guts', 'stats-wit', 'stats-surface', 'stats-style'] as id (id)} {#each ['stats', 'stats-speed', 'stats-stamina', 'stats-power', 'stats-guts', 'stats-wit', 'stats-surface', 'stats-style'] as id (id)}
<h2 class="hidden target:block target:py-32" {id}>Stat Reference: This chapter moved to <a href={resolve('/doc/race')}>its own article</a>.</h2> <h2 class="hidden target:block target:py-32" {id}>
Stat Reference: This chapter moved to <a href={resolve('/doc/race')}>its own article</a>.
</h2>
{/each} {/each}
<Sec h={2} id="cm">My CM Teams</Sec> <Sec h={2} id="cm">My CM Teams</Sec>