HiDeoo / starlight-blog

Starlight plugin to add a blog to your documentation
https://starlight-blog-docs.vercel.app
MIT License
159 stars 21 forks source link

Does not work with Starlight@0.14.0 and above #19

Closed levino closed 9 months ago

levino commented 11 months ago

Describe the bug

See #18

To Reproduce

See #18

Expected behavior

See #18

How often does this bug happen?

Every time

System Info

No response

Additional Context

No response

levino commented 11 months ago

Concerning your PR for starlight: Does it actually make sense to provide the blog feature as a plugin? From my perspective it is a very basic and important functionality and not "just another plugin". See also the docusaurus blog functionality. So to keep things simple, maybe one could just fork starlight, add some changes and publish the result as starlight-with-blog. Merging the upstream changes should be easy, at least not more difficult than working around a new plugin api in version 0.18.0 or so. Maybe people also like your changes so much, that they merge them to starlight and then on can just do blog: true in the starlight config or so.