
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
jsdoc-wmf-theme
Advanced tools
A theme for JSDoc 4 conforming to the Codex design system. Forked from the default template for JSDoc 3, which uses the Underscore Template library.
See the EventLogging docs for a sample demo. :rocket:
$ npm install --save jsdoc-wmf-theme
In your jsdoc.json file, add a template option.
"opts": {
"template": "node_modules/jsdoc-wmf-theme"
}
To load the standard set of plugins, use:
"plugins": {
"node_modules/jsdoc-wmf-theme/plugins/default"
}
For information about options and plugins, see the wiki page.
Contributions to the theme are welcome! See the JSDoc WMF theme board on Phabricator to view open tasks or open new tasks, bug reports, or requests.
These steps assume that you have Gerrit set up.
To set up a development environment, you'll need a repository that can generate JSDoc documentation, and this theme itself.
# Create a local folder
mkdir jsdoc-test
# Enter that new local folder
cd jsdoc-test
# Download a repository that uses JSDoc. Either MediaWiki core...
git clone ssh://yourUserName@gerrit.wikimedia.org:29418/mediawiki/core
# ...or OOJS (or another repo of your choosing).
git clone ssh://yourUserName@gerrit.wikimedia.org:29418/oojs/core
# Get the JSDoc theme
git clone --recurse-submodules ssh://yourUserName@gerrit.wikimedia.org:29418/jsdoc/wmf-theme
cd wmf-theme
npm install
cd ..
In your local repository that uses JSDoc, edit the JSDoc config file (either jsdoc.json or
.jsdoc.json):
../wmf-theme.../wmf-theme. For example, for the default plugin set, use ../wmf-theme/plugins/default.In your local wmf-theme repository, edit defaultPlugins.json to point to the local plugins.
node_modules/jsdoc-wmf-theme/ with ../wmf-theme/.node_modules/ with ../wmf-theme/node_modules/.plugins/) can remain unchanged.Build the docs in your test repo and view the generated site in the browser. E.g. for MediaWiki
core, run npm run doc in the root of the core repository. Then find the full path to your local
index.html file, e.g. file://path-to-local-mediawiki-core/docs/js/index.html, and open it in a
browser.
This theme uses Codex design tokens for CSS values. View the Codex docs to see all of the tokens available for use as CSS custom properties.
Thanks to:
Licensed under the Apache License, version 2.0.
FAQs
A template theme for JSDoc 4 inspired by the Wikimedia Design Style Guide
The npm package jsdoc-wmf-theme receives a total of 2,152 weekly downloads. As such, jsdoc-wmf-theme popularity was classified as popular.
We found that jsdoc-wmf-theme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.