In documentation, being able to find the content you need is equally as important as the content itself. In angular.io, users can discover content in several ways, including:
You can help improve the documentation experience by adding search keywords to a given topic. Updating search keywords can help bring users to the content they need faster.
You can update search keywords for a topic even if you've never contributed to Angular before. However, you may find it helpful to have the Contributing to Angular guide available if you're filing your first pull request in the repository.
To update search keywords:
Navigate to the topic to which you want to update search keywords.
Decide what search keywords you'd like to add to the topic. For information on how to format keywords, see Search keywords format.
Update the @searchKeywords
tag, either through the GitHub user interface or through Angular's standard pull request process.
If a topic does not have a @searchKeywords
tag, you can add it to the end of the topic.
You add search keywords to a topic using the @searchKeywords
tag. This tag takes a set of single words, separated by spaces. The tag and the keywords must be enclosed in curly bracket ({
}
) characters. For example:
{@searchKeywords route router routing navigation}
© 2010–2022 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/guide/updating-search-keywords