Skip to content

Commit

Permalink
Improve the footer (#490)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
berendt authored and scoopex committed May 21, 2024
1 parent ca4bded commit 526532b
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 20 deletions.
17 changes: 17 additions & 0 deletions docs/appendix/comparisons.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_label: Comparisons
---

# Comparisons

## OSISM vs. FishOS

## OSISM vs. Red Hat OpenStack Services on OpenShift

## OSISM vs. Canonical OpenStack

## OSISM vs. SUSE OpenStack Cloud

## OSISM vs. Mirantis OpenStack for Kubernetes

## OSISM vs. OpenStack Ansible
1 change: 0 additions & 1 deletion docs/appendix/glossary.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
sidebar_label: Glossary
sidebar_position: 10
---

# Glossary
Expand Down
1 change: 0 additions & 1 deletion docs/appendix/standards.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
sidebar_label: Standards
sidebar_position: 20
---

# Standards
Expand Down
64 changes: 46 additions & 18 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,36 +114,60 @@ const config = {
label: 'Documentation',
href: '/docs',
},
{
label: 'GitHub',
href: 'https://github.com/osism',
},
{
label: 'Zuul CI',
href: 'https://zuul.services.betacloud.xyz/t/osism/status',
},
{
label: 'Users',
href: '/users',
},
{
label: 'Partners',
href: '/partners',
},
{
href: 'https://scs.community',
label: 'Sovereign Cloud Stack',
},
],
},
{
title: 'Community',
title: 'Comparisons',
items: [
{
href: 'https://scs.community',
label: 'Sovereign Cloud Stack',
label: 'OSISM vs. FishOS',
href: '/docs/appendix/comparisons#osism-vs-fishos',
},
{
label: 'GitHub',
href: 'https://github.com/osism',
label: 'OSISM vs. Red Hat OpenStack Services on OpenShift',
href: '/docs/appendix/comparisons#osism-vs-red-hat-openstack-services-on-openshift',
},
{
label: 'Zuul CI',
href: 'https://zuul.services.betacloud.xyz/t/osism/status',
label: 'OSISM vs. Canonical OpenStack',
href: '/docs/appendix/comparisons#osism-vs-canonical-openstack',
},
],
{
label: 'OSISM vs. SUSE OpenStack Cloud',
href: '/docs/appendix/comparisons#osism-vs-suse-openstack-cloud',
},
{
label: 'OSISM vs. Mirantis OpenStack for Kubernetes',
href: '/docs/appendix/comparisons#osism-vs-mirantis-openstack-for-kubernetes',
},
{
label: 'OSISM vs. OpenStack Ansible',
href: '/docs/appendix/comparisons#osism-vs-openstack-ansible',
},
],
},
{
title: 'Company',
items: [
{
label: 'About Us',
href: '/about-us',
},
{
label: 'Blog',
href: '/blog',
Expand All @@ -153,16 +177,16 @@ const config = {
href: '/contact-us',
},
{
label: 'Partners',
href: '/partners',
label: 'LinkedIn',
href: 'https://www.linkedin.com/company/osism/',
},
{
label: 'Jobs',
href: '/jobs',
label: 'About Us',
href: '/about-us',
},
{
label: 'Legals',
href: '/legals',
label: 'Jobs',
href: '/jobs',
},
{
label: 'Privacy Policy',
Expand All @@ -172,6 +196,10 @@ const config = {
label: 'Terms & Conditions',
href: '/terms',
},
{
label: 'Legals',
href: '/legals',
},
],
},
],
Expand Down

0 comments on commit 526532b

Please sign in to comment.