mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The `generateKeywords` dgeni processor automatically generates keywords for each document by extracting words from each string property of a `doc` object. This commit adds `basePath` to the list of ignored properties, so that it is _not_ considered when generating keywords. `basePath` mostly contains the path to some root directory (such as `/home/circleci/ng/packages`) and as such it does not contain useful keywords. For example, searching for `circleci` will match all API docs, because it happens to be in the `basePath`: https://v10.angular.io/?search=circleci PR Close #39409 |
||
|---|---|---|
| .. | ||
| inline-tag-defs/custom-search-defs | ||
| post-processors | ||
| processors | ||
| readers | ||
| rendering | ||
| services | ||
| ignore.words | ||
| index.js | ||