> ## Documentation Index
> Fetch the complete documentation index at: https://hahnbee.mintlify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Page tree and auth groups for this test site

# 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

| Page                     | Canary                        | Access                         |
| ------------------------ | ----------------------------- | ------------------------------ |
| `overview`               | `CANARY-PUBLIC-OVERVIEW-TREE` | Everyone                       |
| `introduction`           | `CANARY-PUBLIC-INTRO`         | Everyone                       |
| `public/overview`        | `CANARY-PUBLIC-OVERVIEW`      | Everyone                       |
| `shared/faq`             | `CANARY-SHARED-FAQ-55`        | Any authenticated user         |
| `engineering/internal`   | `CANARY-ENG-SECRET-42`        | `engineering` group only       |
| `engineering/roadmap`    | `CANARY-ENG-ROADMAP-77`       | `engineering` group only       |
| `sales/playbook`         | `CANARY-SALES-PLAYBOOK-88`    | `sales` group only             |
| `cross-team/launch-plan` | `CANARY-CROSS-LAUNCH-33`      | `engineering` OR `sales` group |
| `admin/config`           | `CANARY-ADMIN-CONFIG-99`      | `admin` group only             |

```yaml theme={null}
---
title: Overview
description: Page tree and auth groups for this test site
public: true
---
```
