From a9f2f77d120f02d111c209055de1b938b4fd5ee6 Mon Sep 17 00:00:00 2001 From: Imran Siddique <45405841+imran-siddique@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:36:16 -0700 Subject: [PATCH] docs: add cross-project supernav to the docs site Loads the shared https://agentrust-io.com/supernav.js top navigation so readers can switch between the agentrust-io project docs sites. Matches the agent-manifest docs config; cmcp / ca2a / trace-spec were missing it. Co-Authored-By: Claude Opus 4.8 (1M context) --- mkdocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 3356527..c53e978 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -206,3 +206,7 @@ nav: - Contributing: CONTRIBUTING.md - Governance: GOVERNANCE.md - Roadmap: ROADMAP.md + +extra_javascript: + # Shared cross-project top navigation (TRACE / Manifest / cMCP / cA2A / ...) + - https://agentrust-io.com/supernav.js