Expose HPP Coder in the navbar#15
Open
ultrafellen wants to merge 1 commit into
Open
Conversation
- Add an "HPP Coder" navbar item (right of x402) linking to the Solidity-Master 2 model card in the existing `coder` docs instance. - Give the doc `slug: /` so it serves at the clean /hpp-coder URL, matching the /hub, /hpp-router, /x402 convention. - Index the hpp-coder instance for local search. - Add an "Availability" section to the model card linking to where the model can be used: HPP Router (ollama/solidity-master:2, free) and the HPP Hub Playground.
Member
|
The PR itself looks good. However, the item exposed through this PR, hpp-coder, appears to need improvement. Unlike other items in ecosystem, it lacks a left sidebar, making it look somewhat inconsistent. I plan to refine it myself and complete the PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Surfaces the existing HPP Coder docs (the Solidity-Master 2 model card) in the top navbar, to the right of x402.
Changes
coderdocs instance viatype: 'doc'.slug: /tohpp-coder/solidity-master-2.md→ served at/hpp-coder(matches/hub,/hpp-router,/x402). Old/hpp-coder/solidity-master-2no longer emitted.hpp-coderin the local search plugin.ollama/solidity-master:2, free) and the HPP Hub Playground — so the model card isn't a dead end for readers.Content review notes
The model card itself is solid (Overview, Architecture, LoRA fine-tuning, SolContractEval evaluation, Limitations, etc.) and already states it's not a substitute for an audit. The only user-facing gap was "how do I use this?", addressed by the Availability section.
Test Plan
npm run buildpasses (validates navbardocId, the newslug, and all Availability links underonBrokenLinks: 'throw')./hpp-coder→ 200; old/hpp-coder/solidity-master-2→ 404 (slug applied).test.yml).