Open
Description
Currently, the Redux, React-Redux, and RTK docs are split across three different sites.
It would be potentially useful to have all three docs sources available in one site.
Unfortunately, the most obvious way to do this would require converting the three separate repos into a monorepo, and I don't want to do that any time soon.
One suggestion was to try using Git submodules to pull the other two repos in, and then update the Redux docs config to reference some of those pages. Might be worth exploring just to see if it even works.