Skip to main content

Overview

This page is public and shows the full page tree with auth group assignments. Canary: CANARY-PUBLIC-OVERVIEW-TREE
docs/
├── overview.mdx              ← public: true (this page)
├── introduction.mdx          ← no restrictions
├── public/
│   └── overview.mdx          ← public: true
├── shared/
│   └── faq.mdx               ← no groups (any auth'd user)
├── engineering/
│   ├── internal.mdx          ← groups: [engineering]
│   └── roadmap.mdx           ← groups: [engineering]
├── sales/
│   └── playbook.mdx          ← groups: [sales]
├── cross-team/
│   └── launch-plan.mdx       ← groups: [engineering, sales]
└── admin/
    └── config.mdx            ← groups: [admin]

Canary Reference

PageCanaryAccess
overviewCANARY-PUBLIC-OVERVIEW-TREEEveryone
introductionCANARY-PUBLIC-INTROEveryone
public/overviewCANARY-PUBLIC-OVERVIEWEveryone
shared/faqCANARY-SHARED-FAQ-55Any authenticated user
engineering/internalCANARY-ENG-SECRET-42engineering group only
engineering/roadmapCANARY-ENG-ROADMAP-77engineering group only
sales/playbookCANARY-SALES-PLAYBOOK-88sales group only
cross-team/launch-planCANARY-CROSS-LAUNCH-33engineering OR sales group
admin/configCANARY-ADMIN-CONFIG-99admin group only
---
title: Overview
description: Page tree and auth groups for this test site
public: true
---