Skip to content

fix: order Extensions overview first and resolve subpage links as docs#38

Merged
vbreuss merged 1 commit into
mainfrom
fix/extensions-overview-rendering
May 6, 2026
Merged

fix: order Extensions overview first and resolve subpage links as docs#38
vbreuss merged 1 commit into
mainfrom
fix/extensions-overview-rendering

Conversation

@vbreuss

@vbreuss vbreuss commented May 6, 2026

Copy link
Copy Markdown
Member

After #37, the overview rendered at the bottom of the Extensions sidebar (autogenerated categories out-sorted sidebar_position: 0) and the bullet links were treated as static asset URLs because of the trailing slashes. Use sidebar_position: -1 to match the aweXpect overview and point each bullet at ./<name>/index.md so Docusaurus resolves them as doc references.

After #37, the overview rendered at the bottom of the Extensions sidebar
(autogenerated categories out-sorted `sidebar_position: 0`) and the bullet
links were treated as static asset URLs because of the trailing slashes.
Use `sidebar_position: -1` to match the aweXpect overview and point each
bullet at `./<name>/index.md` so Docusaurus resolves them as doc references.
@vbreuss vbreuss self-assigned this May 6, 2026
Copilot AI review requested due to automatic review settings May 6, 2026 16:48
@vbreuss vbreuss added the bug Something isn't working label May 6, 2026
@vbreuss
vbreuss enabled auto-merge (squash) May 6, 2026 16:48
@vbreuss
vbreuss merged commit 6599ba5 into main May 6, 2026
4 checks passed
@vbreuss
vbreuss deleted the fix/extensions-overview-rendering branch May 6, 2026 16:48

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR adjusts the site-owned Extensions landing page so it renders first in the autogenerated Extensions sidebar and so its bullet links resolve to Docusaurus doc pages (rather than being treated as static-asset-style URLs).

Changes:

  • Set sidebar_position: -1 on Extensions/index.mdx to force the overview page to the top of the Extensions sidebar.
  • Update the extension bullet links to point to ./<extension>/index.md so they resolve as doc references.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants