https://dagster.io/ logo
#dagster-feedback
Title
# dagster-feedback
w

William

07/28/2022, 4:57 AM
I'm curious why Dagster doc loads SO FAST? There's almost no delay regardless of which section I jump to
💡 1
y

yuhan

07/28/2022, 6:18 AM
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.
1000 1
w

William

07/28/2022, 6:19 AM
Will definitely take a look. Thanks Yuhan!
y

yuhan

07/28/2022, 6:22 AM
btw, our docs site is totally open sourced and lives in the same repo here: https://github.com/dagster-io/dagster/tree/master/docs
dagster evolution 1
w

William

07/28/2022, 6:23 AM
Awesome
💯