Skip to content

Commit eee24b5

Browse files
committed
logos + fav + homepage
1 parent 0ffcbb3 commit eee24b5

15 files changed

+57
-514
lines changed

docusaurus/docusaurus.config.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type * as Preset from '@docusaurus/preset-classic';
88
const config: Config = {
99
title: 'My Site',
1010
tagline: 'Dinosaurs are cool',
11-
favicon: 'img/favicon.ico',
11+
favicon: 'img/codacy-favicon.ico',
1212

1313
// Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
1414
future: {
@@ -46,6 +46,7 @@ const config: Config = {
4646
'classic',
4747
{
4848
docs: {
49+
routeBasePath: '/',
4950
sidebarPath: './sidebars.ts',
5051
// Please change this to your repo.
5152
// Remove this to remove the "edit this page" links.
@@ -65,10 +66,10 @@ const config: Config = {
6566
respectPrefersColorScheme: true,
6667
},
6768
navbar: {
68-
title: 'My Site',
6969
logo: {
70-
alt: 'My Site Logo',
71-
src: 'img/logo.svg',
70+
alt: 'Codacy Docs',
71+
src: 'img/codacy-logo.svg',
72+
srcDark: 'img/codacy-logo-white.svg',
7273
},
7374
items: [
7475
{
@@ -97,8 +98,8 @@ const config: Config = {
9798
title: 'Docs',
9899
items: [
99100
{
100-
label: 'Tutorial',
101-
to: '/docs/intro',
101+
label: 'Documentation',
102+
to: '/',
102103
},
103104
],
104105
},

docusaurus/src/components/HomepageFeatures/index.tsx

Lines changed: 0 additions & 71 deletions
This file was deleted.

docusaurus/src/components/HomepageFeatures/styles.module.css

Lines changed: 0 additions & 11 deletions
This file was deleted.

docusaurus/src/pages/index.tsx

Lines changed: 0 additions & 44 deletions
This file was deleted.
15 KB
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 16 additions & 0 deletions
Loading
Lines changed: 23 additions & 0 deletions
Loading
-54.4 KB
Binary file not shown.
-5.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)