# DocPage

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/doc/[...segments]/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/doc/[...segments]/page.tsx#L134)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `params` | `Promise` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_DocPage_2e26b721["DocPage"]
    class component_DocPage_2e26b721 rootComponent
```

## Relationships

- RENDERS → `ExclamationTriangleIcon`
- RENDERS → `TableOfContents`
- RENDERS → `MDXEditor`
- USES_HOOK → `useSession`
- USES_HOOK → `useDocContext`
- USES_HOOK → `useState`
- USES_HOOK → `useRef`
- USES_HOOK → `useMemo`
- USES_HOOK → `useEffect`
