Skip to content

Commit 5256597

Browse files
committed
Add gateway agent framework page to docs nav
1 parent 747c73f commit 5256597

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

docs/nav.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,13 @@
257257
{ "label": "Export Data", "slug": "how-to-guides/query-api" },
258258
{ "label": "Feature Flags (OFREP)", "slug": "how-to-guides/client-side-feature-flags" },
259259
{ "label": "Convert to Organization", "slug": "how-to-guides/convert-to-organization" },
260-
{ "label": "AI Gateway", "slug": "reference/advanced/gateway/index" }
260+
{
261+
"label": "AI Gateway",
262+
"items": [
263+
{ "label": "Overview", "slug": "reference/advanced/gateway/index" },
264+
{ "label": "Agent Frameworks", "slug": "reference/advanced/gateway/agent-frameworks" }
265+
]
266+
}
261267
]
262268
},
263269
{

docs/reference/advanced/gateway/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@ Or run just the proxy and configure a tool manually with `logfire gateway serve`
162162

163163
## See also
164164

165-
- [Using the gateway with agent frameworks](agent-frameworks.md) — route framework model calls through the gateway.
165+
- [Using the gateway with agent frameworks](./agent-frameworks.md) — route framework model calls through the gateway.
166166
- [Prompt Management: Access and Prerequisites](../prompt-management/plan-requirements.md) — prompt runs execute through the gateway and spend gateway budget.
167167
- [Cost & Usage](../../../logfire-costs.md) — plan tiers and how usage is billed.

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,9 @@ nav:
267267
- Export Data: how-to-guides/query-api.md
268268
- Feature Flags (OFREP): how-to-guides/client-side-feature-flags.md
269269
- Convert to Organization: how-to-guides/convert-to-organization.md
270-
- AI Gateway: reference/advanced/gateway/index.md
270+
- AI Gateway:
271+
- Overview: reference/advanced/gateway/index.md
272+
- Agent Frameworks: reference/advanced/gateway/agent-frameworks.md
271273
- Guides:
272274
- Use Alternative Clients: how-to-guides/alternative-clients.md
273275
- Collect Cloud Provider Metrics: how-to-guides/cloud-metrics.md

0 commit comments

Comments
 (0)