-
Notifications
You must be signed in to change notification settings - Fork 2.1k
doc: migrate file trees in guides to starlight TreeView component #21946
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
doc: migrate file trees in guides to starlight TreeView component #21946
Conversation
| e.g.: | ||
|
|
||
| ```makefile | ||
| CPU = foo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The static test checker complains about this, I don't remember this happening in the past, can you look into what causes this? Afaik, this won't be able to get past the merge queue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
f6b5127 to
7333a7c
Compare
|
This is ready for review again, I fixed the test and I also changed the .mjs file to .ts ;) |
AnnsAnns
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat, I also like that the File Tree is still completely interactive without Javascript, that surprised me
|
Contribution description
Starlight comes with a FileTree component.
This component comes with an interactive file tree view, that also adds icons etc.