update docs with new template and plugins section#1604
Merged
hegemonic merged 1 commit intojsdoc:masterfrom Jan 20, 2019
Merged
Conversation
Contributor
|
Wow, this looks great! Thanks for sharing it, and for the pull request. |
hegemonic
pushed a commit
that referenced
this pull request
Jan 20, 2019
lheberlie
pushed a commit
to bsvensson/jsdoc
that referenced
this pull request
May 3, 2019
lheberlie
added a commit
to bsvensson/jsdoc
that referenced
this pull request
May 6, 2019
* releases/3.6: (109 commits) Add 3.6.1 changelog. 3.6.1 Parse type applications correctly in Node.js 12. (jsdoc#1643) Update .gitignore. 3.6.0 Add 3.6.0 changelog. Update dependencies, plus the URLs for the GitHub repos and docs. update docs with new template (jsdoc#1604) switch to new-ish ECMAScript syntax update ESLint config migrate from `babylon` to `@babel/parser` Update ajv to the latest version 🚀 (jsdoc#1599) only run CI with Node.js versions that actually exist migrate from `markdown-it-named-headers` to `markdown-it-anchor` (jsdoc#1481) update dependencies and supported Node.js versions 3.5.5 changelog Prefer copyFileSync from here over native (jsdoc#1440) upgrade Babylon fix test breakage 3.5.4 changelog ... # Conflicts: # .gitignore # .travis.yml # CHANGES.md # LICENSE.md # README.md # cli.js # lib/jsdoc/fs.js # lib/jsdoc/path.js # lib/jsdoc/src/astbuilder.js # lib/jsdoc/src/handlers.js # lib/jsdoc/src/parser.js # lib/jsdoc/src/visitor.js # lib/jsdoc/src/walker.js # lib/jsdoc/util/logger.js # lib/jsdoc/util/markdown.js # lib/jsdoc/util/templateHelper.js # package.json # test/specs/documentation/alias.js # test/specs/documentation/anonymousclassparam.js # test/specs/documentation/arrowfunction.js # test/specs/documentation/classproperties.js # test/specs/documentation/this.js # test/specs/documentation/trailingcomment.js # test/specs/jsdoc/name.js # test/specs/jsdoc/path.js # test/specs/jsdoc/src/astnode.js # test/specs/jsdoc/src/visitor.js
lheberlie
added a commit
to bsvensson/jsdoc
that referenced
this pull request
May 7, 2019
* releases/3.6: (109 commits) Add 3.6.1 changelog. 3.6.1 Parse type applications correctly in Node.js 12. (jsdoc#1643) Update .gitignore. 3.6.0 Add 3.6.0 changelog. Update dependencies, plus the URLs for the GitHub repos and docs. update docs with new template (jsdoc#1604) switch to new-ish ECMAScript syntax update ESLint config migrate from `babylon` to `@babel/parser` Update ajv to the latest version 🚀 (jsdoc#1599) only run CI with Node.js versions that actually exist migrate from `markdown-it-named-headers` to `markdown-it-anchor` (jsdoc#1481) update dependencies and supported Node.js versions 3.5.5 changelog Prefer copyFileSync from here over native (jsdoc#1440) upgrade Babylon fix test breakage 3.5.4 changelog ... # Conflicts: # .gitignore # .travis.yml # CHANGES.md # LICENSE.md # README.md # cli.js # lib/jsdoc/fs.js # lib/jsdoc/path.js # lib/jsdoc/src/astbuilder.js # lib/jsdoc/src/handlers.js # lib/jsdoc/src/parser.js # lib/jsdoc/src/visitor.js # lib/jsdoc/src/walker.js # lib/jsdoc/util/logger.js # lib/jsdoc/util/markdown.js # lib/jsdoc/util/templateHelper.js # package.json # test/specs/documentation/alias.js # test/specs/documentation/anonymousclassparam.js # test/specs/documentation/arrowfunction.js # test/specs/documentation/classproperties.js # test/specs/documentation/this.js # test/specs/documentation/trailingcomment.js # test/specs/jsdoc/name.js # test/specs/jsdoc/path.js # test/specs/jsdoc/src/astnode.js # test/specs/jsdoc/src/visitor.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I simply added a link to the new template I recently published. Hope you will like it.