Skip to content

Commit bce2f0b

Browse files
committed
docs: analytics API reference + dashboard guide
1 parent 99d74a8 commit bce2f0b

4 files changed

Lines changed: 613 additions & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default defineConfig({
3838
{ text: 'Agent Identity', link: '/guide/identity' },
3939
{ text: 'Policies', link: '/guide/policies' },
4040
{ text: 'Audit Logging', link: '/guide/audit' },
41+
{ text: 'Analytics Dashboard', link: '/guide/analytics' },
4142
{ text: 'Alerting', link: '/guide/alerting' },
4243
]
4344
},
@@ -88,6 +89,7 @@ export default defineConfig({
8889
{ text: 'Authentication', link: '/api/authentication' },
8990
{ text: 'Gateway Endpoints', link: '/api/gateway' },
9091
{ text: 'Admin Endpoints', link: '/api/admin' },
92+
{ text: 'Analytics API', link: '/api/analytics' },
9193
{ text: 'Billing API', link: '/api/billing' },
9294
]
9395
}

0 commit comments

Comments
 (0)