# SiteAssemblyConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/site-gen-core/src/assembler/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/assembler/types.ts#L10)

Site Assembler Types

All interfaces for the deterministic site assembly pipeline.
The AI agent provides a SiteAssemblyConfig; the assembler produces a working site.

## Properties

| Property | Type |
|---|---|
| `assemblyId` | `string` |
| `outputDir` | `string` |
| `site` | `SiteConfig` |
| `sections` | `SectionSelection[]` |
| `nav` | `NavConfig` |
| `footer` | `FooterConfig` |
| `locales` | `LocaleConfig[]` |
| `seo` | `SeoConfig` |
