1.6.0 • Published 6 months ago

typedoc-plugin-keywords v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

typedoc-plugin-keywords

A plugin to add <meta name="keywords" content="..."> tags to your generated site.

Usage

Add typedoc-plugin-keywords to the typedoc.json plugins list and define the keywords for your site:

{
  "plugin": ["typedoc-plugin-keywords"],
  "keywords": ["typescript", "library"]
}