Here Ryan mentions that Remix Docs uses a SQLite cache for static pages.
https://twitter.com/ryanflorence/status/1462933552291467265?s=20&t=Gsj9K-ZYw3NoedbuIVyckw
Can someone provide me a basic overview and / or link to code somewhere in Remix Repo that does this?
Thanks
We don't put any caching on the documents or data requests so that the second the sqlite db is updated, you get the latest doc.
When we fix a doc typo it's live around the world within a minute. No redeploys and fast responses!