docs: document v1.4 A2A context + complete docs site nav - #42
Merged
Conversation
- Add docs/a2a-context.md (alpha.3 A2A verification context) — the only shipped v1.4 feature without a docs page. Covers AllowedDomains convention, A2aVerificationContext, and verify_schema_for_a2a in all four languages. - Fix zensical.toml site nav, which was missing every v1.4 feature page plus revocation; all 13 pages now navigable. - Add a v1.4 Features section to api-reference.md (it previously stopped at v1.3) indexing expiration, DNS TXT, version binding, canonicalization id, A2A context, and trust-bundle distribution. - getting-started: correct stale '(Rust)' labels to 'all 4 languages' for expiration/DNS TXT, and link the version-binding, A2A, and bundle- distribution pages. - Cross-link the v1.2 trust-bundles page to trust-bundle-distribution. All nav targets exist and all internal .md links resolve.
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.
Makes the docs/ directory complete and consistent with everything shipped in v1.4.
Gaps found and fixed
docs/a2a-context.md: AllowedDomains convention (empty = unrestricted),A2aVerificationContextfields, andverify_schema_for_a2aexamples in all four languages.zensical.toml) was missing every v1.4 feature page plus revocation — those pages existed but weren't navigable. All 13 pages are now in the nav.api-reference.mdstopped at v1.3 — added a 'v1.4 Features' section indexing expiration, DNS TXT, version binding, canonicalization id, A2A context, and trust-bundle distribution.getting-started.mdstale labels — expiration and DNS TXT were tagged '(Rust)' but shipped in all four languages; corrected, and added links to the version-binding / A2A / bundle-distribution pages.Verification
.mdlinks across docs/ resolve (no broken links).Docs-only; no code changes.