From a838be583da520216a8c62a4aaf39368e043590f Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Thu, 22 Sep 2022 08:45:26 -0700 Subject: [PATCH] Update Corso logos in the docs (#933) ## Description - Add Corso logo to the docs footer - Update Corso logo used in the header ## Type of change - [x] :hamster: Trivial/Minor ## Test Plan - [x] :muscle: Manual --- docs/docusaurus.config.js | 11 ++++++++--- docs/static/img/corso_horizontal_logo.svg | 1 + docs/static/img/corso_horizontal_logo_white.svg | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100755 docs/static/img/corso_horizontal_logo.svg create mode 100755 docs/static/img/corso_horizontal_logo_white.svg diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 105927801..9b14e21c3 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -57,11 +57,11 @@ const config = { /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ navbar: { - title: 'Corso', + title: '', logo: { alt: 'Corso Logo', - src: '/img/corso_logo.svg', - srcDark: 'img/corso_logo_white.svg', + src: '/img/corso_horizontal_logo.svg', + srcDark: 'img/corso_horizontal_logo_white.svg', }, items: [ { @@ -79,6 +79,11 @@ const config = { }, footer: { style: 'dark', + logo: { + alt: 'Corso Logo', + src: 'img/corso_horizontal_logo_white.svg', + height: 60, + }, links: [ { title: 'Resources', diff --git a/docs/static/img/corso_horizontal_logo.svg b/docs/static/img/corso_horizontal_logo.svg new file mode 100755 index 000000000..98ce0ce76 --- /dev/null +++ b/docs/static/img/corso_horizontal_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/static/img/corso_horizontal_logo_white.svg b/docs/static/img/corso_horizontal_logo_white.svg new file mode 100755 index 000000000..a2a377172 --- /dev/null +++ b/docs/static/img/corso_horizontal_logo_white.svg @@ -0,0 +1 @@ + \ No newline at end of file