marionettejs / marionettejs.com

:triangular_flag_on_post: Source files for the Marionette site
https://marionettejs.com
MIT License
26 stars 32 forks source link

Investigate Docs being a SPA #66

Open samccone opened 9 years ago

samccone commented 9 years ago

Since at compile time everything is just JSON and we write out templates, I think it should be possible to turn our docs into a SPA, or at least a SPA per version release.

Might be nice to dogfood marionette here.

Anyone have any thoughts one way or another?

kkemple commented 9 years ago

I definitely think it makes sense to dog food the docs, I also think we could do a single app for all versions

jdaudier commented 9 years ago

I think it'd be cool if it was a SPA and when people wanna to see an example, we can just point to the repo.

peterblazejewicz commented 9 years ago

:-1: people search for things on net. The problem is that they use crawlers/search engines: https://www.google.com/search?q=marionette%20application&rct=j#q=Marionette.Application http://www.bing.com/search?q=marionette.application&go=Submit&qs=n&form=QBLH&pq=marionette.application&sc=0-11&sp=-1&sk=&cvid=7c6e34a8905f44508c166e6e948bde4c https://duckduckgo.com/?q=marionette.application&ia=apps at least not yet. Compare with Ember: https://www.google.com/search?q=ember%20application&rct=j#q=Ember.Application or Angular: https://www.google.pl/webhp?sourceid=chrome-instant&ion=1&espv=2&es_th=1&ie=UTF-8#q=ngApplication

SEO for spa is still not yet there (but if all data is within JSON we could think about progressively enhancing documentation - first page load via static response - the all other via Marionette/Backbone).