Tag some cool cheatsheets as 'featurable'

This commit is contained in:
Rico Sta. Cruz 2017-10-30 00:14:50 +08:00
parent 85d7ffa466
commit 5f1d4265eb
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
7 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,7 @@ title: cssnext
category: CSS category: CSS
layout: 2017/sheet layout: 2017/sheet
updated: 2017-08-30 updated: 2017-08-30
tags: [Featurable]
weight: -3 weight: -3
--- ---

View File

@ -3,6 +3,7 @@ title: Date & time formats
layout: 2017/sheet layout: 2017/sheet
weight: -5 weight: -5
updated: 2017-09-04 updated: 2017-09-04
tags: [Featurable]
--- ---
### Common time formats ### Common time formats

View File

@ -9,6 +9,7 @@ keywords:
- "factory :user" - "factory :user"
- "first_name 'John'" - "first_name 'John'"
- "sequence(:username) { |n| \"user#{n}\" }" - "sequence(:username) { |n| \"user#{n}\" }"
tags: [Featurable]
intro: | intro: |
[Factory Bot](http://www.rubydoc.info/gems/factory_bot/) is a helper for writing factories for Ruby tests. [Factory Bot](http://www.rubydoc.info/gems/factory_bot/) is a helper for writing factories for Ruby tests.
It was previously known as Factory Girl. For older versions, use `FactoryGirl` instead of `FactoryBot`. It was previously known as Factory Girl. For older versions, use `FactoryGirl` instead of `FactoryBot`.

View File

@ -4,6 +4,7 @@ layout: 2017/sheet
category: JavaScript libraries category: JavaScript libraries
updated: 2017-09-20 updated: 2017-09-20
weight: -3 weight: -3
tags: [Featurable]
--- ---
## Getting started ## Getting started

View File

@ -4,6 +4,7 @@ category: JavaScript libraries
layout: 2017/sheet layout: 2017/sheet
updated: 2017-09-01 updated: 2017-09-01
weight: -3 weight: -3
tags: [Featurable]
intro: | intro: |
A quick overview to [Jest](https://facebook.github.io/jest/), a test framework for Node.js. This guide targets Jest v20. A quick overview to [Jest](https://facebook.github.io/jest/), a test framework for Node.js. This guide targets Jest v20.
--- ---

View File

@ -3,6 +3,7 @@ title: Moment.js
category: JavaScript libraries category: JavaScript libraries
layout: 2017/sheet layout: 2017/sheet
updated: 2017-10-10 updated: 2017-10-10
tags: [Featurable]
--- ---
### Parsing ### Parsing

View File

@ -5,6 +5,7 @@ layout: 2017/sheet
weight: -3 weight: -3
updated: 2017-09-08 updated: 2017-09-08
prism_languages: [json, bash] prism_languages: [json, bash]
tags: [Featurable]
--- ---
### npm equivalents ### npm equivalents