get rid of logo text
This commit is contained in:
parent
3a30495409
commit
0dbfebe245
|
|
@ -34,13 +34,17 @@ const config: Config = {
|
||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'RA-Aid',
|
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'Site Logo',
|
alt: 'Site Logo',
|
||||||
src: 'img/logo-black-transparent.png',
|
src: 'img/logo-black-transparent.png',
|
||||||
srcDark: 'img/logo-white-transparent.gif',
|
srcDark: 'img/logo-white-transparent.gif',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
to: '/',
|
||||||
|
label: 'Docs',
|
||||||
|
position: 'right'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: 'https://github.com/smallcloudai/refact-aide',
|
href: 'https://github.com/smallcloudai/refact-aide',
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue