Skip to content

Commit ce30e9c

Browse files
committed
changing favicon
1 parent 7be0da4 commit ce30e9c

File tree

3 files changed

+601
-9
lines changed

3 files changed

+601
-9
lines changed

docusaurus.config.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type {Config} from '@docusaurus/types';
33
import type * as Preset from '@docusaurus/preset-classic';
44

55
const config: Config = {
6-
title: 'My Site',
6+
title: 'SFU OS Dev club Docs',
77
tagline: 'Dinosaurs are cool',
88
favicon: 'img/favicon.ico',
99

@@ -67,7 +67,7 @@ const config: Config = {
6767
// Replace with your project's social card
6868
image: 'img/docusaurus-social-card.jpg',
6969
navbar: {
70-
title: 'My Site',
70+
title: 'OS Dev Documentation',
7171
logo: {
7272
alt: 'My Site Logo',
7373
src: 'img/logo.svg',
@@ -79,10 +79,10 @@ const config: Config = {
7979
position: 'left',
8080
label: 'Tutorial',
8181
},
82-
{to: '/blog', label: 'Blog', position: 'left'},
82+
// {to: '/blog', label: 'Blog', position: 'left'},
8383
{
84-
href: 'https://github.com/facebook/docusaurus',
85-
label: 'GitHub',
84+
href: 'https://github.com/sfuosdev',
85+
label: 'OS Dev Github',
8686
position: 'right',
8787
},
8888
],
@@ -103,15 +103,15 @@ const config: Config = {
103103
title: 'Community',
104104
items: [
105105
{
106-
label: 'Stack Overflow',
106+
label: 'Instagram',
107107
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
108108
},
109109
{
110110
label: 'Discord',
111-
href: 'https://discordapp.com/invite/docusaurus',
111+
href: 'https://discord.gg/2xn6cTKGUq',
112112
},
113113
{
114-
label: 'Twitter',
114+
label: 'LinkedIn',
115115
href: 'https://twitter.com/docusaurus',
116116
},
117117
],
@@ -130,7 +130,7 @@ const config: Config = {
130130
],
131131
},
132132
],
133-
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
133+
copyright: `Copyright © ${new Date().getFullYear()} SFU Open Source Development Club, Inc. Built with Docusaurus.`,
134134
},
135135
prism: {
136136
theme: prismThemes.github,

static/img/favicon.ico

920 KB
Binary file not shown.

0 commit comments

Comments
 (0)