This website requires JavaScript.
Explore
Help
Register
Sign In
wikimedia
/
mediawiki-extensions-MultimediaViewer
Watch
1
Star
0
Fork
You've already forked mediawiki-extensions-MultimediaViewer
0
mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced
2024-11-16 20:35:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2e896c73b1
mediawiki-extensions-Multim...
/
docs
/
generate
5 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adding first pass at jsduck docs Interface, data model, and image all documented. Change-Id: Id64da283c4bbeaae930103233f9e798b5a9db51b
2014-01-11 00:05:03 +00:00
#!/usr/bin/env bash
Update JSDuck config to standard jsduck.json Also * This way we don't need to pass the --config=jsduck.config.json parameter but can run plain 'jsduck' in Jenkins. Allowing it to use the standard job template. * Remove redundant wrapper. Pass directory in jsduck.json instead. And use warnings-exit-nonzero for exit code. Have to pass processes=0 due to https://github.com/senchalabs/jsduck/issues/525. Keeping a back-compat wrapper for now to allow easy migration from Jenkins. * Remove 'footer' override. * Use standard ' - Documentation' suffix, which makes the first part of the title render in bold. Change-Id: I6c9c7a1f29df0a72dc8cd0d37a83aaef23068062
2015-03-05 22:37:15 +00:00
set -e
cd $(dirname $0)/..
jsduck
Reference in a new issue
Copy permalink