You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(wiki): improve discoverability of workspace status reports (#1977)
docs(wiki): add workspace status reports index and navigation links
Improve discoverability of branch-specific workspace status pages by generating a Workspace Status Reports proxy page, linking it from the sidebar, and adding a user guide quick-reference link. Detect report pages dynamically from existing wiki branch report pages.
Made-with: Cursor
This repository publishes regularly generated workspace status pages for merged content on \`main\` and each maintained \`release-*\` branch. There is one generated status page per branch.
283
+
284
+
## Available Branch Reports
285
+
286
+
${pageLinks}
287
+
288
+
## What These Reports Contain
289
+
290
+
- A **last updated** timestamp for the generated report
291
+
- The **total workspaces** count for that branch snapshot
292
+
- A **Workspace Overview** table that summarizes each workspace
293
+
- Searchable details for each workspace, including workspace name, source repository and ref, Backstage version, plugin package/version details, and visual warnings/markers (for example version override warnings and metadata status indicators)
294
+
295
+
## How to Use These Pages
296
+
297
+
- Start with the branch that matches your target deployment line (for example \`main\` or \`release-1.9\`)
298
+
- Use your browser search to quickly locate a workspace by name or package
299
+
- Compare source repo/ref and Backstage version data when validating updates or troubleshooting exports
300
+
- Check markers and warnings to spot metadata gaps, overlays/patch usage, and version overrides
301
+
`;
302
+
}
303
+
241
304
/**
242
305
* Generate the wiki home page with dynamic content
0 commit comments