phaser3-docs
phaser3-docs copied to clipboard
Improve dashing config
I was super happy to find a ready-made Dashing config in this repo. :) After using it for a while I worked on some improvements:
- Class members and methods are now detected and can be searched for more easily.
- Some files are not indexed (such as
global.html) as they were producing duplicates in the search index. - Specify the root directory when running via
npm run build-docset. This reduces the docset size by quite a lot, especially when the user generated theout/folder for themselves (380MB -> 120MB in my case).
