mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Add 'Getting started' to list of priority types
This commit is contained in:
parent
0f231637e1
commit
87032011dd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue