Skip to content

Commit

Permalink
Update README.md (#909)
Browse files Browse the repository at this point in the history
Update npm links, add link to list of all Typedoc plugins.
  • Loading branch information
jonchardy authored and aciccarello committed Nov 30, 2018
1 parent 955c388 commit 7424d97
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -122,13 +122,13 @@ There is a plugin available to run TypeDoc with Webpack created by Microsoft. Yo
### Gulp

There is a plugin available to run TypeDoc with Gulp created by Rogier Schouten. You can find it on NPM:<br>
[https://www.npmjs.org/package/gulp-typedoc/](https://www.npmjs.org/package/gulp-typedoc/)
[https://www.npmjs.com/package/gulp-typedoc/](https://www.npmjs.com/package/gulp-typedoc/)


### Grunt

There is a plugin available to run TypeDoc with Grunt created by Bart van der Schoor. You can find it on NPM:<br>
[https://www.npmjs.org/package/grunt-typedoc](https://www.npmjs.org/package/grunt-typedoc)
[https://www.npmjs.com/package/grunt-typedoc](https://www.npmjs.com/package/grunt-typedoc)

## Plugins

Expand All @@ -138,6 +138,9 @@ There is a plugin available to run TypeDoc with Grunt created by Bart van der Sc
* [Single Line Tags](https://github.com/christopherthielen/typedoc-plugin-single-line-tags) - Process certain `@tags` as single lines
* [Localization](https://github.com/IgniteUI/typedoc-plugin-localization) - Generate documentation for different languages

A list of all published Typedoc plugins can be found on NPM:<br>
[https://www.npmjs.com/search?q=keywords:typedocplugin](https://www.npmjs.com/search?q=keywords:typedocplugin)

## Advanced guides and docs

Visit our homepage for advanced guides and an extensive API documentation:<br>
Expand Down

0 comments on commit 7424d97

Please sign in to comment.