Commit graph

4 commits

Author SHA1 Message Date
apaskulin
139160aabc Update jsdoc-wmf-theme from 1.0.1 to 1.1.0
* Use the new default set of plugins
* Remove prefixMap since that is now handled by the theme
* Remove linkMap items provided by the theme
* Replace the JSDoc-specific package.json with a maintitle
  and README h1
* Add node_modules/jsdoc-class-hierarchy as a dependency.
  This plugin isn't currently used in core, but it is part
  of the default plugin set.

Bug: T368081
Change-Id: Ib2b16b2f4c5f11ff29cc6dc5d67df43bc59c9752
2024-06-27 19:29:24 +00:00
apaskulin
06c64eaac5 docs: Reinstate order of plugins
JSDoc plugins execute in the order in which they are
specified. It's important the the markdown plugin executes
before the betterlinks plugin, so that Markdown-style
link syntax is converted correctly.

Change-Id: I93c3024f8f04462461ef8561c116e3171957a4f2
2024-06-12 15:24:16 -07:00
Novem Linguae
e46e9a581c JSDoc: alphabetize config file
Change-Id: Ia2abaf56c627309e5a3b1fa6c4137bdc5e23373e
2024-06-10 17:47:43 +00:00
Novem Linguae
3d38968387 JSDoc: rename config file
Rename .jsdoc.json to jsdoc.json

For consistency with the naming pattern in other repositories.
The other ones use jsdoc.json with no period at the beginning.

https://codesearch.wmcloud.org/deployed/?q=%22pedantic%22%3A+true%2C&files=&excludeFiles=&repos=
Change-Id: I92b04604cc873941505f991421d1baf08f97e7b8
2024-06-10 17:47:18 +00:00
Renamed from .jsdoc.json (Browse further)