-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the build to ignore 2024 chapters (for now) (#3728)
* Fix the build to ignore 2024 chapters (for now) * Remove test line
- Loading branch information
1 parent
5b7997e
commit da71b3e
Showing
3 changed files
with
235 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,235 @@ | ||
{ | ||
"settings": [ | ||
{ | ||
"is_live": false, | ||
"supported_languages": ["en"], | ||
"ebook_languages": [] | ||
} | ||
], | ||
"outline": [ | ||
{ | ||
"part": "I. Page Content", | ||
"part_number": "1", | ||
"chapters": [ | ||
{ | ||
"part": "I", | ||
"chapter_number": "1", | ||
"title": "CSS", | ||
"slug": "css", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "I", | ||
"chapter_number": "2", | ||
"title": "JavaScript", | ||
"slug": "javascript", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "I", | ||
"chapter_number": "3", | ||
"title": "Markup", | ||
"slug": "markup", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "I", | ||
"chapter_number": "4", | ||
"title": "Structured Data", | ||
"slug": "structured-data", | ||
"hero_dir": "2021", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "I", | ||
"chapter_number": "5", | ||
"title": "Fonts", | ||
"slug": "fonts", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "I", | ||
"chapter_number": "6", | ||
"title": "Media", | ||
"slug": "media", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "I", | ||
"chapter_number": "7", | ||
"title": "WebAssembly", | ||
"slug": "webassembly", | ||
"hero_dir": "2021", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "I", | ||
"chapter_number": "8", | ||
"title": "Third Parties", | ||
"slug": "third-parties", | ||
"todo": true | ||
} | ||
] | ||
}, | ||
{ | ||
"part": "II. User Experience", | ||
"part_number": "2", | ||
"chapters": [ | ||
{ | ||
"part": "II", | ||
"chapter_number": "9", | ||
"title": "SEO", | ||
"slug": "seo", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "II", | ||
"chapter_number": "10", | ||
"title": "Accessibility", | ||
"slug": "accessibility", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "II", | ||
"chapter_number": "11", | ||
"title": "Performance", | ||
"slug": "performance", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "II", | ||
"chapter_number": "12", | ||
"title": "Privacy", | ||
"slug": "privacy", | ||
"hero_dir": "2020", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "II", | ||
"chapter_number": "13", | ||
"title": "Security", | ||
"slug": "security", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "II", | ||
"chapter_number": "14", | ||
"title": "Mobile Web", | ||
"slug": "mobile-web", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "II", | ||
"chapter_number": "15", | ||
"title": "Capabilities", | ||
"hero_dir": "2020", | ||
"slug": "capabilities", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "II", | ||
"chapter_number": "16", | ||
"title": "PWA", | ||
"slug": "pwa", | ||
"todo": true | ||
} | ||
] | ||
}, | ||
{ | ||
"part": "III. Content Publishing", | ||
"part_number": "3", | ||
"chapters": [ | ||
{ | ||
"part": "III", | ||
"chapter_number": "17", | ||
"title": "CMS", | ||
"slug": "cms", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "III", | ||
"chapter_number": "18", | ||
"title": "Jamstack", | ||
"slug": "jamstack", | ||
"hero_dir": "2020", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "III", | ||
"chapter_number": "19", | ||
"title": "Sustainability", | ||
"slug": "sustainability", | ||
"hero_dir": "2022", | ||
"todo": true | ||
} | ||
] | ||
}, | ||
{ | ||
"part": "IV. Content Distribution", | ||
"part_number": "4", | ||
"chapters": [ | ||
{ | ||
"part": "IV", | ||
"chapter_number": "20", | ||
"title": "Page Weight", | ||
"slug": "page-weight", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "IV", | ||
"chapter_number": "21", | ||
"title": "CDN", | ||
"slug": "cdn", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "IV", | ||
"chapter_number": "22", | ||
"title": "Compression", | ||
"slug": "compression", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "IV", | ||
"chapter_number": "23", | ||
"title": "HTTP", | ||
"slug": "http", | ||
"todo": true | ||
}, | ||
{ | ||
"part": "IV", | ||
"chapter_number": "24", | ||
"title": "Cookies", | ||
"slug": "cookies", | ||
"todo": true | ||
} | ||
] | ||
} | ||
], | ||
"teams": { | ||
"analysts": { | ||
"name": "Analysts" | ||
}, | ||
"authors": { | ||
"name": "Authors" | ||
}, | ||
"designers": { | ||
"name": "Designers" | ||
}, | ||
"developers": { | ||
"name": "Developers" | ||
}, | ||
"editors": { | ||
"name": "Editors" | ||
}, | ||
"leads": { | ||
"name": "Leads" | ||
}, | ||
"reviewers": { | ||
"name": "Reviewers" | ||
}, | ||
"translators": { | ||
"name": "Translators" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.