Skip to content

Commit 3adc3ee

Browse files
ydimovayohhaantunetheweb
authored
Cookies 2024 chapter (#3827)
* Cookies 2024 chapter * Fix tables and headers * test convert tables to html * Convert all md tables to HTML * Update cookies.md * Update cookies.md * Cookies 2024 chapter * Fix markdown issues * Updating with correct contributors * Pass to fix typos, formatting, figures default size, sql, gids until SameSite subsection * fix linting issues + more formatting * Linting * Linting * Linting * Finish typo and format pass, also regenerated and republished all figures to be the default size * update relative links to privacy/security/methodology pages * Proofing pass on cookies chapter, generating static images * Final edits * Retake images * Add banner image --------- Co-authored-by: Yohan Beugin <yohan@beugin.org> Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent bd306c3 commit 3adc3ee

30 files changed

Lines changed: 872 additions & 14 deletions

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYVER=3.12
2-
FROM python:${PYVER} as base
2+
FROM python:${PYVER} AS base
33

44
# Enable unbuffered STDOUT logging
55
ENV PYTHONUNBUFFERED=1

src/config/2024.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"chapter_number": "21",
170170
"title": "Cookies",
171171
"slug": "cookies",
172-
"todo": true
172+
"hero_dir": "2024"
173173
}
174174
]
175175
}

src/config/contributors.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3873,6 +3873,20 @@
38733873
"twitter": "roryhewitt3",
38743874
"website": "https://romche.com"
38753875
},
3876+
"rowan-m": {
3877+
"avatar_url": "108052",
3878+
"github": "rowan-m",
3879+
"linkedin": "rowanmerewood",
3880+
"name": "Rowan Merewood",
3881+
"teams": {
3882+
"2024": [
3883+
"reviewers"
3884+
]
3885+
},
3886+
"twitter": "rowan_m",
3887+
"mastodon": "https://mastodon.social/@rowan_m",
3888+
"website": "https://merewood.org/"
3889+
},
38763890
"rvth": {
38773891
"avatar_url": "62478401",
38783892
"github": "rvth",
@@ -3925,6 +3939,10 @@
39253939
"2019": [
39263940
"brainstormers",
39273941
"authors"
3942+
],
3943+
"2024": [
3944+
"reviewers",
3945+
"authors"
39283946
]
39293947
},
39303948
"twitter": "sw12",
@@ -4626,7 +4644,6 @@
46264644
"website": "https://10xlearner.com/"
46274645
},
46284646
"ydimova": {
4629-
"avatar_url": "9135107",
46304647
"github": "ydimova",
46314648
"name": "Yana Dimova",
46324649
"teams": {
@@ -4639,6 +4656,9 @@
46394656
],
46404657
"2022": [
46414658
"analysts"
4659+
],
4660+
"2024": [
4661+
"authors"
46424662
]
46434663
}
46444664
},
@@ -4658,6 +4678,18 @@
46584678
"twitter": "yoavweiss",
46594679
"website": "https://blog.yoav.ws"
46604680
},
4681+
"yohhaan": {
4682+
"avatar_url": "32905060",
4683+
"github": "yohhaan",
4684+
"name": "Yohan Beugin",
4685+
"teams": {
4686+
"2024": [
4687+
"authors",
4688+
"analysts"
4689+
]
4690+
},
4691+
"website": "https://yohan.beugin.org"
4692+
},
46614693
"tyohan": {
46624694
"avatar_url": "106703",
46634695
"github": "tyohan",

src/content/en/2024/cookies.md

Lines changed: 837 additions & 11 deletions
Large diffs are not rendered by default.
19.1 KB
Loading
31.1 KB
Loading
19.5 KB
Loading
19.2 KB
Loading
23.2 KB
Loading
22.8 KB
Loading

0 commit comments

Comments
 (0)