fix: removed unecessary guideUrl from frontmatter

This commit is contained in:
Randell Dawson 2019-02-18 23:11:19 -08:00 committed by Valeriy
parent 02ef934ce5
commit aa621a20b5
22 changed files with 0 additions and 22 deletions

View File

@ -227,7 +227,6 @@ export const query = graphql`
query BackendChallenge($slug: String!) {
challengeNode(fields: { slug: { eq: $slug } }) {
title
guideUrl
description
instructions
challengeType

View File

@ -3,7 +3,6 @@ id: 587d774c367417b2b2512a9c
title: Add a Text Alternative to Images for Visually Impaired Accessibility
challengeType: 0
videoUrl: 'https://scrimba.com/c/cPp7VfD'
guideUrl: 'https://www.freecodecamp.org/guide/certificates/responsive-web-design/applied-accessibility/add-a-text-alternative-to-images-for-visually-impaired-accessibility'
---
## Description

View File

@ -2,7 +2,6 @@
id: bad87fee1348bd9aedf08823
title: Add a Negative Margin to an Element
challengeType: 0
guideUrl: 'https://www.freecodecamp.org/guide/certificates/add-a-negative-margin-to-an-element'
videoUrl: 'https://scrimba.com/c/cnpyGs3'
---

View File

@ -2,7 +2,6 @@
id: bad87fee1348bd9bedf08813
title: Add Borders Around Your Elements
challengeType: 0
guideUrl: 'https://www.freecodecamp.org/guide/certificates/add-borders-around-your-elements'
videoUrl: 'https://scrimba.com/c/c2MvnHZ'
---

View File

@ -2,7 +2,6 @@
id: bad87fee1348bd9aedf08824
title: Add Different Padding to Each Side of an Element
challengeType: 0
guideUrl: 'https://www.freecodecamp.org/guide/certificates/add-different-padding-to-each-side-of-an-element'
videoUrl: 'https://scrimba.com/c/cB7mwUw'
---

View File

@ -2,7 +2,6 @@
id: bad87fee1348bd9aedf08814
title: Add Rounded Corners with border-radius
challengeType: 0
guideUrl: 'https://www.freecodecamp.org/guide/certificates/add-rounded-corners-a-border-radius'
videoUrl: 'https://scrimba.com/c/cbZm2hg'
---

View File

@ -2,7 +2,6 @@
id: bad87fee1348bd9aedf08822
title: Adjust the Margin of an Element
challengeType: 0
guideUrl: 'https://www.freecodecamp.org/guide/certificates/adjust-the-margin-of-an-element'
videoUrl: 'https://scrimba.com/c/cVJarHW'
---

View File

@ -2,7 +2,6 @@
id: bad88fee1348bd9aedf08825
title: Adjust the Padding of an Element
challengeType: 0
guideUrl: 'https://www.freecodecamp.org/guide/certificates/adjust-the-padding-of-an-element'
videoUrl: 'https://scrimba.com/c/cED8ZC2'
---

View File

@ -2,7 +2,6 @@
id: bad87fee1348bd9aedd08830
title: Add a Submit Button to a Form
challengeType: 0
guideUrl: 'https://www.freecodecamp.org/guide/certificates/add-a-submit-button-to-a-form'
videoUrl: 'https://scrimba.com/p/pVMPUv/cp2Nkhz'
---

View File

@ -2,7 +2,6 @@
id: bad87fee1348bd9aedf08812
title: Add Images to Your Website
challengeType: 0
guideUrl: 'https://www.freecodecamp.org/guide/certificates/add-images-to-your-website'
videoUrl: 'https://scrimba.com/p/pVMPUv/c8EbJf2'
---

View File

@ -2,7 +2,6 @@
id: bad87fee1348bd9aedf08830
title: Add Placeholder Text to a Text Field
challengeType: 0
guideUrl: 'https://www.freecodecamp.org/guide/certificates/add-placeholder-text-to-a-text-field'
videoUrl: 'https://scrimba.com/p/pVMPUv/cKdJDhg'
---

View File

@ -2,7 +2,6 @@
id: 56bbb991ad1ed5201cd392ca
title: Access Array Data with Indexes
challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/access-array-data-with-indexes'
videoUrl: 'https://scrimba.com/c/cBZQbTz'
---

View File

@ -2,7 +2,6 @@
id: 56592a60ddddeae28f7aa8e1
title: Access Multi-Dimensional Arrays With Indexes
challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/access-array-data-with-indexes'
videoUrl: 'https://scrimba.com/c/ckND4Cq'
---

View File

@ -2,7 +2,6 @@
id: 56533eb9ac21ba0edf2244cd
title: Accessing Nested Arrays
challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/access-array-data-with-indexes'
videoUrl: 'https://scrimba.com/c/cLeGDtZ'
---

View File

@ -2,7 +2,6 @@
id: 56533eb9ac21ba0edf2244cc
title: Accessing Nested Objects
challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/accessing-nested-objects-in-json'
videoUrl: 'https://scrimba.com/c/cRnRnfa'
---

View File

@ -2,7 +2,6 @@
id: 56533eb9ac21ba0edf2244c8
title: Accessing Object Properties with Bracket Notation
challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/accessing-objects-properties-with-bracket-notation'
videoUrl: 'https://scrimba.com/c/cBvmEHP'
---

View File

@ -2,7 +2,6 @@
id: 56533eb9ac21ba0edf2244c9
title: Accessing Object Properties with Variables
challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/accessing-objects-properties-with-variables'
videoUrl: 'https://scrimba.com/c/cnQyKur'
---

View File

@ -2,7 +2,6 @@
id: 56533eb9ac21ba0edf2244de
title: Adding a Default Option in Switch Statements
challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/adding-a-default-option-in-switch-statements'
videoUrl: 'https://scrimba.com/c/c3JvVfg'
---

View File

@ -2,7 +2,6 @@
id: 56533eb9ac21ba0edf2244ed
title: Appending Variables to Strings
challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/appending-variables-to-strings'
videoUrl: 'https://scrimba.com/c/cbQmZfa'
---

View File

@ -2,7 +2,6 @@
id: 56533eb9ac21ba0edf2244c3
title: Assignment with a Returned Value
challengeType: 1
guideUrl: 'https://www.freecodecamp.org/guide/certificates/assignment-with-a-returned-value'
videoUrl: 'https://scrimba.com/c/ce2pEtB'
---

View File

@ -3,7 +3,6 @@ id: a97fd23d9b809dac9921074f
title: Arguments Optional
isRequired: true
challengeType: 5
guideUrl: 'https://www.freecodecamp.org/guide/certificates/arguments-optional'
---
## Description

View File

@ -2,7 +2,6 @@
id: bad87fee1348bd9aec908850
title: Apply the Default Bootstrap Button Style
challengeType: 0
guideUrl: 'https://www.freecodecamp.org/guide/certificates/apply-the-default-bootstrap-button-style'
---
## Description