Skip to content

Commit 19fa671

Browse files
authored
Update logo (#91)
1 parent 61dc7f2 commit 19fa671

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
.env.development.local
1717
.env.test.local
1818
.env.production.local
19+
.npmrc
1920

2021
npm-debug.log*
2122
yarn-debug.log*
2223
yarn-error.log*
2324

2425
.devcontainer
25-
TEMP/
26+
TEMP/

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type * as Preset from '@docusaurus/preset-classic';
77
const config: Config = {
88
title: 'Roo Code Docs',
99
tagline: 'Roo Code Documentation',
10-
favicon: 'img/roo-code-logo-white.png',
10+
favicon: 'img/favicon.ico',
1111

1212
// Set the production url of your site here
1313
url: 'https://docs.roocode.com',
@@ -143,10 +143,10 @@ const config: Config = {
143143
themeConfig: {
144144
image: 'img/roo-code-logo-white.png',
145145
navbar: {
146-
title: 'Roo Code Docs',
147146
logo: {
148147
alt: 'Roo Code Logo',
149148
src: 'img/roo-code-logo-white.png',
149+
srcDark: 'img/roo-code-logo-dark.png',
150150
},
151151
items: [
152152
{

static/img/favicon.ico

15 KB
Binary file not shown.

static/img/roo-code-logo-dark.png

10.3 KB
Loading

static/img/roo-code-logo-white.png

-48.6 KB
Loading

0 commit comments

Comments
 (0)