Docs/restructure files to match nav - #11
Merged
Merged
Conversation
Move and rename doc files so the filesystem mirrors the sidebar hierarchy: agents split into trust-lifecycle, dashboard, and getting-started concepts becomes core-concepts sdk becomes developer-guide compliance and organization consolidated under administration Update sidebar_position, cross-references, and internal links across all affected pages.
|
@tonyopenbox must be a member of the Platform team on Vercel to deploy. Learn more about collaboration on Vercel and other options here. |
tonyopenbox
marked this pull request as ready for review
February 20, 2026 05:55
nat294
reviewed
Feb 20, 2026
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.
Summary
Restructure the docs filesystem so that file paths match the sidebar navigation hierarchy. Previously, files were spread across directories (
agents/,concepts/,sdk/,compliance/,organization/) that didn't align with how content is grouped in the sidebar. This PR moves and renames files so the URL structure and directory layout mirror the navigation.Changes
Sidebar (
sidebars.js)linkto its index doc instead of listing it as a child item;registering-agentsmoved here fromagents/core-concepts/instead ofconcepts/agents/); uses alinkto its index doc; all phase docs referencetrust-lifecycle/instead ofagents/trust-lifecycle/;agents/overviewmoved into this categorysdk/) and the Temporal integration guide (getting-started/workflow-engines/temporal);event-typesmoved here fromconcepts/linkto its index doc;agents/indexmoved here asdashboard/agentsorganization/andcompliance/docsTemporal Integration Guide
sidebar_label: Temporal (Python)to keep the sidebar compactInternal links
index.md) updated to point to new pathssrc/pages/index.js) explore section links updatedLLM index (
static/llms.txt)File Mappings
agents/→ split across multiple directoriesagents/index.mddashboard/agents.mdagents/overview.mdtrust-lifecycle/overview.mdagents/registering-agents.mdgetting-started/registering-agents.mdagents/trust-lifecycle/index.mdtrust-lifecycle/index.mdagents/trust-lifecycle/assess.mdtrust-lifecycle/assess.mdagents/trust-lifecycle/authorize.mdtrust-lifecycle/authorize.mdagents/trust-lifecycle/monitor.mdtrust-lifecycle/monitor.mdagents/trust-lifecycle/verify.mdtrust-lifecycle/verify.mdagents/trust-lifecycle/session-replay.mdtrust-lifecycle/session-replay.mdagents/trust-lifecycle/adapt.mdtrust-lifecycle/adapt.mdconcepts/→ split acrosscore-concepts/anddeveloper-guide/concepts/trust-scores.mdcore-concepts/trust-scores.mdconcepts/trust-tiers.mdcore-concepts/trust-tiers.mdconcepts/governance-decisions.mdcore-concepts/governance-decisions.mdconcepts/event-types.mddeveloper-guide/event-types.mdsdk/→developer-guide/sdk/index.mddeveloper-guide/sdk-reference.mdsdk/configuration.mddeveloper-guide/configuration.mdsdk/error-handling.mddeveloper-guide/error-handling.mdgetting-started/workflow-engines/→developer-guide/getting-started/workflow-engines/temporal.mddeveloper-guide/temporal-integration-guide-python.mdcompliance/→administration/compliance/index.mdadministration/compliance-and-audit.mdcompliance/attestation.mdadministration/attestation-and-cryptographic-proof.mdorganization/→administration/organization/index.mdadministration/organization.mdorganization/audit-log.mdadministration/organization-audit-log.mdFiles modified in place (not moved)
api/index.mdapprovals/index.mdcompliance/frameworks.mddashboard/index.mddashboard/alerts.mddashboard/trust-overview.mdgetting-started/index.mdgetting-started/quick-start.mdgetting-started/troubleshooting.mdglossary.mdindex.mdsrc/pages/index.jsstatic/llms.txtsidebars.js