Skip to content

Commit e258bb4

Browse files
authored
docs(multi-tenancy): remove multi-tenancy feature-flag
1 parent 1d8844a commit e258bb4

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

docs/administration/multi-tenancy.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Multi-tenancy
22

3-
!!! tip "Under construction"
4-
5-
This feature is under development.
6-
7-
{% if "multi-tenancy" in (config.extra.feature_flags.enabled|string|lower|replace(" ", "")).split(",") %}
83
This page explains how to configure and manage multi-tenancy in OpenAEV, enabling multiple isolated workspaces on a single platform instance.
94

105
!!! tip "Enterprise Edition"
@@ -107,4 +102,3 @@ OPENAEV_PROVIDER_AZURE_TENANT_ID=<your-tenant-uuid>
107102
- [Enterprise Edition](enterprise.md) — Activate your EE license
108103
- [Authentication](../deployment/authentication.md) — Set up SSO providers for tenant mapping
109104
- [Hub](hub.md) — Manage platform-wide resources shared across tenants
110-
{% endif %}

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extra_css:
3535
# Extra
3636
extra:
3737
feature_flags:
38-
enabled: !ENV [DOCS_FEATURE_FLAGS] # enabled: !ENV [DOCS_FEATURE_FLAGS, "audit-log,multi-tenancy"]
38+
enabled: !ENV [DOCS_FEATURE_FLAGS] # enabled: !ENV [DOCS_FEATURE_FLAGS, "audit-log"]
3939
version:
4040
provider: mike
4141
analytics:

0 commit comments

Comments
 (0)