Skip to content

Commit

Permalink
Move inventory docs outside of start-here
Browse files Browse the repository at this point in the history
  • Loading branch information
alechenninger committed Nov 4, 2024
1 parent 428aac7 commit fc05636
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,18 @@ export default defineConfig({
sidebar: [
{
label: "Start Here",
items: [
{
label: "Kessel Inventory",
items: [
{ label: "API", link: "./start-here/inventory/inventory-api/" },
{ label: "Kafka events", link: "./start-here/inventory/kafka-event/" },
{ label: "Data persistence", link: "./start-here/inventory/kessel-inventory/" },
{ label: "Resource identification", link: "./start-here/inventory/resource-identification-history/" },
]
},
{ label: "Coming Soon", link: "./start-here/coming-soon/" },
items: [{ label: "Coming Soon", link: "./start-here/coming-soon/" },
],
},
{
label: "Kessel Inventory",
items: [
{ label: "API", link: "./inventory/inventory-api/" },
{ label: "Kafka events", link: "./inventory/kafka-event/" },
{ label: "Data persistence", link: "./inventory/kessel-inventory/" },
{ label: "Resource identification", link: "./inventory/resource-identification-history/" },
]
},
{
label: "For Red Hatters",
link: "./for-red-hatters/",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fc05636

Please sign in to comment.