Skip to content

Commit 9d6c7f3

Browse files
committed
Move organization and territory modules to new domains
Refactored organization-related files from 'system' to 'auth' and territory-related files from 'system' to 'permission' across documentation, JSON schemas, and TypeScript modules. Updated meta.json files and index exports to reflect the new structure, improving domain separation and maintainability.
1 parent 495dfeb commit 9d6c7f3

File tree

24 files changed

+5
-6
lines changed

24 files changed

+5
-6
lines changed

content/docs/references/auth/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"pages": [
55
"config",
66
"identity",
7+
"organization",
78
"policy",
89
"role"
910
]

content/docs/references/system/organization/Invitation.mdx renamed to content/docs/references/auth/organization/Invitation.mdx

File renamed without changes.

content/docs/references/system/organization/InvitationStatus.mdx renamed to content/docs/references/auth/organization/InvitationStatus.mdx

File renamed without changes.
File renamed without changes.

content/docs/references/system/organization/Organization.mdx renamed to content/docs/references/auth/organization/Organization.mdx

File renamed without changes.
File renamed without changes.

content/docs/references/permission/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"root": true,
44
"pages": [
55
"permission",
6-
"sharing"
6+
"sharing",
7+
"territory"
78
]
89
}

content/docs/references/system/territory/Territory.mdx renamed to content/docs/references/permission/territory/Territory.mdx

File renamed without changes.

content/docs/references/system/territory/TerritoryModel.mdx renamed to content/docs/references/permission/territory/TerritoryModel.mdx

File renamed without changes.

content/docs/references/system/territory/TerritoryType.mdx renamed to content/docs/references/permission/territory/TerritoryType.mdx

File renamed without changes.

0 commit comments

Comments
 (0)