Add 'Getting started' to list of priority types

This commit is contained in:
Thibaut 2015-02-01 15:57:23 -05:00
parent 0f231637e1
commit 87032011dd

View file

@ -7,7 +7,7 @@ class app.collections.Types extends app.Collection
(result[@_groupFor(type)] ||= []).push(type)
result.filter (e) -> e.length > 0
GUIDES_RGX = /guide|tutorial/i
GUIDES_RGX = /guide|tutorial|getting\ started/i
_groupFor: (type) ->
if GUIDES_RGX.test(type.name)