Skip to content

docs: add Marketplaces guide to sidebar navigation#507

Merged
danielmeppiel merged 1 commit intomainfrom
fix/docs-add-marketplaces-to-sidebar
Mar 31, 2026
Merged

docs: add Marketplaces guide to sidebar navigation#507
danielmeppiel merged 1 commit intomainfrom
fix/docs-add-marketplaces-to-sidebar

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

Summary

The guides/marketplaces.md page exists and is deployed at https://microsoft.github.io/apm/guides/marketplaces/ but was never added to the Starlight sidebar configuration in astro.config.mjs. This makes it unreachable via sidebar navigation -- users can only find it through direct URL or search.

Changes

  • Added { label: 'Marketplaces', slug: 'guides/marketplaces' } to the Guides section in docs/astro.config.mjs, placed after "Org-Wide Packages" and before "CI Policy Enforcement".

Verification

  • Docs build succeeds with all internal links valid.
  • Marketplace page now appears in the sidebar under Guides.

The guides/marketplaces.md page existed but was not wired into the
Starlight sidebar config, making it unreachable via navigation.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 31, 2026 12:44
@danielmeppiel danielmeppiel merged commit a8dfa4c into main Mar 31, 2026
12 checks passed
@danielmeppiel danielmeppiel deleted the fix/docs-add-marketplaces-to-sidebar branch March 31, 2026 12:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the existing Marketplaces guide page to the Starlight sidebar so it is discoverable via navigation (not just direct URL/search).

Changes:

  • Added a new Guides sidebar entry for guides/marketplaces labeled "Marketplaces".
  • Placed the entry between "Org-Wide Packages" and "CI Policy Enforcement" to match the surrounding guide flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants