From 091599d1ee490b0090afd5768cc5defb302b3a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Krzemi=C5=84ski?= Date: Mon, 25 Mar 2024 12:53:44 +0100 Subject: [PATCH] Add footer links and logo --- docusaurus.config.ts | 65 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 6cbc5583..ac4e5fd4 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -89,6 +89,71 @@ const config: Config = { }, footer: { style: 'dark', + links: [ + { + title: 'Company', + items: [ + { + label: 'About us', + href: 'https://www.leorover.tech/about-us', + }, + { + label: 'Blog', + href: 'https://www.leorover.tech/blog', + }, + { + label: 'Tutorials', + href: 'https://www.leorover.tech/developers', + }, + { + label: 'Online store', + href: 'https://www.leorover.tech/shop', + }, + { + label: 'Terms and conditions', + href: 'https://www.leorover.tech/terms-and-conditions', + }, + ], + }, + { + title: 'Find us on:', + items: [ + { + label: 'Youtube', + href: 'https://www.youtube.com/@leorover6230', + }, + { + label: 'Linkedin', + href: 'https://www.linkedin.com/company/leorover/', + }, + { + label: 'Online forum', + href: 'https://forum.fictionlab.pl/', + }, + { + label: 'Facebook Community Group', + href: 'https://www.facebook.com/groups/leorover', + }, + ], + }, + { + items: [ + { + html: ` + + Fictionlab + + `, + }, + { + html: ` + Software is shared under MIT license.
+ CAD and mechanics design files are shared under Creative Commons BY-NC-SA. + `, + }, + ], + }, + ], copyright: `Copyright © ${new Date().getFullYear()} Fictionlab sp. z o.o.`, }, prism: {