Skip to content

Commit 14647c7

Browse files
committed
feat(deps): update dependencies and adjust config for new Docusaurus version
Upgraded npm dependencies across the project, including major updates to `@fortawesome` and `@algolia` packages. Adjusted Docusaurus configuration to update markdown link paths and enable legacy-head attribute removal for v4. These changes improve compatibility and prepare the project for future updates.
1 parent b907f91 commit 14647c7

File tree

5 files changed

+7878
-8275
lines changed

5 files changed

+7878
-8275
lines changed

cna/data/mdxFrontMatter.json

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1 @@
1-
[
2-
{
3-
"chapter": "graz",
4-
"file": "/Users/drackthor/code/repos/drackthor/cna-website/cna/src/pages/graz/20250417.mdx",
5-
"frontMatter": {
6-
"date": "2025-04-17",
7-
"id": 20250417,
8-
"location": "SPACELEND",
9-
"locationAddress": "Neubaugasse 24, 8020 Graz",
10-
"locationGmapsUrl": "https://maps.app.goo.gl/SPysNWReHUbrEQBT6",
11-
"locationOpenStreetUrl": "https://www.openstreetmap.org/node/8752516740",
12-
"timeEnd": "10pm",
13-
"timeStart": "5pm",
14-
"title": "Meetup Graz April",
15-
"urlBevy": "https://community.cncf.io/events/details/cncf-cloud-native-graz-presents-cncg-graz-meetup-april-2025/",
16-
"urlMeetup": "https://www.meetup.com/cncf-graz/events/306151086/"
17-
}
18-
},
19-
{
20-
"chapter": "graz",
21-
"file": "/Users/drackthor/code/repos/drackthor/cna-website/cna/src/pages/graz/20250522.mdx",
22-
"frontMatter": {
23-
"date": "2025-05-22",
24-
"id": 20250522,
25-
"location": "SPACELEND",
26-
"locationAddress": "Neubaugasse 24, 8020 Graz",
27-
"locationGmapsUrl": "https://maps.app.goo.gl/SPysNWReHUbrEQBT6",
28-
"locationOpenStreetUrl": "https://www.openstreetmap.org/node/8752516740",
29-
"timeEnd": "10pm",
30-
"timeStart": "5pm",
31-
"title": "Meetup Graz May",
32-
"urlBevy": "",
33-
"urlMeetup": ""
34-
}
35-
}
36-
]
1+
[]

cna/docusaurus.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ const config = {
2828
onBrokenMarkdownLinks: 'throw',
2929

3030
future: {
31+
v4: {
32+
removeLegacyPostBuildHeadAttribute: true,
33+
},
3134
experimental_faster: true,
3235
},
3336

@@ -207,7 +210,7 @@ const config = {
207210
items: [
208211
{
209212
label: 'Impressum',
210-
to: '/data-privacy',
213+
to: '/imprint',
211214
},
212215
// {
213216
// label: 'Blog',

0 commit comments

Comments
 (0)