rrousselGit / riverpod

A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
https://riverpod.dev
MIT License
5.82k stars 888 forks source link

The `API Reference` link in the sidebar leads to `hooks_riverpod` api reference #3477

Open muddi900 opened 1 month ago

muddi900 commented 1 month ago

Describe what scenario you think is uncovered by the existing examples/articles Regardless of whether the switch for flutter_hooks is selected, the link leads to the hooks_riverpod API page.

It should lead here under normal circumstances.

https://github.com/rrousselGit/riverpod/blob/0bae2121b245ba44c95eae1234cbeccd31f061f7/website/sidebars.js#L310-L312

rrousselGit commented 1 month ago

It's a technical limitation. There's no easy way to switch this link with the toggle.

And I don't think that's a big deal either.