Make search work with category names (#4103)

This commit is contained in:
Pierre-Yves B
2019-10-02 20:03:59 +01:00
committed by GitHub
parent a865b81acb
commit 157a6180b2
14 changed files with 37 additions and 37 deletions

View File

@@ -6,7 +6,7 @@ const { age: ageColor } = require('../color-formatters')
const { GithubAuthV3Service } = require('./github-auth-service')
const { documentation, errorMessagesFor } = require('./github-helpers')
const commonExampleAttrs = {
keywords: ['activity', 'latest'],
keywords: ['latest'],
documentation,
}