hat tip thanks! and gotta s/o to vercel/nextjs for making the web faster
blob smiley
as for implementation details, we built our docs site from scratch using Next.js and, with its
ISR, we’re able to generate certain pages at build time (the latest version ones, which may be the ones you see loading pretty fast) and also cache the old versions and revalidate on demand for faster doc dev/build cycle.