Skip to content

Commit c823714

Browse files
committed
Enable chapter
1 parent 5bef99a commit c823714

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

src/config/2025.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@
190190
"chapter_number": "22",
191191
"title": "Cookies",
192192
"slug": "cookies",
193-
"hero_dir": "2024",
194-
"todo": true
193+
"hero_dir": "2024"
195194
},
196195
{
197196
"part": "IV",

src/config/contributors.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,9 @@
10591059
"authors",
10601060
"committee",
10611061
"reviewers"
1062+
],
1063+
"2025": [
1064+
"analysts"
10621065
]
10631066
}
10641067
},

src/server/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
STATIC_DIR = ROOT_DIR + "/static"
99

1010
SUPPORTED_YEARS = []
11-
DEFAULT_YEAR = "2024"
11+
DEFAULT_YEAR = "2025"
1212

1313
DEFAULT_AVATAR_FOLDER_PATH = "/static/images/avatars/"
1414
AVATAR_SIZE = 200

src/tools/test/test_status_codes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const convert = require('xml-js');
44

55
const { get_yearly_configs } = require('../generate/shared');
66

7-
const default_year = 2024;
7+
const default_year = 2025;
88
const default_language = 'en';
99
const base_url = "http://127.0.0.1:8080";
1010

0 commit comments

Comments
 (0)