chore: rename magazine (#44212)

* chore: rename files

* chore: update codebase

* chore: proper title case
This commit is contained in:
Nicholas Carrigan (he/him)
2021-11-19 19:33:29 -08:00
committed by GitHub
parent 1958eb2acd
commit 2ca67a6c23
91 changed files with 22 additions and 22 deletions

View File

@ -127,8 +127,8 @@
""
]
},
"css-grid-magazine": {
"title": "CSS Grid Magazine",
"learn-css-grid-by-building-a-magazine": {
"title": "Learn CSS Grid by Building a Magazine",
"intro": [
"",
""

View File

@ -127,8 +127,8 @@
""
]
},
"css-grid-magazine": {
"title": "CSS Grid Magazine",
"learn-css-grid-by-building-a-magazine": {
"title": "Learn CSS Grid by Building a Magazine",
"intro": [
"",
""

View File

@ -97,7 +97,7 @@
},
"css-piano": { "title": "CSS Piano", "intro": ["", ""] },
"css-photo-gallery": { "title": "CSS Photo Gallery", "intro": ["", ""] },
"css-grid-magazine": { "title": "CSS Grid Magazine", "intro": ["", ""] },
"learn-css-grid-by-building-a-magazine": { "title": "Learn CSS Grid by Building a Magazine", "intro": ["", ""] },
"css-nutrition-label": {
"title": "CSS Nutrition Label",
"intro": ["", ""]

View File

@ -127,7 +127,7 @@
""
]
},
"css-grid-magazine": {
"learn-css-grid-by-building-a-magazine": {
"title": "Revista CSS Grid",
"intro": [
"",

View File

@ -127,7 +127,7 @@
""
]
},
"css-grid-magazine": {
"learn-css-grid-by-building-a-magazine": {
"title": "Rivista con CSS Grid",
"intro": [
"",

View File

@ -127,7 +127,7 @@
""
]
},
"css-grid-magazine": {
"learn-css-grid-by-building-a-magazine": {
"title": "Revista em CSS Grid",
"intro": [
"",

View File

@ -1,10 +0,0 @@
---
title: Introduction to the CSS Grid Magazine
block: css-grid-magazine
superBlock: Responsive Web Design
isBeta: true
---
## Introduction to the CSS Grid Magazine
This is a test for the new project-based curriculum.

View File

@ -0,0 +1,10 @@
---
title: Introduction to the Learn CSS Grid by Building a Magazine
block: learn-css-grid-by-building-a-magazine
superBlock: Responsive Web Design
isBeta: true
---
## Introduction to the Learn CSS Grid by Building a Magazine
This is a test for the new project-based curriculum.

View File

@ -81,7 +81,7 @@
"accessibility-quiz": "HTML-CSS",
"learn-html-forms-by-building-a-registration-form": "HTML-CSS",
"css-photo-gallery": "HTML-CSS",
"css-grid-magazine": "HTML-CSS",
"learn-css-grid-by-building-a-magazine": "HTML-CSS",
"css-nutrition-label": "HTML-CSS",
"css-ferris-wheel": "HTML-CSS"
}

View File

@ -1,7 +1,7 @@
{
"name": "CSS Grid Magazine",
"name": "Learn CSS Grid by Building a Magazine",
"isUpcomingChange": true,
"dashedName": "css-grid-magazine",
"dashedName": "learn-css-grid-by-building-a-magazine",
"order": 16,
"time": "5 hours",
"template": "",

View File

@ -29,7 +29,7 @@
"d3-dashboard": "D3 Dashboard",
"learn-html-forms-by-building-a-registration-form": "Learn HTML Forms by Building a Registration Form",
"css-photo-gallery": "CSS Photo Gallery",
"css-grid-magazine": "CSS Grid Magazine",
"learn-css-grid-by-building-a-magazine": "Learn CSS Grid by Building a Magazine",
"css-nutrition-label": "CSS Nutrition Label",
"css-ferris-wheel": "CSS Ferris Wheel"
}