-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
[Doc] Bootstrap headless documentation #10843
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
base: next
Are you sure you want to change the base?
Conversation
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.
Otherwise it indeed allows to get a really nice doc website with very few code, I love it!
- [General Concepts](/guides/architecture) | ||
- [Data Fetching](/guides/datafetchingguide) |
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.
It's too bad we can't use links to the .md files, because it means the md docs won't be browsable from Github directly.
Can you try something like https://github.com/vernak2539/astro-rehype-relative-markdown-links?
|
||
For example, the following react-admin application: | ||
|
||
```jsx |
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.
I tried using syntax like jsx{5}
but unfortunately it does not work. Do you think we could add support for it?
Bootstrap headless documentation with Astro Starlight
How To Test
make doc-headless
http://localhost:4321/guides/crud/
: note the sidenav scroll is syncAdditional Checks
master
for a bugfix or a documentation fix, ornext
for a featureAlso, please make sure to read the contributing guidelines.