v0.1.17
v0.1.17 - Apply sidebar 07 to docs navigation
v0.1.17's headline update: Rebuilt the docs sidebar tree on top of the existing shadcn sidebar primitives used by sidebar-07: SidebarGroup, SidebarMenu, SidebarMenuButton, SidebarMenuAction, and SidebarMenuSub. It includes 3 merged pull requests with structured public notes, validation, and changelog sync metadata.

Why It Matters
The docs sidebar should speak the same UI language as the main Agent Mag sidebar. Using the sidebar-07 structure gives the docs navigation better collapsible behavior, cleaner row hierarchy, and tooltip-compatible top-level entries without replacing the existing app sidebar implementation.
The old apex domain should no longer serve or preserve old app paths. Typing www.theagentmag.com/ or opening stale apex URLs like /read should land on the canonical .dev homepage.
The repository front page should match the public .dev migration and explain what Agent Mag is now: media, discovery, newsletter, CLI, marketplace, docs, and tools for AI agent builders.
What Changed
- Rebuilt the docs sidebar tree on top of the existing shadcn sidebar primitives used by sidebar-07: SidebarGroup, SidebarMenu, SidebarMenuButton, SidebarMenuAction, and SidebarMenuSub.
- Preserved the Agent Mag docs icon mapping, active state behavior, and Fumadocs page-tree integration.
- Added docs-only sidebar CSS for compact rows, nested submenus, border/active states, and chevron alignment.
- Kept the actual app shadcn/sidebar files untouched; npx shadcn@latest add sidebar-07 --dry-run showed it would overwrite shared app sidebar files, so this update adapts the block pattern instead of installing over local components.
- Collapse legacy apex hosts theagentmag.com and www.theagentmag.com to https://agentmag.dev/ for every non-asset path.
- Keep legacy subdomains redirecting to their matching .dev hosts.
- Rewrote the root README around the canonical agentmag.dev domain and current Agent Mag ecosystem positioning.
- Added public surface, domain redirect, Azure resource, deployment, local development, CLI, and ops notes.
- Kept @theagentmag.com references only where they are intentional for email sender stability.
Included work
- Update 82Apply sidebar 07 to docs navigation
- Update 83Redirect old apex to home
- Update 84Update README and repo domain


































