skillhub/document/i18n/en/docusaurus-plugin-content-docs/current/02-administration/governance/namespaces.md
tww 19329480c8 feat(docs): complete Docusaurus website with bilingual support
Add complete bilingual (Chinese/English) documentation website:
- Chinese documentation in docs/
- English documentation in i18n/en/
- iFlytek blue theme customization
- Role-based navigation structure
- ToB enterprise value-focused content
2026-03-15 18:36:59 +08:00

1.3 KiB

title sidebar_position description
Namespace Management 1 Namespace creation and management

Namespace Management

Namespaces are the isolation boundary and collaboration unit for skills in SkillHub.

Namespace Types

Type Prefix Description
Global @global Platform-level public space, managed by platform admins
Team @team-* Team/department space, managed by team admins

Create Namespace

  1. After login, go to "My Namespaces"
  2. Click "Create Namespace"
  3. Fill in information:
    • Slug: URL-friendly name
    • Display name: Display name
    • Description: Space purpose description
  4. Submit creation

Namespace Member Management

Add Member

  1. Go to namespace settings
  2. Go to "Member Management"
  3. Enter username to search
  4. Select role (OWNER/ADMIN/MEMBER)
  5. Confirm addition

Role Change

Namespace OWNER or ADMIN can change member roles.

Remove Member

Namespace OWNER or ADMIN can remove members.

Namespace Status

Status Description
ACTIVE Normal use
FROZEN Frozen, read-only, cannot publish
ARCHIVED Archived, not visible externally

Next Steps