Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 4 additions & 18 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,33 +54,19 @@ module.exports = {
},
{
type: 'dropdown',
label: 'More From SUSE',
label: 'More From CNCF',
position: 'right',
className: 'navbar__dropdown',
items: [
{
label: 'Rancher',
to: 'https://www.rancher.com',
className: 'navbar__icon navbar__rancher',
},
{
label: 'Rancher Desktop',
to: "https://rancherdesktop.io",
className: 'navbar__icon navbar__rd',
},
{
label: 'Longhorn',
to: "https://longhorn.io",
className: 'navbar__icon navbar__longhorn',
},
{
type: 'html',
value: '<hr style="margin: 0.3rem 0;">',
},
{
label: 'More Projects...',
to: "https://opensource.suse.com",
className: 'navbar__icon navbar__suse',
label: 'Kubewarden',
to: "https://kubewarden.io",
className: 'navbar__icon navbar__kubewarden',
},
],
},
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.1.0",
"@docusaurus/plugin-client-redirects": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@docusaurus/theme-common": "^3.1.0",
"@docusaurus/theme-mermaid": "^3.1.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@docusaurus/core": "^3.7.0",
"@docusaurus/plugin-client-redirects": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@docusaurus/theme-common": "^3.7.0",
"@docusaurus/theme-mermaid": "^3.7.0",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.1.0",
"@tsconfig/docusaurus": "^1.0.5",
"typescript": "^4.7.4"
"@docusaurus/module-type-aliases": "^3.7.0",
"@tsconfig/docusaurus": "^2.0.3",
"typescript": "^5.8.3"
},
"browserslist": {
"production": [
Expand Down
9 changes: 9 additions & 0 deletions src/css/icon_dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@
padding-bottom: 9px;
}

.navbar__kubewarden:hover:before {
background-color: #bc2a46;
}
.navbar__kubewarden:before {
mask: url(/static/img/icon-kubewarden-mask.png) no-repeat 100% 100%;
mask-size: cover;
height: 22px;
}

.navbar__suse:hover:before {
background-color: #30ba78;
}
Expand Down
13 changes: 0 additions & 13 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,6 @@ sudo k3s agent --server https://myserver:6443 --token \${NODE_TOKEN}`
}</CodeBlock>
</div>
<div className={`${index.learnMore} ${index.bgPrimary}`}>
<div className={index.wrap}>
<h2>Learn More</h2>
<div className={index.gridTwo}>
<div>
<p>Read the latest K3s blog.</p>
<a href="https://docs.k3s.io/blog" class="button button--lg button--static">Blog</a>
</div>
<div>
<p>Sign up for the latest "K3s Basics" Online Training.</p>
<a href="https://www.rancher.academy/courses/k3s-basics" class="button button--lg button--static">Watch Training</a>
</div>
</div>
</div>
</div>
</section>
<section className={`${index.bgLight} ${index.cncf} ${index.textCenter}`}>
Expand Down
Binary file added static/img/icon-kubewarden-mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading