Reece Dunham
Reece Dunham
@ChrisChinchilla that would be awesome, thank you!
You need to update your [`@docusaurus/core` version](https://github.com/gnosischain/documentation/blob/main/package.json#L17), you're on an out-of-date version which isn't supported by the plugin.
@alebanzas did you update all your `@docusaurus` packages to the same version? If not, you may have old versions lingering.
@doroncy same project?
Hey all, so to be honest, I have no idea what's causing this. I've asked the maintainers of Docusaurus to take a look, as they probably will know. I'm sorry...
I haven't forgotten about this issue, this is what the maintainers of Docusaurus had to say. I'm going to look for a workaround.
Interesting discovery, thanks for letting me know. I'll keep a watch on the middleware proposal, and in the meantime, I'm happy to review any PRs that anyone sends to fix...
Hey, I totally understand your use-case, and it makes sense, but I don't really know how to implement this in a way that works nicely and easily. The problem is...
That makes sense. I think that for your use-case, you can just use [Octokit](https://yarnpkg.com/package/octokit) with the [GitHub trees API](https://docs.github.com/en/rest/git/trees) to make a list of all the files, then filter it...
I can see that this use case is one that multiple people want to see as official functionality, so I will add it to my to-do list.