Example keywords validation (#2956)
This pull request closes #2551: making sure that the keywords don't already appear in the example's title. I also added validation that checks that they are at least two characters long, as this is enforced by the homepage when type your search.
This commit is contained in:
committed by
Paul Melnikow
parent
28948925c2
commit
bc96f0e25f
@@ -40,7 +40,7 @@ module.exports = class GithubCommitStatus extends LegacyService {
|
||||
message: 'in master',
|
||||
color: 'brightgreen',
|
||||
},
|
||||
keywords: ['branch', 'merge'],
|
||||
keywords: ['branch'],
|
||||
documentation,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user