Skip to content

Commit 2fec876

Browse files
committed
Update readme/config/1.34 post to address warnings
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent 6b8b558 commit 2fec876

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This command starts a local development server and opens up a browser window. Mo
2020

2121
You can also use Docker to launch the website without needing to install and configure yarn:
2222
```
23-
docker run --rm -d --name k3s-docs -v $PWD:$PWD -w $PWD -u $(id -u) -p 3000:3000 node:18 sh -c 'yarn; yarn start -h 0.0.0.0'
23+
$ docker run --rm -d --name k3s-docs -e HOME=$PWD -v $PWD:$PWD -w $PWD -u $(id -u) -p 3000:3000 node:22 sh -c 'corepack yarn start -h 0.0.0.0'
2424
```
2525

2626
### Build

blog/2025-08-30-K3s-1.34-release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Kubernetes 1.34 is finally here! A look back at K3s recent work and achievements
88

99
It's been a busy and productive few months, and we're excited to share some of the amazing progress we've made. From new features that make your lives easier to important bug fixes and foundational improvements, our team and community have been hard at work.
1010

11+
<!-- truncate -->
12+
1113
## Key Features and Improvements ✨
1214
Here’s a look at some of the most impactful features and updates we've rolled out:
1315

docusaurus.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ module.exports = {
66
url: 'https://docs.k3s.io',
77
baseUrl: '/',
88
onBrokenLinks: 'throw',
9-
onBrokenMarkdownLinks: 'warn',
109
favicon: 'img/favicon.ico',
1110
organizationName: 'k3s-io', // Usually your GitHub org/user name.
1211
projectName: 'docs', // Usually your repo name.
1312
trailingSlash: false,
1413
markdown: {
1514
mermaid: true,
15+
hooks: {
16+
onBrokenMarkdownLinks: 'warn',
17+
},
1618
},
1719
themes: [
1820
'@docusaurus/theme-mermaid',

0 commit comments

Comments
 (0)