mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-27 11:14:59 +00:00
fix(docs): update document links without numeric prefixes
Fix broken links by removing numeric prefixes from document paths
This commit is contained in:
parent
19329480c8
commit
efe30b3972
16 changed files with 60 additions and 60 deletions
|
|
@ -69,4 +69,4 @@ make help
|
|||
|
||||
- [产品概述](./overview) - 深入了解产品特性
|
||||
- [典型应用场景](./use-cases) - 探索企业应用场景
|
||||
- [单机部署](../02-administration/deployment/single-machine) - 生产环境部署指南
|
||||
- [单机部署](../administration/deployment/single-machine) - 生产环境部署指南
|
||||
|
|
|
|||
|
|
@ -68,5 +68,5 @@ description: SkillHub 在企业中的典型应用场景
|
|||
|
||||
## 下一步
|
||||
|
||||
- [单机部署](../02-administration/deployment/single-machine) - 开始部署
|
||||
- [命名空间管理](../02-administration/governance/namespaces) - 了解组织治理
|
||||
- [单机部署](../administration/deployment/single-machine) - 开始部署
|
||||
- [命名空间管理](../administration/governance/namespaces) - 了解组织治理
|
||||
|
|
|
|||
|
|
@ -40,4 +40,4 @@ USER_ADMIN 或 SUPER_ADMIN 可封禁/解封用户。
|
|||
|
||||
## 下一步
|
||||
|
||||
- [创建技能包](../../03-user-guide/publishing/create-skill) - 开始发布技能
|
||||
- [创建技能包](../../user-guide/publishing/create-skill) - 开始发布技能
|
||||
|
|
|
|||
|
|
@ -39,4 +39,4 @@ description: 申请将团队技能提升到全局空间
|
|||
|
||||
## 下一步
|
||||
|
||||
- [API 概述](../../04-developer/api/overview) - API 集成
|
||||
- [API 概述](../../developer/api/overview) - API 集成
|
||||
|
|
|
|||
|
|
@ -51,4 +51,4 @@ SKILLHUB_STORAGE_S3_SECRET_KEY=xxx
|
|||
|
||||
## 下一步
|
||||
|
||||
- [常见问题](../../05-reference/faq) - FAQ
|
||||
- [常见问题](../../reference/faq) - FAQ
|
||||
|
|
|
|||
|
|
@ -42,4 +42,4 @@ description: 未来发展路线图
|
|||
|
||||
## 下一步
|
||||
|
||||
- [快速开始](../../01-getting-started/quick-start) - 开始使用
|
||||
- [快速开始](../../getting-started/quick-start) - 开始使用
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ description: 企业级 AI 技能注册表 - 安全可控的技能发布、发现
|
|||
安全可控的技能发布、发现与管理平台,保障企业数据主权
|
||||
</p>
|
||||
<div className="hero-section__cta">
|
||||
<a href="/01-getting-started/quick-start" className="btn-primary">立即部署</a>
|
||||
<a href="/01-getting-started/overview" className="btn-secondary">了解更多</a>
|
||||
<a href="/getting-started/quick-start" className="btn-primary">立即部署</a>
|
||||
<a href="/getting-started/overview" className="btn-secondary">了解更多</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -96,6 +96,6 @@ description: 企业级 AI 技能注册表 - 安全可控的技能发布、发现
|
|||
|
||||
## 下一步
|
||||
|
||||
- [快速开始](./01-getting-started/quick-start) - 一键启动 SkillHub
|
||||
- [产品概述](./01-getting-started/overview) - 了解更多产品特性
|
||||
- [部署指南](./02-administration/deployment/single-machine) - 生产环境部署
|
||||
- [快速开始](./getting-started/quick-start) - 一键启动 SkillHub
|
||||
- [产品概述](./getting-started/overview) - 了解更多产品特性
|
||||
- [部署指南](./administration/deployment/single-machine) - 生产环境部署
|
||||
|
|
|
|||
|
|
@ -80,15 +80,15 @@ const config = {
|
|||
items: [
|
||||
{
|
||||
label: '快速开始',
|
||||
to: '/01-getting-started/quick-start',
|
||||
to: '/getting-started/quick-start',
|
||||
},
|
||||
{
|
||||
label: '部署指南',
|
||||
to: '/02-administration/deployment/single-machine',
|
||||
to: '/administration/deployment/single-machine',
|
||||
},
|
||||
{
|
||||
label: 'API 参考',
|
||||
to: '/04-developer/api/overview',
|
||||
to: '/developer/api/overview',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -69,4 +69,4 @@ make help
|
|||
|
||||
- [Overview](./overview) - Deep dive into product features
|
||||
- [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
|
||||
|
|
|
|||
|
|
@ -68,5 +68,5 @@ description: Typical enterprise application scenarios for SkillHub
|
|||
|
||||
## Next Steps
|
||||
|
||||
- [Single Machine Deployment](../02-administration/deployment/single-machine) - Start deployment
|
||||
- [Namespace Management](../02-administration/governance/namespaces) - Learn about organization governance
|
||||
- [Single Machine Deployment](../administration/deployment/single-machine) - Start deployment
|
||||
- [Namespace Management](../administration/governance/namespaces) - Learn about organization governance
|
||||
|
|
|
|||
|
|
@ -40,4 +40,4 @@ Supports merging multiple accounts into one, preserving operation history.
|
|||
|
||||
## 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
|
||||
|
|
|
|||
|
|
@ -39,4 +39,4 @@ Excellent team skills can be applied for promotion to the global namespace for e
|
|||
|
||||
## Next Steps
|
||||
|
||||
- [API Overview](../../04-developer/api/overview) - API integration
|
||||
- [API Overview](../../developer/api/overview) - API integration
|
||||
|
|
|
|||
|
|
@ -51,4 +51,4 @@ Implement `ObjectStorageService` interface and register as Spring Bean.
|
|||
|
||||
## Next Steps
|
||||
|
||||
- [FAQ](../../05-reference/faq) - FAQ
|
||||
- [FAQ](../../reference/faq) - FAQ
|
||||
|
|
|
|||
|
|
@ -42,4 +42,4 @@ description: Future development roadmap
|
|||
|
||||
## Next Steps
|
||||
|
||||
- [Quick Start](../../01-getting-started/quick-start) - Get started
|
||||
- [Quick Start](../../getting-started/quick-start) - Get started
|
||||
|
|
|
|||
|
|
@ -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
|
||||
</p>
|
||||
<div className="hero-section__cta">
|
||||
<a href="/01-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/quick-start" className="btn-primary">Deploy Now</a>
|
||||
<a href="/getting-started/overview" className="btn-secondary">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -96,6 +96,6 @@ description: Enterprise-grade AI Skill Registry - Secure, controllable skill pub
|
|||
|
||||
## Next Steps
|
||||
|
||||
- [Quick Start](./01-getting-started/quick-start) - Deploy SkillHub with one command
|
||||
- [Overview](./01-getting-started/overview) - Learn more about product features
|
||||
- [Deployment Guide](./02-administration/deployment/single-machine) - Production deployment
|
||||
- [Quick Start](./getting-started/quick-start) - Deploy SkillHub with one command
|
||||
- [Overview](./getting-started/overview) - Learn more about product features
|
||||
- [Deployment Guide](./administration/deployment/single-machine) - Production deployment
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ const sidebars = {
|
|||
type: 'generated-index',
|
||||
},
|
||||
items: [
|
||||
'01-getting-started/overview',
|
||||
'01-getting-started/quick-start',
|
||||
'01-getting-started/use-cases',
|
||||
'getting-started/overview',
|
||||
'getting-started/quick-start',
|
||||
'getting-started/use-cases',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
@ -25,27 +25,27 @@ const sidebars = {
|
|||
type: 'category',
|
||||
label: '部署指南',
|
||||
items: [
|
||||
'02-administration/deployment/single-machine',
|
||||
'02-administration/deployment/kubernetes',
|
||||
'02-administration/deployment/configuration',
|
||||
'administration/deployment/single-machine',
|
||||
'administration/deployment/kubernetes',
|
||||
'administration/deployment/configuration',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: '安全与合规',
|
||||
items: [
|
||||
'02-administration/security/authentication',
|
||||
'02-administration/security/authorization',
|
||||
'02-administration/security/audit-logs',
|
||||
'administration/security/authentication',
|
||||
'administration/security/authorization',
|
||||
'administration/security/audit-logs',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: '治理与运营',
|
||||
items: [
|
||||
'02-administration/governance/namespaces',
|
||||
'02-administration/governance/review-workflow',
|
||||
'02-administration/governance/user-management',
|
||||
'administration/governance/namespaces',
|
||||
'administration/governance/review-workflow',
|
||||
'administration/governance/user-management',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
@ -61,26 +61,26 @@ const sidebars = {
|
|||
type: 'category',
|
||||
label: '发布技能',
|
||||
items: [
|
||||
'03-user-guide/publishing/create-skill',
|
||||
'03-user-guide/publishing/publish',
|
||||
'03-user-guide/publishing/versioning',
|
||||
'user-guide/publishing/create-skill',
|
||||
'user-guide/publishing/publish',
|
||||
'user-guide/publishing/versioning',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: '发现与使用',
|
||||
items: [
|
||||
'03-user-guide/discovery/search',
|
||||
'03-user-guide/discovery/install',
|
||||
'03-user-guide/discovery/ratings',
|
||||
'user-guide/discovery/search',
|
||||
'user-guide/discovery/install',
|
||||
'user-guide/discovery/ratings',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: '协作',
|
||||
items: [
|
||||
'03-user-guide/collaboration/namespaces',
|
||||
'03-user-guide/collaboration/promotion',
|
||||
'user-guide/collaboration/namespaces',
|
||||
'user-guide/collaboration/promotion',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
@ -96,27 +96,27 @@ const sidebars = {
|
|||
type: 'category',
|
||||
label: 'API 参考',
|
||||
items: [
|
||||
'04-developer/api/overview',
|
||||
'04-developer/api/public',
|
||||
'04-developer/api/authenticated',
|
||||
'04-developer/api/cli-compat',
|
||||
'developer/api/overview',
|
||||
'developer/api/public',
|
||||
'developer/api/authenticated',
|
||||
'developer/api/cli-compat',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: '架构设计',
|
||||
items: [
|
||||
'04-developer/architecture/overview',
|
||||
'04-developer/architecture/domain-model',
|
||||
'04-developer/architecture/security',
|
||||
'developer/architecture/overview',
|
||||
'developer/architecture/domain-model',
|
||||
'developer/architecture/security',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: '扩展与集成',
|
||||
items: [
|
||||
'04-developer/plugins/skill-protocol',
|
||||
'04-developer/plugins/storage-spi',
|
||||
'developer/plugins/skill-protocol',
|
||||
'developer/plugins/storage-spi',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
@ -128,10 +128,10 @@ const sidebars = {
|
|||
type: 'generated-index',
|
||||
},
|
||||
items: [
|
||||
'05-reference/faq',
|
||||
'05-reference/troubleshooting',
|
||||
'05-reference/changelog',
|
||||
'05-reference/roadmap',
|
||||
'reference/faq',
|
||||
'reference/troubleshooting',
|
||||
'reference/changelog',
|
||||
'reference/roadmap',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue