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

Improve header & footer links #743

Merged
merged 1 commit into from
Jan 5, 2025
Merged
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
72 changes: 27 additions & 45 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const config = {
label: 'Documentation',
},
{ to: "/users", label: "Users", position: "left" },
{ to: "/partners", label: "Partners", position: "left" },
{
href: 'mailto:[email protected]?subject=OSISM Demo',
label: 'Schedule a demo',
Expand All @@ -107,89 +108,70 @@ const config = {
title: 'Resources',
items: [
{
label: 'Documentation',
href: '/docs',
},
{
label: 'GitHub',
href: 'https://github.com/osism',
label: 'Comparisions',
href: '/docs/appendix/comparisons',
},
{
label: 'Zuul CI',
href: 'https://zuul.services.betacloud.xyz/t/osism/status',
label: 'Documentation',
href: '/docs',
},
{
label: 'Users',
href: '/users',
},
{
label: 'Partner Network',
label: 'Partners',
href: '/partners',
},
{
label: 'Support',
href: '/support',
},
{
href: 'https://github.com/osism/issues/issues/new/choose',
label: 'Open issue',
position: 'right',
},
{
href: 'https://regiocloud.github.io',
label: 'REGIO',
position: 'right',
},
{
href: 'https://www.sovereigncloudstack.org',
label: 'Sovereign Cloud Stack',
position: 'right',
},
],
},
{
title: 'Comparisons',
title: 'External links',
items: [
{
label: 'OSISM vs. FishOS',
href: '/docs/appendix/comparisons#osism-vs-fishos',
label: 'LinkedIn',
href: 'https://www.linkedin.com/company/osism/',
},
{
label: 'OSISM vs. Red Hat OpenStack Services on OpenShift',
href: '/docs/appendix/comparisons#osism-vs-red-hat-openstack-services-on-openshift',
label: 'GitHub',
href: 'https://github.com/osism',
},
{
label: 'OSISM vs. Canonical OpenStack',
href: '/docs/appendix/comparisons#osism-vs-canonical-openstack',
href: 'https://github.com/osism/issues/issues/new/choose',
label: 'Open issue on GitHub',
},
{
label: 'OSISM vs. SUSE OpenStack Cloud',
href: '/docs/appendix/comparisons#osism-vs-suse-openstack-cloud',
label: 'Zuul CI',
href: 'https://zuul.services.betacloud.xyz/t/osism/status',
},
{
label: 'OSISM vs. Mirantis OpenStack for Kubernetes',
href: '/docs/appendix/comparisons#osism-vs-mirantis-openstack-for-kubernetes',
href: 'https://regiocloud.github.io',
label: 'REGIO.cloud',
},
{
label: 'OSISM vs. OpenStack Ansible',
href: '/docs/appendix/comparisons#osism-vs-openstack-ansible',
href: 'https://www.sovereigncloudstack.org',
label: 'Sovereign Cloud Stack',
},
],
},
{
title: 'Company',
items: [
{
label: 'About Us',
href: '/about-us',
},
{
label: 'Contact Us',
href: '/contact-us',
},
{
label: 'LinkedIn',
href: 'https://www.linkedin.com/company/osism/',
href: 'mailto:[email protected]?subject=OSISM Demo',
label: 'Schedule a demo',
},
{
label: 'About Us',
href: '/about-us',
label: 'Support',
href: '/support',
},
{
label: 'Jobs',
Expand Down
Loading