egoist / docute

📚 Effortless documentation, done right.
https://docute.egoist.dev
MIT License
3.8k stars 427 forks source link

JAM stack #240

Closed janat08 closed 5 years ago

janat08 commented 5 years ago

I'm not familiar with the 'stack'. The gist of it is you build spa, and then convert it back to html for the purposes of the faster first load. https://gridsome.org/docs/jamstack

egoist commented 5 years ago

You mean you want to fetch data from external resources like a headless CMS? Use this option then: https://docute.org/options#routes

janat08 commented 5 years ago

I was suggesting that some amount of integration with markup generator (which is suppose to produce html at build time) would be beneficial since you get CDN/SEO out of it, or you could just leave it to users.

egoist commented 5 years ago

produce html at build time

that's actually what this project is trying to avoid..