Skip to content

Commit

Permalink
docs: api content
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Jan 17, 2025
1 parent 910a97f commit 5d84107
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ function sidebarAPI(): DefaultTheme.SidebarItem[] {
{ text: 'login', link: 'py-login' },
{ text: 'integration', link: 'py-integration' },
{ text: 'converter', link: 'py-converter' },
{ text: 'sync_wandb', link: 'py-sync-wandb' },
]
},
{
Expand Down
1 change: 1 addition & 0 deletions .vitepress/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ function sidebarAPI(): DefaultTheme.SidebarItem[] {
{ text: 'login', link: 'py-login' },
{ text: 'integration', link: 'py-integration' },
{ text: 'converter', link: 'py-converter' },
{ text: 'sync_wandb', link: 'py-sync-wandb' },
]
},
{
Expand Down
3 changes: 3 additions & 0 deletions en/api/py-sync-wandb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# swanlab.sync_wandb

Synchronize wandb metrics to SwanLab., [Docs](/en/guide_cloud/integration/integration-wandb.md)
3 changes: 3 additions & 0 deletions zh/api/py-sync-wandb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# swanlab.sync_wandb

将wandb的指标同步到SwanLab, [文档](/guide_cloud/integration/integration-wandb.md)

0 comments on commit 5d84107

Please sign in to comment.