docs(witness-network): land the onboard-as-a-seller page + the anchor-loop diagram#6
Merged
Conversation
…rding page check-docs derives its verdict set from @auths-dev/sdk's conformance/verdicts.json (0.1.15) instead of a hand-kept list — the dropped-call fossil dies, chain-break takes its place in the receipts content — and the witness-network section gains the end-to-end seller onboarding walkthrough (identity → publish to witnesses → witness-set declare → anchored export → attestation URL). Auths-Id: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd Auths-Device: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd Auths-Anchor-Seq: 13
…d auths.dev/network page
The marketing site's /network page is being retired in favour of the verifying
explorer, so its anchor-loop diagram moves here — the natural home for the
'how it works' visual. Ported as a static React component behind a new Markdoc
tag ({% witness-anchor-loop /%}); no motion dependency, no animation needed for
a docs diagram.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NFugwwLVfYMGPwoP7fJKDJ
Auths-Scope: sign_commit
Auths-Id: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd
Auths-Device: did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp
Auths-Anchor-Seq: 13
|
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.
Two witness-network doc changes that need to reach production:
onboard-as-a-sellerpage (34db43c, already on this branch) — the seller onboarding guide the explorer links to. It was authored but never merged past PR docs: witness-network IA redesign — top-level area #5, sodocs.auths.dev/witness-network/users/onboard-as-a-sellercurrently 404s. This lands it.The anchor-loop diagram (
f584a0f) — moved from the retiredauths.dev/networkmarketing page into the witness-network overview, where the "how it works" visual belongs. Ported as a static React component behind a new Markdoc tag{% witness-anchor-loop /%}(nomotiondep — a docs diagram needs no animation).Verified locally:
bun run build(43 pages),bun run type-check, andbun run check(copy + link lint) all clean.🤖 Generated with Claude Code