SassDoc / sassdoc

Release the docs!
http://sassdoc.com
MIT License
1.41k stars 56 forks source link

Add the ability for offline networks #525

Closed WebStew closed 6 years ago

WebStew commented 6 years ago

Would it be possible to add the ability for the docs to not make a network request? Perhaps add an option to generate the documentation for an offline mode? We work in an offline environment and it takes a long time for the font and jQuery call to fail before the docs are rendered.

pascalduez commented 6 years ago

Hi,

that would be easy to do, but not sure we want to bloat our config with a bunch of options. One important thing to note, we really try to encourage users to build their own theme, the default theme can't satisfy any and every needs.

WebStew commented 6 years ago

I was just thinking of a custom theme to get round the problem. Thanks @pascalduez .

t871088249 commented 5 years ago

I was just thinking of a custom theme to get round the problem. Thanks @pascalduez .

Maybe you can change the cdn in your index.html at the bottom of the document

pascalduez commented 5 years ago

To go even further, we should just rewrite the default theme without jQuery.