Skip to content

Commit

Permalink
bring back Aritifact Registry sidebar root menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
lenasano committed Dec 23, 2024
1 parent 7b30410 commit 453a078
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,7 @@ const sidebars = {
description: "Learn how to store artifacts securely.",
},
collapsed: true,
items: [{ type: "autogenerated", dirName: "artifact-registry" }],
},
items: [
"artifact-registry/whats-supported",
{
type: "html",
Expand Down Expand Up @@ -553,6 +552,8 @@ const sidebars = {
},
collapsed: true,
items: [ { type: "autogenerated", dirName: "artifact-registry/manage-artifacts", } ],
},
],
},
{
type: "category",
Expand Down

0 comments on commit 453a078

Please sign in to comment.