diff --git a/README.md b/README.md index 34e7139cb..576651e5a 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ There is a plugin available to run TypeDoc with Grunt created by Bart van der Sc * [Sourcefile URL](https://github.com/gdelmas/typedoc-plugin-sourcefile-url) - Set custom source file URL links * [Internal/External Module](https://github.com/christopherthielen/typedoc-plugin-internal-external) - Explicitly mark modules as `@internal` or `@external` * [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 ## Advanced guides and docs diff --git a/src/test/renderer/specs/index.html b/src/test/renderer/specs/index.html index 88dc717c8..30c8eb5c6 100644 --- a/src/test/renderer/specs/index.html +++ b/src/test/renderer/specs/index.html @@ -182,6 +182,7 @@

Plugins

  • Sourcefile URL - Set custom source file URL links
  • Internal/External Module - Explicitly mark modules as @internal or @external
  • Single Line Tags - Process certain @tags as single lines
  • +
  • Localization - Generate documentation for different languages
  • Advanced guides and docs

    Visit our homepage for advanced guides and an extensive API documentation: