diff --git a/.vitepress/en.ts b/.vitepress/en.ts index 6a7d377..3625f32 100644 --- a/.vitepress/en.ts +++ b/.vitepress/en.ts @@ -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' }, ] }, { diff --git a/.vitepress/zh.ts b/.vitepress/zh.ts index c366f70..a080e45 100644 --- a/.vitepress/zh.ts +++ b/.vitepress/zh.ts @@ -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' }, ] }, { diff --git a/en/api/py-sync-wandb.md b/en/api/py-sync-wandb.md new file mode 100644 index 0000000..9291996 --- /dev/null +++ b/en/api/py-sync-wandb.md @@ -0,0 +1,3 @@ +# swanlab.sync_wandb + +Synchronize wandb metrics to SwanLab., [Docs](/en/guide_cloud/integration/integration-wandb.md) \ No newline at end of file diff --git a/zh/api/py-sync-wandb.md b/zh/api/py-sync-wandb.md new file mode 100644 index 0000000..8017ac0 --- /dev/null +++ b/zh/api/py-sync-wandb.md @@ -0,0 +1,3 @@ +# swanlab.sync_wandb + +将wandb的指标同步到SwanLab, [文档](/guide_cloud/integration/integration-wandb.md) \ No newline at end of file