docs: give the site its own landing page instead of rendering the README - #71
Merged
Conversation
tests.agentrust-io.com was the GitHub README verbatim, opening on a centered logo, a link row and five shields. - Adds index.md as the site landing page: what the suite is, the difference between verify and report, why the report says on its face that it is not evidence, a four-card "where to start", and the module table. - Moves the hardcoded homepage title out of overrides/main.html into front matter and removes the override. - README.md stays the GitHub landing page, excluded from the build. Broken links fixed: the Discord invite discord.gg/9JWNpH7E returns "Unknown Invite" and was used in both the README badge and the site footer. CODE_OF_CONDUCT.md was linked from CONTRIBUTING.md but excluded from the build and 404'd live; it is now published and in the nav. Builds clean under --strict. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013EQx4N5BzTQbY8kvXUsdkY
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.
tests.agentrust-io.comwas the GitHub README rendered verbatim, opening on a centered logo, a link row and five shields.index.md: what the suite is, the difference betweenverifyandreport, why the report states on its face that it is not evidence, a four-card "where to start", and the module table.README.mdstays the GitHub landing page and is excluded from the build.overrides/main.htmlinto front matter, and the override goes.Broken links fixed
discord.gg/9JWNpH7Ereturns{"message": "Unknown Invite", "code": 10006}. It was in the README badge and in the site footer. Both now usediscord.gg/grgzFEHgkj, which resolves. The same dead invite was also in the Agent Manifest README and is fixed there separately.CODE_OF_CONDUCT.mdwas linked fromCONTRIBUTING.mdbut excluded from the build, so it 404'd live. Published and in the nav.Builds clean under
--strict.🤖 Generated with Claude Code
https://claude.ai/code/session_013EQx4N5BzTQbY8kvXUsdkY