chore(core): remove retired site_domain helper and update docs

This commit is contained in:
Scott Idem
2026-06-02 14:34:19 -04:00
parent 87084f0f71
commit 84a9d0fffc
4 changed files with 14 additions and 87 deletions

View File

@@ -28,7 +28,7 @@ The Aether system is built on a foundation of several core modules. The UI compo
### Sites & Site Domains
- **Description:** Manages different sites or instances of the application and their associated domain names. This allows for multi-tenant configurations.
- **Logic:** `src/lib/ae_core/core__site.ts` and `core__site_domain.ts`
- **Logic:** `src/lib/ae_core/core__site.ts`
### Users