From 0dbfebe2454f81687b366fa533d6728f068be036 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Fri, 14 Feb 2025 13:54:02 -0500 Subject: [PATCH] get rid of logo text --- docs/docusaurus.config.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 17e89bc..1637f67 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -34,13 +34,17 @@ const config: Config = { themeConfig: { navbar: { - title: 'RA-Aid', logo: { alt: 'Site Logo', src: 'img/logo-black-transparent.png', srcDark: 'img/logo-white-transparent.gif', }, items: [ + { + to: '/', + label: 'Docs', + position: 'right' + }, { href: 'https://github.com/smallcloudai/refact-aide', label: 'GitHub',