diff --git a/architecture/deployments.md b/architecture/deployments.md index d45f7a2..a13c407 100644 --- a/architecture/deployments.md +++ b/architecture/deployments.md @@ -1,8 +1,12 @@ # Deployment Architecture Pattern -**Last Updated**: 2026-01-25 +**Last Updated**: 2026-01-29 -This document describes the `@deployments/` architecture pattern used to separate brand-specific configurations from the core marketplace application. +> **Note**: Deployments have been migrated to `./deployments/@domains/`. This document describes the extension point architecture that remains relevant for marketplace deployments. +> +> **Locale files** are now at: `./deployments/@domains/{domain}.www/root/locales/{lang}/` + +This document describes the deployment architecture pattern used to separate brand-specific configurations from the core marketplace application. ---