We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bb507 commit a016de5Copy full SHA for a016de5
1 file changed
assets/javascripts/collections/types.coffee
@@ -7,7 +7,7 @@ class app.collections.Types extends app.Collection
7
(result[@_groupFor(type)] ||= []).push(type)
8
result.filter (e) -> e.length > 0
9
10
- GUIDES_RGX = /guide|tutorial|reference|getting\ started/i
+ GUIDES_RGX = /(^|[\s\(])(guide|tutorial|reference|getting\ started)/i
11
12
_groupFor: (type) ->
13
if GUIDES_RGX.test(type.name)
0 commit comments