Port docs to Astro Starlight - #68
Draft
yellowsink wants to merge 3 commits into
Draft
Conversation
modals still don't work in dev, #s are kinda fucked
Member
Author
|
This also opens the door to move remaining docs code (so, the plugin listing FE) away from Vue. I'm not bothered about doing that personally, but given how heavily shelter is invested into Solid.js, it is nice to have the option. |
Member
|
Switch, SwitchItem, Checkbox, CheckboxItem, Slider (slider track isn't updating), Modal, genId, ErrorBoundary - do not seem to currently work. use:tooltip on dev also breaks for some reason? openConfirmationModal on dev is immediately cancelled. |
Member
Author
|
modals don't work on dev, this is a shui issue not a docs issue, but we should fix it, yes. |
yellowsink
force-pushed
the
main
branch
2 times, most recently
from
May 7, 2026 11:10
0518459 to
c45695b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Vitepress is a lovely docs framework most of the time, but with the addition of shelter UI demos, we've started hitting some realllllly ugly parts of it. Those demos work flawlessly on this branch.
This PR ports the docs over to Astro's Starlight docs framework, which is a very comparable system, but as it is built on Astro makes embedding the solid demos really rather easy.
TODOs:
Note we lose out on line numbers in the first plugin guide :<
So be it.