HiDeoo
HiDeoo
Thanks for the investigation @omonk, really appreciated :raised_hands: While I think a loader might be the best long-term solution here, this is something I have experimented with in [another plugin](https://github.com/HiDeoo/starlight-changelogs),...
Thanks for the feedback 🙌 If possible, that would indeed be a nice enhancement. I remember that the parser we use has various options regarding circular references, so may need...
Thanks for your report :raised_hands: There are at the moment some ongoing refactoring in Starlight to improve/refactor some Internationalization support which also targets plugins and improve i18n support in plugins...
Undrafting the PR as I've been playing quite a bit with the changes and didn't see any downside to the current approach. I still want to do a little bit...
Thanks for the feedback. > * Go to [starlight-openapi.vercel.app/resources/starlight](https://starlight-openapi.vercel.app/resources/starlight/) > * Click on Plugins and Tools > * I would expect a Next link in the bottom navigation to go...
I see, thanks for the extra explanation, really helpful and appreciated :raised_hands: Both cases would indeed be fixed by just adding proper support for navigation links in the plugin. Took...
Thanks for the feedback :raised_hands: This is indeed [not supported](https://github.com/HiDeoo/starlight-typedoc/blob/main/packages/starlight-typedoc/libs/starlight.ts#L186-L195) at the moment as the plugin relies on Starlight's [autogenerated group](https://starlight.astro.build/guides/sidebar/#autogenerated-groups) feature to create the sidebar structure. As a group...
Thanks for your feedback. Are you using the Astro [`trailingSlash` option](https://docs.astro.build/en/reference/configuration-reference/#trailingslash) set to `always`? When doing so, you should get an error for content links missing a trailing slash while...
Thanks for the kind words! Really glad you like it. With the current architecture, I don't think it's possible to support this use case. A solution could be to move...
I see, thanks for the follow-up 🙌 I'll investigate and see if somehow it's a use-case the plugin could support 👍