# FooterConfig

**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#L61)

## Properties

| Property | Type |
|---|---|
| `descriptionKey` | `string` |
| `linkGroups` | `Array<{
    titleKey: string;
    links: Array<{ labelKey: string; href: string }>;
  }>` |
| `legalLinks` | `Array<{ labelKey: string; href: string }>` |
