Ray
Ray
Do you mean a natural raw JavaScript Context without no API support by "VM"?
@jeffwcx Having cross-framework support as a feature in the framework would be fantastic! looking forward to your PR
> Declaring a category for each document is quite time-consuming. We should allow declaring categories for all documents in a specified directory. > > This can be achieved through Rspress's...
> For the `categoryPlugins`, we can passing the path of the React component instead of importing thg React component. Because `rspress.config.ts` is a Node.js file and should avoid importing React...
I believe we can keep it simple like this. ```ts // fake code thisDocCategory = mdFileHeader.category ?? parentFolderCategory ```
From the `meta.json`
I believe I understand the context. The issue seems to be not with the fallback, but with what happens when SSG fails. You want the CI to break if the...
Yes, but this seems more like a behavior of SSG rendering that determines whether it breaks the CI. And I think `strict: true` is more likely to break your CI...
`fallback` is not like something that break the build