Skip to content

Commit

Permalink
Reordered the side nav bar (#17258)
Browse files Browse the repository at this point in the history
  • Loading branch information
daisyfaithauma authored and elithrar committed Oct 15, 2024
1 parent 340db1b commit 4b91f57
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/content/docs/ai-gateway/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ title: Changelog
changelog_file_name:
- ai-gateway
sidebar:
order: 7

order: 9
---

import { ProductChangelog } from "~/components"
import { ProductChangelog } from "~/components";

{/* <!-- Actual content lives in /data/changelogs/ai-gateway.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ai-gateway/demos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Architectures
sidebar:
group:
hideIndex: true
order: 5
order: 10
---

import { GlossaryTooltip, ResourcesBySelector } from "~/components";
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/ai-gateway/evaluations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Evaluations
pcx_content_type: navigation
order: 1
sidebar:
order: 7
badge:
text: Beta
---
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/ai-gateway/reference/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Platform
sidebar:
group:
hideIndex: true
order: 11
---

import { DirectoryListing } from "~/components";
Expand Down

0 comments on commit 4b91f57

Please sign in to comment.