Skip to content

Commit

Permalink
Latest chapter order
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Jul 17, 2020
1 parent 11afeb5 commit 4639b85
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions src/config/2020.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
{
"part": "I",
"chapter": "1",
"title": "JavaScript",
"slug": "javascript"
"title": "CSS",
"slug": "css"
},
{
"part": "I",
"chapter": "2",
"title": "CSS",
"slug": "css"
"title": "JavaScript",
"slug": "javascript"
},
{
"part": "I",
Expand All @@ -32,74 +32,68 @@
{
"part": "I",
"chapter": "4",
"title": "Media",
"slug": "media"
"title": "Fonts",
"slug": "fonts"
},
{
"part": "I",
"chapter": "5",
"title": "Third Parties",
"slug": "third-parties"
"title": "Media",
"slug": "media"
},
{
"part": "I",
"chapter": "6",
"title": "Fonts",
"slug": "fonts"
},
{
"part": "I",
"chapter": "7",
"title": "JAMstack",
"slug": "jamstack"
"title": "Third Parties",
"slug": "third-parties"
}
]
},
{
"part": "II. User Experience",
"part_number": "2",
"chapters": [
{
"part": "II",
"chapter": "7",
"title": "SEO",
"slug": "seo"
},
{
"part": "II",
"chapter": "8",
"title": "Performance",
"slug": "performance"
"title": "Accessibility",
"slug": "accessibility"
},
{
"part": "II",
"chapter": "9",
"title": "Security",
"slug": "security"
"title": "Performance",
"slug": "performance"
},
{
"part": "II",
"chapter": "10",
"title": "Accessibility",
"slug": "accessibility"
},
"title": "Privacy",
"slug": "privacy"
}
{
"part": "II",
"chapter": "11",
"title": "SEO",
"slug": "seo"
"title": "Security",
"slug": "security"
},
{
"part": "II",
"chapter": "12",
"title": "PWA",
"slug": "pwa"
},
{
"part": "II",
"chapter": "13",
"title": "Mobile Web",
"slug": "mobile-web"
},
{
"part": "II",
"chapter": "14",
"title": "Privacy",
"slug": "privacy"
"chapter": "13",
"title": "PWA",
"slug": "pwa"
}
]
},
Expand All @@ -109,15 +103,21 @@
"chapters": [
{
"part": "III",
"chapter": "17",
"chapter": "14",
"title": "CMS",
"slug": "cms"
},
{
"part": "III",
"chapter": "15",
"title": "Ecommerce",
"slug": "ecommerce"
},
{
"part": "III",
"chapter": "18",
"title": "CMS",
"slug": "cms"
"chapter": "16",
"title": "JAMstack",
"slug": "jamstack"
}
]
},
Expand All @@ -127,31 +127,31 @@
"chapters": [
{
"part": "IV",
"chapter": "19",
"chapter": "17",
"title": "Page Weight",
"slug": "page-weight"
},
{
"part": "IV",
"chapter": "18",
"title": "Compression",
"slug": "compression"
},
{
"part": "IV",
"chapter": "20",
"chapter": "19",
"title": "Caching",
"slug": "caching"
},
{
"part": "IV",
"chapter": "21",
"title": "Page Weight",
"slug": "page-weight"
},
{
"part": "IV",
"chapter": "22",
"chapter": "20",
"title": "Resource Hints",
"slug": "resource-hints"
},
{
"part": "IV",
"chapter": "23",
"chapter": "21",
"title": "HTTP/2",
"slug": "http2"
}
Expand Down

0 comments on commit 4639b85

Please sign in to comment.