Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor site structure with Sidebar Topics Dropdown Plugin #123

Merged
merged 5 commits into from
Feb 13, 2025

Conversation

trueberryless
Copy link
Member

@trueberryless trueberryless commented Nov 30, 2024

This PR refactores all pages in order to use the Starlight Sidebar Topic Dropdown Plugin.

Additionally there is a page decision change: All group links in the sidebar get a new index.mdx page which is not visible in the sidebar but gives a general overview (further discussion and investigation needed whether to show these pages or not).

  • Create index.mdx pages for general overview (these files are not shown in sidebar). -> create dynamically or append content if index.mdx exists
  • Copy and paste all contents into separate files for more granular structure (less huge pages, more small ones).
  • Create sidebar configuration within plugin config.
  • Decide whether to show the index.mdx pages as first children in group (Overview routes). -> don't show, automatically generated

I have decided to add the automatically generated index.mdx pages later.

Copy link

changeset-bot bot commented Nov 30, 2024

⚠️ No Changeset found

Latest commit: 5e43407

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added 📦 package Updates in package structure or package.json 🌏 i18n Updates to internationalized docs, excluding English 🚧 config Configuration file updates labels Nov 30, 2024
@trueberryless trueberryless added the ⏫ enhancement New feature or request label Nov 30, 2024
@trueberryless trueberryless self-assigned this Nov 30, 2024
@trueberryless trueberryless changed the title Refactor site structure with Sidebar Topics Dropdown Plugin [WIP] Refactor site structure with Sidebar Topics Dropdown Plugin Nov 30, 2024
@trueberryless trueberryless removed their assignment Dec 16, 2024
@trueberryless trueberryless changed the title [WIP] Refactor site structure with Sidebar Topics Dropdown Plugin Refactor site structure with Sidebar Topics Dropdown Plugin Feb 13, 2025
@trueberryless trueberryless marked this pull request as ready for review February 13, 2025 11:51
@github-actions github-actions bot added the 📝 changeset Contains changeset files label Feb 13, 2025
@trueberryless trueberryless merged commit c5709dc into main Feb 13, 2025
1 of 2 checks passed
@trueberryless trueberryless deleted the refactor branch February 13, 2025 12:24
@trueberryless-org trueberryless-org bot mentioned this pull request Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 changeset Contains changeset files 🚧 config Configuration file updates ⏫ enhancement New feature or request 🌏 i18n Updates to internationalized docs, excluding English 📦 package Updates in package structure or package.json
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant