Skip to content

Commit

Permalink
Use clean-jsdoc-theme with JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
frncesc committed Jul 11, 2023
1 parent 4b1f04a commit 14930c8
Show file tree
Hide file tree
Showing 4 changed files with 1,775 additions and 1,704 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,7 @@
### v2.1.13 (Not yet released)
### v2.1.13 (2023-07-11)
#### Improvements
- Upgraded dependencies
- Use [clean-jsdoc-theme](https://ankdev.me/clean-jsdoc-theme/v4/index.html) instead of the outdated [ink-docstrap](https://www.npmjs.com/package/ink-docstrap) theme to generate the [technical documentation](http://projectestac.github.io/jclic.js/doc/index.html) with [JSDoc](https://jsdoc.app/).

### v2.1.12 (2022-11-26)
#### Improvements
Expand Down
2 changes: 1 addition & 1 deletion jsdoc.config.js
Expand Up @@ -16,7 +16,7 @@ module.exports = {
recurse: true,
verbose: true,
destination: 'doc',
template: 'node_modules/ink-docstrap-template/template',
template: 'node_modules/clean-jsdoc-theme',
},
tags: {
allowUnknownTags: true
Expand Down

0 comments on commit 14930c8

Please sign in to comment.