mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
@@ -14,6 +14,12 @@ import {SynonymHit} from 'algoliasearch';
|
||||
* More information about synonyms can be found here:
|
||||
* https://www.algolia.com/doc/guides/managing-results/optimize-search-results/adding-synonyms/
|
||||
*/
|
||||
const synonyms: SynonymHit[] = [];
|
||||
const synonyms: SynonymHit[] = [
|
||||
{
|
||||
objectID: 'di-synonyms',
|
||||
type: 'synonym',
|
||||
synonyms: ['DI', 'dependency injection'],
|
||||
},
|
||||
];
|
||||
|
||||
export default synonyms;
|
||||
|
||||
Reference in New Issue
Block a user