Fix light-theme page blockers and add missing docs pages#242
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Motivation
Description
public/verifyagent.html,public/canonical-receipts.html, andpublic/runtime-core.htmlto resolve missing footer/docs targets.public/claim.htmlwith the requested tiers and the caveat that pricing is for activation services (not ENS ownership) and is introductory.public/mcp.htmlstating the proof model is unchanged by MCP (transport vs trust).public/api.htmlinto a concise API index and upgradedpublic/schemas.htmlinto a schema hub including canonical proof fields and IPFS CIDs.https://runtime.commandlayer.orginpublic/stack-proof-demo.html, added Protocol to nav on several pages, added a “What the badge checks” section topublic/verify-badge-demo.html, fixed broken GitHub deep links onpublic/how-it-works.html, and standardized footers to a groupedfooter-gridacross changed pages.Testing
npm installsuccessfully.npm testand all tests passed (26tests, all green).npm run buildbut it failed becausebuildis not defined inpackage.json(no site build script present)./verifyagent.html,/canonical-receipts.html,/runtime-core.html,/api.html,/schemas.html,/mcp.html,/stack-proof-demo.html) and validated that the Railway URL no longer appears in the public files.Codex Task