Skip to content

Commit

Permalink
fix route
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Nov 27, 2024
1 parent 6663be8 commit 6863c55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 86 deletions.
77 changes: 0 additions & 77 deletions .vitepress/vue-official.mts

This file was deleted.

8 changes: 4 additions & 4 deletions .vitepress/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@ export const zh = defineConfig({
{
text: '用户指南',
link: base_path_guide_cloud + '/general/what-is-swanlab',
activeMatch: 'h/guide_cloud/',
activeMatch: '/guide_cloud/',
},
{
text: '案例',
link: base_path_examples + '/mnist',
activeMatch: 'h/examples/',
activeMatch: '/examples/',
},
{
text: 'API',
link: base_path_api + '/api-index',
activeMatch: 'h/api/',
activeMatch: '/api/',
},
{ text: 'v0.3.27', items: [
{ text: '更新日志', link: base_path_guide_cloud + '/general/changelog' },
{ text: '参与贡献', link: 'https://github.com/SwanHubX/SwanLab/blob/main/CONTRIBUTING.md' },
{ text: '建议反馈', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI'}
] },
{ text: '在线交流', link: 'h/guide_cloud/community/online-support'},
{ text: '在线交流', link: '/guide_cloud/community/online-support'},
{ text: '官网', link: 'https://swanlab.cn' },
],

Expand Down
10 changes: 5 additions & 5 deletions zh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hero:
actions:
- theme: brand
text: 访问文档
link: /zh/guide_cloud/general/what-is-swanlab.md
link: /guide_cloud/general/what-is-swanlab.md
- theme: brand
text: 官网
link: https://dev101.swanlab.cn
Expand All @@ -29,22 +29,22 @@ features:
- icon: 🚢
title: 快速开始
details: 安装 SwanLab 并在几分钟内开始跟踪你的人工智能实验。
link: /zh/guide_cloud/general/quick-start.md
link: /guide_cloud/general/quick-start.md

- icon: 📚
title: 案例
details: SwanLab官方案例合集,更好地理解SwanLab在人工智能pipeline中扮演的角色和作用。
link: /zh/examples/mnist
link: /examples/mnist

- icon: 🤗
title: 集成
details: 与HuggingFace Transformers、PyTorch Lightning、Hydra等主流框架的集成文档。
link: /zh/guide_cloud/integration/integration-pytorch-lightning.md
link: /guide_cloud/integration/integration-pytorch-lightning.md

- icon: ⚡️
title: API文档
details: Python库和CLI的完整API文档
link: zh/api/api-index
link: /api/api-index

---

Expand Down

0 comments on commit 6863c55

Please sign in to comment.