Skip to content

Commit 5d84107

Browse files
committed
docs: api content
1 parent 910a97f commit 5d84107

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.vitepress/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ function sidebarAPI(): DefaultTheme.SidebarItem[] {
256256
{ text: 'login', link: 'py-login' },
257257
{ text: 'integration', link: 'py-integration' },
258258
{ text: 'converter', link: 'py-converter' },
259+
{ text: 'sync_wandb', link: 'py-sync-wandb' },
259260
]
260261
},
261262
{

.vitepress/zh.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ function sidebarAPI(): DefaultTheme.SidebarItem[] {
256256
{ text: 'login', link: 'py-login' },
257257
{ text: 'integration', link: 'py-integration' },
258258
{ text: 'converter', link: 'py-converter' },
259+
{ text: 'sync_wandb', link: 'py-sync-wandb' },
259260
]
260261
},
261262
{

en/api/py-sync-wandb.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# swanlab.sync_wandb
2+
3+
Synchronize wandb metrics to SwanLab., [Docs](/en/guide_cloud/integration/integration-wandb.md)

zh/api/py-sync-wandb.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# swanlab.sync_wandb
2+
3+
将wandb的指标同步到SwanLab, [文档](/guide_cloud/integration/integration-wandb.md)

0 commit comments

Comments
 (0)