From f209b8bd9b8fa87b5500f0548297519cee1ddc09 Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Mon, 14 Sep 2026 13:40:33 -0700 Subject: [PATCH] docs: five-tab menu and a clean landing page tests.agentrust-io.com had eight top-level tabs, three of them single pages. It now has the five every AgenTrust docs site uses: Home, Get started, Specification, Guides, Project. Conformance levels, the eight test modules and error codes sit under Specification; the two tutorials and the self-verification report under Guides. All 22 nav entries are still present. The home page hides the left menu and the table of contents. The theme feature list matches the other docs sites: navigation.instant.progress goes, content.tabs.link joins. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_013aK3gVWzNdcM3hZ2o2awK2 --- index.md | 3 +++ mkdocs.yml | 28 ++++++++++++++-------------- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/index.md b/index.md index 5fd04b7..13f1f46 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,7 @@ --- +hide: + - navigation + - toc title: TRACE conformance suite description: Run this suite against a TRACE record to see which conformance level it reaches, and produce a report anyone can reproduce from the record and the suite version. --- diff --git a/mkdocs.yml b/mkdocs.yml index cd99eda..ade6dc6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -44,7 +44,6 @@ theme: name: Switch to light mode features: - navigation.instant - - navigation.instant.progress - navigation.tracking - navigation.tabs - navigation.tabs.sticky @@ -54,8 +53,9 @@ theme: - search.suggest - search.highlight - content.code.copy - - content.code.annotate + - content.tabs.link - toc.follow + - content.code.annotate icon: repo: fontawesome/brands/github @@ -155,12 +155,10 @@ extra_css: nav: - Home: index.md - - Getting Started: docs/quickstart.md - - Tutorials: - - Writing conformance tests: docs/tutorials/writing-conformance-tests.md - - CI integration: docs/tutorials/ci-integration.md - - Test Modules: - - Overview: docs/modules.md + - Get started: docs/quickstart.md + - Specification: + - Conformance levels: docs/levels.md + - Test modules: docs/modules.md - Envelope (TR-ENV): docs/modules/tr-env.md - Signature (TR-SIG): docs/modules/tr-sig.md - Runtime (TR-RTE): docs/modules/tr-rte.md @@ -169,16 +167,18 @@ nav: - Transcript (TR-TXN): docs/modules/tr-txn.md - Transparency (TR-ANC): docs/modules/tr-anc.md - Provenance (TR-SCA): docs/modules/tr-sca.md - - Conformance Levels: docs/levels.md - - Error Codes: docs/error-codes.md - - Self-verification: measurement/REPORT.md + - Error codes: docs/error-codes.md + - Guides: + - Writing conformance tests: docs/tutorials/writing-conformance-tests.md + - CI integration: docs/tutorials/ci-integration.md + - Self-verification: measurement/REPORT.md - Project: - - Sponsors: SPONSORS.md + - Known limitations: LIMITATIONS.md - Changelog: CHANGELOG.md - Contributing: CONTRIBUTING.md - - Code of Conduct: CODE_OF_CONDUCT.md + - Sponsors: SPONSORS.md + - Code of conduct: CODE_OF_CONDUCT.md - Privacy: PRIVACY.md - - Known limitations: LIMITATIONS.md extra_javascript: - https://agentrust-io.com/supernav.js