Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the More from SUSE list #339

Merged
merged 1 commit into from
Jan 26, 2024
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
11 changes: 3 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ const config = {
value: '<hr style="margin: 0.3rem 0;">',
},
{
href: 'https://epinio.io/',
label: 'Epinio',
className: 'navbar__icon navbar__epinio',
href: 'https://elemental.docs.rancher.com/',
label: 'Elemental',
className: 'navbar__icon navbar__elemental',
},
{
href: 'https://fleet.rancher.io/',
Expand All @@ -143,11 +143,6 @@ const config = {
label: 'Harvester',
className: 'navbar__icon navbar__harvester',
},
{
href: 'https://opni.io/',
label: 'Opni',
className: 'navbar__icon navbar__opni',
},
{
type: 'html',
value: '<hr style="margin: 0.3rem 0;">',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.0.1",
"@docusaurus/preset-classic": "^3.0.1",
"@docusaurus/core": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.1.1",
"docusaurus-lunr-search": "^2.1.15",
Expand All @@ -29,7 +29,7 @@
"remark-validate-links": "^12.1.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.0.1",
"@docusaurus/module-type-aliases": "^3.1.0",
"@tsconfig/docusaurus": "^1.0.4",
"typescript": "^4.5.2"
},
Expand Down
13 changes: 2 additions & 11 deletions src/css/icon_dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
background-color: #0081be;
}

.navbar__epinio:before {
mask: url(/static/img/icon-epinio-mask.png) no-repeat 100% 100%;
.navbar__elemental:before {
mask: url(/static/img/icon-elemental.png) no-repeat 100% 100%;
mask-size: cover;
width: 35px;
height: 22px;
Expand All @@ -56,15 +56,6 @@
background-color: #00a580;
}

.navbar__opni:before {
mask: url(/static/img/icon-opni-mask.png) no-repeat 100% 100%;
mask-size: cover;
width: 35px;
height: 22px;
padding-bottom: 7px;
background-color: #b536c3e2;
}

.navbar__suse:before {
mask: url(/static/img/icon-suse-mask.png) no-repeat 100% 100%;
mask-size: cover;
Expand Down
Binary file added static/img/icon-elemental.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/icon-epinio-mask.png
Binary file not shown.
Binary file removed static/img/icon-opni-mask.png
Binary file not shown.
Loading
Loading