From 667d169df6e968d50324192d87e61ee4312cbc13 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Sun, 28 Jan 2018 13:32:48 -0700 Subject: [PATCH] Docs: Add custom front-matter to "Getting Started" --- docs/getting-started.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index d5240cd1c..85eaf8c02 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -1,3 +1,8 @@ + + # Getting Started *If you've previously installed gulp globally, run `npm rm --global gulp` before following these instructions.* For more information, read this [Sip](https://medium.com/gulpjs/gulp-sips-command-line-interface-e53411d4467).