fix: Use long slugs for document links matching API list response
The docs.html ?doc= parameter matches against the document list from the API, which returns only long slugs. The short slug for STO-RES-0009 wasn't found, showing "Select a Document" instead. Also fixes two docs-viewer.html links in home-ai.html to use docs.html routing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f145f52329
commit
4c6c72847d
2 changed files with 3 additions and 3 deletions
|
|
@ -297,7 +297,7 @@
|
|||
|
||||
<div class="bg-white rounded-lg shadow-sm p-5 border border-gray-200 mt-4">
|
||||
<p class="text-gray-700 text-sm">
|
||||
<strong>Related research:</strong> The <a href="/docs-viewer.html?slug=taonga-centred-steering-governance-polycentric-authority-for-sovereign-small-language-models" class="text-blue-600 hover:underline">Taonga-Centred Steering Governance</a> paper (Feb 2026) extends this dual-layer architecture with polycentric authority — replacing platform hierarchy with co-equal steering authorities drawn from te ao Māori concepts of rangatiratanga and kaitiakitanga.
|
||||
<strong>Related research:</strong> The <a href="/docs.html?doc=taonga-centred-steering-governance-polycentric-authority-for-sovereign-small-language-models" class="text-blue-600 hover:underline">Taonga-Centred Steering Governance</a> paper (Feb 2026) extends this dual-layer architecture with polycentric authority — replacing platform hierarchy with co-equal steering authorities drawn from te ao Māori concepts of rangatiratanga and kaitiakitanga.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -577,7 +577,7 @@
|
|||
|
||||
<div class="bg-white rounded-lg shadow-sm p-5 border border-gray-200 mt-4">
|
||||
<p class="text-gray-700 text-sm">
|
||||
<strong>Related research:</strong> The <a href="/docs-viewer.html?slug=steering-vectors-mechanical-bias-sovereign-ai" class="text-blue-600 hover:underline">Steering Vectors and Mechanical Bias</a> paper (Feb 2026) investigates whether LLM biases operate at a sub-reasoning level and how sovereign SLL deployments can apply inference-time debiasing via steering vectors — a technique that modifies model activations without retraining.
|
||||
<strong>Related research:</strong> The <a href="/docs.html?doc=steering-vectors-and-mechanical-bias-inference-time-debiasing-for-sovereign-small-language-models" class="text-blue-600 hover:underline">Steering Vectors and Mechanical Bias</a> paper (Feb 2026) investigates whether LLM biases operate at a sub-reasoning level and how sovereign SLL deployments can apply inference-time debiasing via steering vectors — a technique that modifies model activations without retraining.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ class ResearchPapersModal {
|
|||
description: 'Investigates whether LLM biases operate at a sub-reasoning level and how sovereign SLM deployments enable inference-time debiasing.',
|
||||
date: 'February 2026',
|
||||
status: 'v1.1',
|
||||
href: '/docs.html?doc=steering-vectors-mechanical-bias-sovereign-ai'
|
||||
href: '/docs.html?doc=steering-vectors-and-mechanical-bias-inference-time-debiasing-for-sovereign-small-language-models'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue