-
Hey, I've recently started using Starlight to develop a new content project. My workflow involves planning the structure first, creating stub pages based on the structure, and then iteratively adding content to the stubs. The
This particular draft article that the build is failing on is at
Here's the definition of the draft article in
However, the problem is not specific to this particular article and is reproduced with any article that has I would expect that if an article has The current behavior kind of defeats the purpose of Is there something I'm doing wrong? Are any workarounds available to make it work the way I expect it to? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Oh, here's the list of package.json dependencies to identify my Astro and Starlight versions:
|
Beta Was this translation helpful? Give feedback.
Based on that idea, I just released a new plugin using that approach:
A plugin approach makes it easy for users to opt-in to this new and totally different behavior, gather interest and mostly feedback on it (and maybe even on other behaviors, who knows) and iterate on it faster (and this also does not mean that depending feedback, we cannot decide to reevaluate the core implementation later on, more data is always good).