From 4961d4fd6716dab121c056ccb0be010ed787c64e Mon Sep 17 00:00:00 2001 From: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> Date: Thu, 20 Nov 2025 14:49:42 -0500 Subject: [PATCH] Add new documentation links to sidebars for Using Backstage Added new files to the Getting Started > Using Backstage section. Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> --- microsite/sidebars.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/microsite/sidebars.ts b/microsite/sidebars.ts index d54f838c28..10979e9a96 100644 --- a/microsite/sidebars.ts +++ b/microsite/sidebars.ts @@ -55,6 +55,9 @@ export default { label: 'Using Backstage', items: [ 'getting-started/logging-in', + 'viewing-catalog.md', + 'view-what-you-own.md', + 'viewing-entity-relationships.md', { type: 'category', label: 'Managing Components',