From a184afeecd70b3ff9d7f057c9c6c060cd4df8f61 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 26 Jul 2023 09:47:45 +0100 Subject: Tidy up docs (#1120) --- docs/docusaurus.config.js | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) (limited to 'docs/docusaurus.config.js') diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index d0031f84..a33d8f63 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -66,31 +66,11 @@ const config = { ({ // Replace with your project's social card navbar: { - title: '🐢 Atuin', - items: [ - { - type: 'doc', - docId: 'guide/index', - position: 'left', - label: 'Docs', - }, - { to: '/blog', label: 'Blog', position: 'left' }, - { - href: 'https://github.com/ellie/atuin', - label: 'GitHub', - position: 'right', - }, - { - href: 'https://hachyderm.io/@atuin', - label: 'Mastodon', - position: 'right', - }, - { - href: 'https://twitter.com/atuinsh', - label: 'Twitter', - position: 'right', - } - ], + logo: { + href: "https://atuin.sh", + src: "/img/atuin.png" + } + }, footer: { style: 'dark', -- cgit v1.3.1