# TechnicalDocsIndexPage

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/technical-docs/page.tsx#L21)

## Props

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

## Diagram

```mermaid
graph TD
    component_TechnicalDocsIndexPage_32fb2aea["TechnicalDocsIndexPage"]
    class component_TechnicalDocsIndexPage_32fb2aea rootComponent
```

## Relationships

- RENDERS → `EntityTree`
- RENDERS → `ArrowUpTrayIcon`
- RENDERS → `ArrowPathIcon`
- RENDERS → `FreshnessCockpit`
- RENDERS → `ConnectorsPanel`
- RENDERS → `DocsPrPanel`
- RENDERS → `SdkPanel`
- RENDERS → `ExportModal`
- RENDERS → `CodebaseChat`
- RENDERS → `CommandPalette`
- USES_HOOK → `useState`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useRouter`
- USES_HOOK → `useEffect`
