From 5da44cc8a73e4476e8186b37dc3564ea6169bf14 Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Sat, 28 Dec 2024 15:17:11 +0000 Subject: [PATCH] Remove CSS and WebAssembly chapters (#3977) --- sql/2024/css/README.md | 20 ------------ sql/2024/webassembly/README.md | 20 ------------ src/config/2024.json | 51 +++++++++++------------------- src/config/last_updated.json | 10 ------ src/content/en/2024/css.md | 19 ----------- src/content/en/2024/webassembly.md | 19 ----------- 6 files changed, 18 insertions(+), 121 deletions(-) delete mode 100644 sql/2024/css/README.md delete mode 100644 sql/2024/webassembly/README.md delete mode 100644 src/content/en/2024/css.md delete mode 100644 src/content/en/2024/webassembly.md diff --git a/sql/2024/css/README.md b/sql/2024/css/README.md deleted file mode 100644 index 0743d12118c..00000000000 --- a/sql/2024/css/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# 2024 CSS queries - - - -## Resources - -- [📄 Planning doc][~google-doc] -- [📊 Results sheet][~google-sheets] -- [📝 Markdown file][~chapter-markdown] - -[~google-doc]: https://docs.google.com/document/d/1hMRUNA862CypoKXjRcQtZJpCDpb16jUSAIR6Nm2uWwE/edit -[~google-sheets]: https://docs.google.com/spreadsheets/d/1R40dZYFdszjciIpS2jFMC3mPpZC-xHJnEE42xTEVY2w/edit#gid=1778117656 -[~chapter-markdown]: https://github.com/HTTPArchive/almanac.httparchive.org/tree/main/src/content/en/2024/css.md diff --git a/sql/2024/webassembly/README.md b/sql/2024/webassembly/README.md deleted file mode 100644 index 659dc993817..00000000000 --- a/sql/2024/webassembly/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# 2024 WebAssembly queries - - - -## Resources - -- [📄 Planning doc][~google-doc] -- [📊 Results sheet][~google-sheets] -- [📝 Markdown file][~chapter-markdown] - -[~google-doc]: https://docs.google.com/document/d/1GFRuWbGXJAErz1g7bPs7cyQM26ZVrzCLcI0EA4QUvdI/edit -[~google-sheets]: https://docs.google.com/spreadsheets/d/1Qfp5d_xWuUolLJVBt8iQWUpqlubpHHf3_SY9TKYYzXM/edit#gid=1778117656 -[~chapter-markdown]: https://github.com/HTTPArchive/almanac.httparchive.org/tree/main/src/content/en/2024/webassembly.md diff --git a/src/config/2024.json b/src/config/2024.json index c1464e49546..d169e2f5278 100644 --- a/src/config/2024.json +++ b/src/config/2024.json @@ -14,54 +14,39 @@ { "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", + "chapter_number": "2", "title": "Markup", "slug": "markup" }, { "part": "I", - "chapter_number": "4", + "chapter_number": "3", "title": "Structured Data", "slug": "structured-data", "hero_dir": "2021" }, { "part": "I", - "chapter_number": "5", + "chapter_number": "4", "title": "Fonts", "slug": "fonts" }, { "part": "I", - "chapter_number": "6", + "chapter_number": "5", "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", + "chapter_number": "6", "title": "Third Parties", "slug": "third-parties" } @@ -73,32 +58,32 @@ "chapters": [ { "part": "II", - "chapter_number": "9", + "chapter_number": "7", "title": "SEO", "slug": "seo" }, { "part": "II", - "chapter_number": "10", + "chapter_number": "8", "title": "Accessibility", "slug": "accessibility" }, { "part": "II", - "chapter_number": "11", + "chapter_number": "9", "title": "Performance", "slug": "performance" }, { "part": "II", - "chapter_number": "12", + "chapter_number": "10", "title": "Privacy", "slug": "privacy", "hero_dir": "2020" }, { "part": "II", - "chapter_number": "13", + "chapter_number": "11", "title": "Security", "slug": "security" } @@ -110,26 +95,26 @@ "chapters": [ { "part": "III", - "chapter_number": "14", + "chapter_number": "12", "title": "CMS", "slug": "cms" }, { "part": "III", - "chapter_number": "15", + "chapter_number": "13", "title": "Ecommerce", "slug": "ecommerce" }, { "part": "III", - "chapter_number": "16", + "chapter_number": "14", "title": "Jamstack", "slug": "jamstack", "hero_dir": "2020" }, { "part": "III", - "chapter_number": "17", + "chapter_number": "15", "title": "Sustainability", "slug": "sustainability", "hero_dir": "2022" @@ -142,26 +127,26 @@ "chapters": [ { "part": "IV", - "chapter_number": "18", + "chapter_number": "16", "title": "Page Weight", "slug": "page-weight", "todo": true }, { "part": "IV", - "chapter_number": "19", + "chapter_number": "17", "title": "CDN", "slug": "cdn" }, { "part": "IV", - "chapter_number": "20", + "chapter_number": "18", "title": "HTTP", "slug": "http" }, { "part": "IV", - "chapter_number": "21", + "chapter_number": "19", "title": "Cookies", "slug": "cookies", "hero_dir": "2024" diff --git a/src/config/last_updated.json b/src/config/last_updated.json index cda5f55fd2d..63da8b04e17 100644 --- a/src/config/last_updated.json +++ b/src/config/last_updated.json @@ -771,11 +771,6 @@ "date_modified": "2024-11-16T00:00:00.000Z", "hash": "cb482bca20b7851d66423e337e200e13" }, - "en/2024/chapters/css.html": { - "date_published": "2024-11-11T00:00:00.000Z", - "date_modified": "2024-11-16T00:00:00.000Z", - "hash": "a79cb03c36c7fdc3964af5448d33daaa" - }, "en/2024/chapters/ecommerce.html": { "date_published": "2024-11-11T00:00:00.000Z", "date_modified": "2024-11-21T00:00:00.000Z", @@ -856,11 +851,6 @@ "date_modified": "2024-11-30T00:00:00.000Z", "hash": "f5e703ed3f81f6969d2000e33d06a7fd" }, - "en/2024/chapters/webassembly.html": { - "date_published": "2024-11-11T00:00:00.000Z", - "date_modified": "2024-11-16T00:00:00.000Z", - "hash": "6c36c4acc4cfd695512f55731b0f6edf" - }, "en/2024/contributors.html": { "date_published": "2024-11-11T00:00:00.000Z", "date_modified": "2024-11-11T00:00:00.000Z", diff --git a/src/content/en/2024/css.md b/src/content/en/2024/css.md deleted file mode 100644 index 7d739ed3273..00000000000 --- a/src/content/en/2024/css.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -#See https://github.com/HTTPArchive/almanac.httparchive.org/wiki/Authors'-Guide#metadata-to-add-at-the-top-of-your-chapters -title: CSS -description: CSS chapter of the 2024 Web Almanac covering trends, changes, and patterns in CSS use across the web. -hero_alt: Hero image of Web Almanac characters measuring and painting a web page. -authors: [] -reviewers: [] -editors: [] -analysts: [] -translators: [] -results: https://docs.google.com/spreadsheets/d/1R40dZYFdszjciIpS2jFMC3mPpZC-xHJnEE42xTEVY2w/ -featured_quote: -featured_stat_1: -featured_stat_label_1: -featured_stat_2: -featured_stat_label_2: -featured_stat_3: -featured_stat_label_3: ---- diff --git a/src/content/en/2024/webassembly.md b/src/content/en/2024/webassembly.md deleted file mode 100644 index 4e4becb9282..00000000000 --- a/src/content/en/2024/webassembly.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -#See https://github.com/HTTPArchive/almanac.httparchive.org/wiki/Authors'-Guide#metadata-to-add-at-the-top-of-your-chapters -title: WebAssembly -description: WebAssembly chapter of the 2024 Web Almanac covering usage, languages, and post-MVP features. -hero_alt: Hero image of Web Almanac characters performing scientific experiments on various code symbols resulting in 1's and 0's coming out the other end. -authors: [] -reviewers: [] -editors: [] -analysts: [] -translators: [] -results: https://docs.google.com/spreadsheets/d/1Qfp5d_xWuUolLJVBt8iQWUpqlubpHHf3_SY9TKYYzXM/ -featured_quote: -featured_stat_1: -featured_stat_label_1: -featured_stat_2: -featured_stat_label_2: -featured_stat_3: -featured_stat_label_3: ----