fix(docs): update document links without numeric prefixes

Fix broken links by removing numeric prefixes from document paths
This commit is contained in:
tww 2026-03-15 19:07:31 +08:00
parent 19329480c8
commit efe30b3972
16 changed files with 60 additions and 60 deletions

View file

@ -69,4 +69,4 @@ make help
- [产品概述](./overview) - 深入了解产品特性 - [产品概述](./overview) - 深入了解产品特性
- [典型应用场景](./use-cases) - 探索企业应用场景 - [典型应用场景](./use-cases) - 探索企业应用场景
- [单机部署](../02-administration/deployment/single-machine) - 生产环境部署指南 - [单机部署](../administration/deployment/single-machine) - 生产环境部署指南

View file

@ -68,5 +68,5 @@ description: SkillHub 在企业中的典型应用场景
## 下一步 ## 下一步
- [单机部署](../02-administration/deployment/single-machine) - 开始部署 - [单机部署](../administration/deployment/single-machine) - 开始部署
- [命名空间管理](../02-administration/governance/namespaces) - 了解组织治理 - [命名空间管理](../administration/governance/namespaces) - 了解组织治理

View file

@ -40,4 +40,4 @@ USER_ADMIN 或 SUPER_ADMIN 可封禁/解封用户。
## 下一步 ## 下一步
- [创建技能包](../../03-user-guide/publishing/create-skill) - 开始发布技能 - [创建技能包](../../user-guide/publishing/create-skill) - 开始发布技能

View file

@ -39,4 +39,4 @@ description: 申请将团队技能提升到全局空间
## 下一步 ## 下一步
- [API 概述](../../04-developer/api/overview) - API 集成 - [API 概述](../../developer/api/overview) - API 集成

View file

@ -51,4 +51,4 @@ SKILLHUB_STORAGE_S3_SECRET_KEY=xxx
## 下一步 ## 下一步
- [常见问题](../../05-reference/faq) - FAQ - [常见问题](../../reference/faq) - FAQ

View file

@ -42,4 +42,4 @@ description: 未来发展路线图
## 下一步 ## 下一步
- [快速开始](../../01-getting-started/quick-start) - 开始使用 - [快速开始](../../getting-started/quick-start) - 开始使用

View file

@ -13,8 +13,8 @@ description: 企业级 AI 技能注册表 - 安全可控的技能发布、发现
安全可控的技能发布、发现与管理平台,保障企业数据主权 安全可控的技能发布、发现与管理平台,保障企业数据主权
</p> </p>
<div className="hero-section__cta"> <div className="hero-section__cta">
<a href="/01-getting-started/quick-start" className="btn-primary">立即部署</a> <a href="/getting-started/quick-start" className="btn-primary">立即部署</a>
<a href="/01-getting-started/overview" className="btn-secondary">了解更多</a> <a href="/getting-started/overview" className="btn-secondary">了解更多</a>
</div> </div>
</div> </div>
</section> </section>
@ -96,6 +96,6 @@ description: 企业级 AI 技能注册表 - 安全可控的技能发布、发现
## 下一步 ## 下一步
- [快速开始](./01-getting-started/quick-start) - 一键启动 SkillHub - [快速开始](./getting-started/quick-start) - 一键启动 SkillHub
- [产品概述](./01-getting-started/overview) - 了解更多产品特性 - [产品概述](./getting-started/overview) - 了解更多产品特性
- [部署指南](./02-administration/deployment/single-machine) - 生产环境部署 - [部署指南](./administration/deployment/single-machine) - 生产环境部署

View file

@ -80,15 +80,15 @@ const config = {
items: [ items: [
{ {
label: '快速开始', label: '快速开始',
to: '/01-getting-started/quick-start', to: '/getting-started/quick-start',
}, },
{ {
label: '部署指南', label: '部署指南',
to: '/02-administration/deployment/single-machine', to: '/administration/deployment/single-machine',
}, },
{ {
label: 'API 参考', label: 'API 参考',
to: '/04-developer/api/overview', to: '/developer/api/overview',
}, },
], ],
}, },

View file

@ -69,4 +69,4 @@ make help
- [Overview](./overview) - Deep dive into product features - [Overview](./overview) - Deep dive into product features
- [Use Cases](./use-cases) - Explore enterprise application scenarios - [Use Cases](./use-cases) - Explore enterprise application scenarios
- [Single Machine Deployment](../02-administration/deployment/single-machine) - Production deployment guide - [Single Machine Deployment](../administration/deployment/single-machine) - Production deployment guide

View file

@ -68,5 +68,5 @@ description: Typical enterprise application scenarios for SkillHub
## Next Steps ## Next Steps
- [Single Machine Deployment](../02-administration/deployment/single-machine) - Start deployment - [Single Machine Deployment](../administration/deployment/single-machine) - Start deployment
- [Namespace Management](../02-administration/governance/namespaces) - Learn about organization governance - [Namespace Management](../administration/governance/namespaces) - Learn about organization governance

View file

@ -40,4 +40,4 @@ Supports merging multiple accounts into one, preserving operation history.
## Next Steps ## Next Steps
- [Create Skill Package](../../03-user-guide/publishing/create-skill) - Start publishing skills - [Create Skill Package](../../user-guide/publishing/create-skill) - Start publishing skills

View file

@ -39,4 +39,4 @@ Excellent team skills can be applied for promotion to the global namespace for e
## Next Steps ## Next Steps
- [API Overview](../../04-developer/api/overview) - API integration - [API Overview](../../developer/api/overview) - API integration

View file

