Skip to content

Commit 9ca3093

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 119f7f1 commit 9ca3093

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

src/data/links.json

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,73 @@
11
{
2-
"header": [
2+
"header": [
3+
{
4+
"name": "Programme",
5+
"items": [
36
{
4-
"name": "Programme",
5-
"items": [
6-
{
7-
"name": "Tracks",
8-
"path": "/programme/tracks"
9-
},
10-
{
11-
"name": "Selection Process",
12-
"path": "/programme/selection"
13-
},
14-
{
15-
"name": "Community Voting",
16-
"path": "/programme/voting"
17-
},
18-
{
19-
"name": "Speaker Mentorship",
20-
"path": "/programme/mentorship"
21-
},
22-
{
23-
"name": "C API Summit",
24-
"path": "/programme/c-api-summit"
25-
},
26-
{
27-
"name": "WebAssembly Summit",
28-
"path": "/programme/wasm-summit"
29-
}
30-
]
7+
"name": "Tracks",
8+
"path": "/programme/tracks"
319
},
3210
{
33-
"name": "Prague & Venue",
34-
"items": [
35-
{
36-
"name": "Around Prague & PCC",
37-
"path": "/where"
38-
},
39-
{
40-
"name": "Exploring Prague",
41-
"path": "/explore"
42-
}
43-
]
11+
"name": "Selection Process",
12+
"path": "/programme/selection"
4413
},
4514
{
46-
"name": "Info & Support",
47-
"items": [
48-
{
49-
"name": "FAQ",
50-
"path": "/faq"
51-
}
52-
]
53-
}
54-
],
55-
"footer": [
15+
"name": "Community Voting",
16+
"path": "/programme/voting"
17+
},
5618
{
57-
"name": "2024 Photos",
58-
"path": "https://ep2024.europython.eu/photos"
19+
"name": "Speaker Mentorship",
20+
"path": "/programme/mentorship"
5921
},
6022
{
61-
"name": "Contacts",
62-
"path": "/contacts"
23+
"name": "C API Summit",
24+
"path": "/programme/c-api-summit"
6325
},
6426
{
65-
"name": "Terms",
66-
"path": "/terms"
27+
"name": "WebAssembly Summit",
28+
"path": "/programme/wasm-summit"
29+
}
30+
]
31+
},
32+
{
33+
"name": "Prague & Venue",
34+
"items": [
35+
{
36+
"name": "Around Prague & PCC",
37+
"path": "/where"
6738
},
6839
{
69-
"name": "Privacy Policy",
70-
"path": "https://www.europython-society.org/privacy/"
40+
"name": "Exploring Prague",
41+
"path": "/explore"
42+
}
43+
]
44+
},
45+
{
46+
"name": "Info & Support",
47+
"items": [
48+
{
49+
"name": "FAQ",
50+
"path": "/faq"
7151
}
72-
]
52+
]
53+
}
54+
],
55+
"footer": [
56+
{
57+
"name": "2024 Photos",
58+
"path": "https://ep2024.europython.eu/photos"
59+
},
60+
{
61+
"name": "Contacts",
62+
"path": "/contacts"
63+
},
64+
{
65+
"name": "Terms",
66+
"path": "/terms"
67+
},
68+
{
69+
"name": "Privacy Policy",
70+
"path": "https://www.europython-society.org/privacy/"
71+
}
72+
]
7373
}

0 commit comments

Comments
 (0)