Add pipelines, reports, and serving API references to sidebars

This commit is contained in:
Noam Wasersprung 2025-04-06 12:15:03 +03:00 committed by GitHub
commit 970e4532fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 22 additions and 4 deletions

View File

@ -0,0 +1,5 @@
---
title: pipelines
---
**AutoGenerated PlaceHolder**

View File

@ -0,0 +1,5 @@
---
title: reports
---
**AutoGenerated PlaceHolder**

View File

@ -0,0 +1,5 @@
---
title: serving
---
**AutoGenerated PlaceHolder**

View File

@ -455,14 +455,17 @@ module.exports = {
{'Server API': [ {'Server API': [
'references/api/index', 'references/api/index',
'references/api/definitions', 'references/api/definitions',
'references/api/login',
'references/api/debug', 'references/api/debug',
'references/api/events',
'references/api/login',
'references/api/models',
'references/api/pipelines',
'references/api/projects', 'references/api/projects',
'references/api/queues', 'references/api/queues',
'references/api/workers', 'references/api/reports',
'references/api/events', 'references/api/serving',
'references/api/models',
'references/api/tasks', 'references/api/tasks',
'references/api/workers',
]}, ]},
{ {
type: 'category', type: 'category',