# 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:

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