skillhub/document/docs/02-administration/governance/namespaces.md
tww 3e2f25a42f feat(docs): initialize Docusaurus documentation website
- Initialize Docusaurus project structure
- Add Chinese documentation (all sections)
- Add English documentation (getting started section)
- Custom iFlytek blue theme styling
- Enterprise value focused homepage design
2026-03-15 18:27:32 +08:00

56 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 命名空间管理
sidebar_position: 1
description: 命名空间创建与管理
---
# 命名空间管理
命名空间是 SkillHub 中技能的隔离边界和协作单元。
## 命名空间类型
| 类型 | 前缀 | 说明 |
|------|------|------|
| 全局 | `@global` | 平台级公共空间,由平台管理员管理 |
| 团队 | `@team-*` | 团队/部门空间,由团队管理员管理 |
## 创建命名空间
1. 登录后进入"我的命名空间"
2. 点击"创建命名空间"
3. 填写信息:
- 标识slugURL 友好名称
- 显示名:展示名称
- 描述:空间用途说明
4. 提交创建
## 命名空间成员管理
### 添加成员
1. 进入命名空间设置
2. 进入"成员管理"
3. 输入用户名搜索
4. 选择角色OWNER/ADMIN/MEMBER
5. 确认添加
### 角色变更
命名空间 OWNER 或 ADMIN 可变更成员角色。
### 移除成员
命名空间 OWNER 或 ADMIN 可移除成员。
## 命名空间状态
| 状态 | 说明 |
|------|------|
| `ACTIVE` | 正常使用 |
| `FROZEN` | 冻结,只读不可发布 |
| `ARCHIVED` | 归档,对外不可见 |
## 下一步
- [审核流程](./review-workflow) - 了解技能审核