Tooling Suggestion Checklist
Overview
Right now, tooling for the docs site is built on a @mocha/docdash package:
https://github.com/mochajs/mocha/blob/9f9917822fa1d3fe2ec2867809cbbf86f4165f0c/package.json#L78
https://github.com/mochajs/mocha/blob/6d3fe26b2f41edfec4647f53e01cfba3b8eadd09/jsdoc.conf.json#L6
That package comes from https://github.com/mochajs/docdash: a fork of the https://github.com/clenemt/docdash JSDoc 3 theme. Right now it's "54 commits ahead of, 89 commits behind clenemt/docdash:master".
The theme seems to be working fine but has a dependency on taffydb flagged by mochajs/mocha#5070. We should pull in upstream updates to the fork so that the latest clenemt/docdash fixes+features are available.
Filing this issue to track here. We'll want to also file an issue on the mochajs/docdash repo. mochajs/mocha-docdash#18
Additional Info
I suppose un-forking is theoretically doable too, but it seems like there are a lot of customizations on the Mocha side.
Tooling Suggestion Checklist
masterbranch of the repository.faqlabel, but none matched my issue.Overview
Right now, tooling for the docs site is built on a
@mocha/docdashpackage:https://github.com/mochajs/mocha/blob/9f9917822fa1d3fe2ec2867809cbbf86f4165f0c/package.json#L78
https://github.com/mochajs/mocha/blob/6d3fe26b2f41edfec4647f53e01cfba3b8eadd09/jsdoc.conf.json#L6
That package comes from https://github.com/mochajs/docdash: a fork of the https://github.com/clenemt/docdash JSDoc 3 theme. Right now it's "54 commits ahead of, 89 commits behind clenemt/docdash:master".
The theme seems to be working fine but has a dependency on
taffydbflagged by mochajs/mocha#5070. We should pull in upstream updates to the fork so that the latestclenemt/docdashfixes+features are available.Filing this issue to track here.
We'll want to also file an issue on the mochajs/docdash repo.mochajs/mocha-docdash#18Additional Info
I suppose un-forking is theoretically doable too, but it seems like there are a lot of customizations on the Mocha side.