HiDeoo / starlight-blog

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

Breaking change in Starlight 0.9.1 #7

Closed lorenzolewis closed 9 months ago

lorenzolewis commented 9 months ago

Describe the bug

It looks like Starlight 0.9.1 introduced some changes in https://github.com/withastro/starlight/pull/647 that change the internals that this integration relies on and are now breaking builds: https://github.com/tauri-apps/tauri-docs/pull/1533

To Reproduce

Update to Starlight 0.9.1 and attempt to build with the blog integration.

Expected behavior

No go boom 💥

How often does this bug happen?

Every time

System Info

No response

Additional Context

No response

HiDeoo commented 9 months ago

that this integration relies on

Which integration are you referring to? I don't think we are in the proper repository ^^ (I'll move the issue to the right place and start investigating when I get your answer 👍 )

lorenzolewis commented 9 months ago

My goodness, this is what I get for trying to do things in an airport 😅 It's the blog integration, sorry about that

lorenzolewis commented 9 months ago

I've updated the example folder in my fork to give a repro on this one: https://github.com/lorenzolewis/starlight-blog/tree/bug/starlight-0-9-1

HiDeoo commented 9 months ago

My goodness, this is what I get for trying to do things in an airport 😅 It's the blog integration, sorry about that

Haha, no problem at all, hope you had a good flight.

This should now be fixed in the just published version 0.3.1.

lorenzolewis commented 9 months ago

Works like a charm, thank you! <3