@ -51,4 +51,4 @@ Implement `ObjectStorageService` interface and register as Spring Bean.
## Next Steps ## Next Steps
- [FAQ](../../05-reference/faq) - FAQ - [FAQ](../../reference/faq) - FAQ

View file

@ -42,4 +42,4 @@ description: Future development roadmap
## Next Steps ## Next Steps
- [Quick Start](../../01-getting-started/quick-start) - Get started - [Quick Start](../../getting-started/quick-start) - Get started

View file

@ -13,8 +13,8 @@ description: Enterprise-grade AI Skill Registry - Secure, controllable skill pub
Secure, controllable skill publishing, discovery, and management platform with full enterprise data sovereignty Secure, controllable skill publishing, discovery, and management platform with full enterprise data sovereignty
</p> </p>
<div className="hero-section__cta"> <div className="hero-section__cta">
<a href="/01-getting-started/quick-start" className="btn-primary">Deploy Now</a> <a href="/getting-started/quick-start" className="btn-primary">Deploy Now</a>
<a href="/01-getting-started/overview" className="btn-secondary">Learn More</a> <a href="/getting-started/overview" className="btn-secondary">Learn More</a>
</div> </div>
</div> </div>
</section> </section>
@ -96,6 +96,6 @@ description: Enterprise-grade AI Skill Registry - Secure, controllable skill pub
## Next Steps ## Next Steps
- [Quick Start](./01-getting-started/quick-start) - Deploy SkillHub with one command - [Quick Start](./getting-started/quick-start) - Deploy SkillHub with one command
- [Overview](./01-getting-started/overview) - Learn more about product features - [Overview](./getting-started/overview) - Learn more about product features
- [Deployment Guide](./02-administration/deployment/single-machine) - Production deployment - [Deployment Guide](./administration/deployment/single-machine) - Production deployment

View file

@ -9,9 +9,9 @@ const sidebars = {
type: 'generated-index', type: 'generated-index',
}, },
items: [ items: [
'01-getting-started/overview', 'getting-started/overview',
'01-getting-started/quick-start', 'getting-started/quick-start',
'01-getting-started/use-cases', 'getting-started/use-cases',
], ],
}, },
{ {
@ -25,27 +25,27 @@ const sidebars = {
type: 'category', type: 'category',
label: '部署指南', label: '部署指南',
items: [ items: [
'02-administration/deployment/single-machine', 'administration/deployment/single-machine',
'02-administration/deployment/kubernetes', 'administration/deployment/kubernetes',
'02-administration/deployment/configuration', 'administration/deployment/configuration',
], ],
}, },
{ {
type: 'category', type: 'category',
label: '安全与合规', label: '安全与合规',
items: [ items: [
'02-administration/security/authentication', 'administration/security/authentication',
'02-administration/security/authorization', 'administration/security/authorization',
'02-administration/security/audit-logs', 'administration/security/audit-logs',
], ],
}, },
{ {
type: 'category', type: 'category',
label: '治理与运营', label: '治理与运营',
items: [ items: [
'02-administration/governance/namespaces', 'administration/governance/namespaces',
'02-administration/governance/review-workflow', 'administration/governance/review-workflow',
'02-administration/governance/user-management', 'administration/governance/user-management',
], ],
}, },
], ],
@ -61,26 +61,26 @@ const sidebars = {
type: 'category', type: 'category',
label: '发布技能', label: '发布技能',
items: [ items: [
'03-user-guide/publishing/create-skill', 'user-guide/publishing/create-skill',
'03-user-guide/publishing/publish', 'user-guide/publishing/publish',
'03-user-guide/publishing/versioning', 'user-guide/publishing/versioning',
], ],
}, },
{ {
type: 'category', type: 'category',
label: '发现与使用', label: '发现与使用',
items: [ items: [
'03-user-guide/discovery/search', 'user-guide/discovery/search',
'03-user-guide/discovery/install', 'user-guide/discovery/install',
'03-user-guide/discovery/ratings', 'user-guide/discovery/ratings',
], ],
}, },
{ {
type: 'category', type: 'category',
label: '协作', label: '协作',
items: [ items: [
'03-user-guide/collaboration/namespaces', 'user-guide/collaboration/namespaces',
'03-user-guide/collaboration/promotion', 'user-guide/collaboration/promotion',
], ],
}, },
], ],
@ -96,27 +96,27 @@ const sidebars = {
type: 'category', type: 'category',
label: 'API 参考', label: 'API 参考',
items: [ items: [
'04-developer/api/overview', 'developer/api/overview',
'04-developer/api/public', 'developer/api/public',
'04-developer/api/authenticated', 'developer/api/authenticated',
'04-developer/api/cli-compat', 'developer/api/cli-compat',
], ],
}, },
{ {
type: 'category', type: 'category',
label: '架构设计', label: '架构设计',
items: [ items: [
'04-developer/architecture/overview', 'developer/architecture/overview',
'04-developer/architecture/domain-model', 'developer/architecture/domain-model',
'04-developer/architecture/security', 'developer/architecture/security',
], ],
}, },
{ {
type: 'category', type: 'category',
label: '扩展与集成', label: '扩展与集成',
items: [ items: [
'04-developer/plugins/skill-protocol', 'developer/plugins/skill-protocol',
'04-developer/plugins/storage-spi', 'developer/plugins/storage-spi',
], ],
}, },
], ],
@ -128,10 +128,10 @@ const sidebars = {
type: 'generated-index', type: 'generated-index',
}, },
items: [ items: [
'05-reference/faq', 'reference/faq',
'05-reference/troubleshooting', 'reference/troubleshooting',
'05-reference/changelog', 'reference/changelog',
'05-reference/roadmap', 'reference/roadmap',
], ],
}, },
], ],