-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
I've found that the API documentation generated by jsdoc loads very slowly. This is because it is trying to load a remote google font and is timing out. Every page takes > 20s to load. This is a known, open issue with ink-docstrap, but it doesn't sound like one that's going to get solved, so we need to fix it.
It should be possible for us to customize the template not to import any fonts. Along the way, I can change the font family to match what we use on pubs, and perhaps brand the colors a bit.
Then, we just have to integrate the custom template into the gulp task that generates the jsdoc.