From 0e692e84706dc551e1e5c0f038479388057b53ea Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Sun, 5 Jan 2025 11:44:03 +0100 Subject: [PATCH] Improve header & footer links (#743) Signed-off-by: Christian Berendt --- docusaurus.config.js | 72 +++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 45 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 10da9826a8..f989037ac3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -89,6 +89,7 @@ const config = { label: 'Documentation', }, { to: "/users", label: "Users", position: "left" }, + { to: "/partners", label: "Partners", position: "left" }, { href: 'mailto:info@osism.tech?subject=OSISM Demo', label: 'Schedule a demo', @@ -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:info@osism.tech?subject=OSISM Demo', + label: 'Schedule a demo', }, { - label: 'About Us', - href: '/about-us', + label: 'Support', + href: '/support', }, { label: 'Jobs',