Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,15 @@ export default defineConfig({
projectName: 'Warp',
optionalLinks: [
{
label: 'Oz Agent API (OpenAPI spec)',
label: 'Oz Agent API (OpenAPI spec, YAML)',
url: 'https://docs.warp.dev/openapi.yaml',
description: 'Machine-readable OpenAPI 3.0 specification for the Oz Agent API.',
},
{
label: 'Oz Agent API (OpenAPI spec, JSON)',
url: 'https://docs.warp.dev/openapi.json',
description: 'Machine-readable OpenAPI 3.0 specification (JSON format) for the Oz Agent API.',
},
],
// Excludes pages that cause a stack overflow in hast-util-to-text
// due to their size. The upstream plugin only applies `exclude` to
Expand Down
Loading