docs(dashboard): refresh site pages for v0.8.0; link out to canonical README#827
Merged
Merged
Conversation
…o README The site dashboard pages described a ~v0.2-0.3 dashboard. Bring them current and adopt a 'README is canonical, site links out' model so they stop re-drifting: - overview: drop the 'early prototype' caution; replace the thin feature list with current capabilities (verification incl. signatures, forensic decryption + auto- load, multi-agent attribution, analytics, JSON export) at overview altitude, each pointing to the dashboard README for full detail. - overview: remove the stale #719 false-negative caveat — fixed in dashboard v0.4.0 (verification recomputes from verbatim receipt_json bytes); ar#719 now closed. - installation: note AR_DASHBOARD_POLL_INTERVAL and add a Forensic decryption section (loopback auto-load from the default key path) linking to the README. Supersedes #825 (which only de-pinned the caveat that is now removed).
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.
What
The site
dashboard/pages described a ~v0.2–0.3 dashboard; the shipped dashboard is v0.8.0 with whole capability areas missing from the docs. Surfaced while reviewing the dashboard CHANGELOG against our docs (originally the doc-e2e Priya persona).Adopts a "README is canonical, site links out" model so the two surfaces stop re-drifting: the dashboard README (updated in dashboard#132) holds the exhaustive feature/API reference; these pages are a concise conceptual overview that links to it.
Changes
overview.mdx
receipt_jsonbytes; confirmed ininternal/store/reader.go:102+ regression testserver_test.go:363). ar#719 is now closed.installation.mdx
AR_DASHBOARD_POLL_INTERVALenv var.Supersedes #825
#825 only de-pinned the #719 caveat; this PR removes it (the bug is fixed). I'll close #825 in favour of this.