Skip to content

Commit 29540d2

Browse files
authored
Merge pull request #90 from guardian/add-paralympics
Add Paralympics 2024
2 parents f3b9cbd + 4b722ad commit 29540d2

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

json/navigation-conf/au.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
"title": "Sport",
5454
"path": "au/sport",
5555
"sections": [
56+
{
57+
"title": "Paralympics 2024",
58+
"path": "sport/paralympic-games-2024"
59+
},
5660
{
5761
"title": "Australia sport",
5862
"path": "sport/australia-sport"

json/navigation-conf/europe.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
"title": "Sport",
8282
"path": "sport",
8383
"sections": [
84+
{
85+
"title": "Paralympics 2024",
86+
"path": "sport/paralympic-games-2024"
87+
},
8488
{
8589
"title": "Football",
8690
"path": "football"

json/navigation-conf/international.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
"title": "Sport",
8282
"path": "sport",
8383
"sections": [
84+
{
85+
"title": "Paralympics 2024",
86+
"path": "sport/paralympic-games-2024"
87+
},
8488
{
8589
"title": "Football",
8690
"path": "football"

json/navigation-conf/uk.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@
8686
"title": "Sport",
8787
"path": "uk/sport",
8888
"sections": [
89+
{
90+
"title": "Paralympics 2024",
91+
"path": "sport/paralympic-games-2024"
92+
},
8993
{
9094
"title": "Football",
9195
"path": "football"

json/navigation-conf/us.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
"title": "Sports",
6868
"path": "us/sport",
6969
"sections": [
70+
{
71+
"title": "Paralympics 2024",
72+
"path": "sport/paralympic-games-2024"
73+
},
7074
{
7175
"title": "Soccer",
7276
"path": "us/soccer",
@@ -103,6 +107,11 @@
103107
}
104108
]
105109
},
110+
{
111+
"title": "Paralympics 2024",
112+
"path": "sport/paralympic-games-2024",
113+
"sections": []
114+
},
106115
{
107116
"title": "Soccer",
108117
"path": "us/soccer",

0 commit comments

Comments
 (0)