Skip to content

Commit

Permalink
Improve header & footer links (#743)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jan 5, 2025
1 parent 35a284a commit 0e692e8
Showing 1 changed file with 27 additions and 45 deletions.
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

0 comments on commit 0e692e8

Please sign in to comment.