@@ -3,7 +3,7 @@ import type {Config} from '@docusaurus/types';
3
3
import type * as Preset from '@docusaurus/preset-classic' ;
4
4
5
5
const config : Config = {
6
- title : 'My Site ' ,
6
+ title : 'SFU OS Dev club Docs ' ,
7
7
tagline : 'Dinosaurs are cool' ,
8
8
favicon : 'img/favicon.ico' ,
9
9
@@ -67,7 +67,7 @@ const config: Config = {
67
67
// Replace with your project's social card
68
68
image : 'img/docusaurus-social-card.jpg' ,
69
69
navbar : {
70
- title : 'My Site ' ,
70
+ title : 'OS Dev Documentation ' ,
71
71
logo : {
72
72
alt : 'My Site Logo' ,
73
73
src : 'img/logo.svg' ,
@@ -79,10 +79,10 @@ const config: Config = {
79
79
position : 'left' ,
80
80
label : 'Tutorial' ,
81
81
} ,
82
- { to : '/blog' , label : 'Blog' , position : 'left' } ,
82
+ // {to: '/blog', label: 'Blog', position: 'left'},
83
83
{
84
- href : 'https://github.com/facebook/docusaurus ' ,
85
- label : 'GitHub ' ,
84
+ href : 'https://github.com/sfuosdev ' ,
85
+ label : 'OS Dev Github ' ,
86
86
position : 'right' ,
87
87
} ,
88
88
] ,
@@ -103,15 +103,15 @@ const config: Config = {
103
103
title : 'Community' ,
104
104
items : [
105
105
{
106
- label : 'Stack Overflow ' ,
106
+ label : 'Instagram ' ,
107
107
href : 'https://stackoverflow.com/questions/tagged/docusaurus' ,
108
108
} ,
109
109
{
110
110
label : 'Discord' ,
111
- href : 'https://discordapp.com/invite/docusaurus ' ,
111
+ href : 'https://discord.gg/2xn6cTKGUq ' ,
112
112
} ,
113
113
{
114
- label : 'Twitter ' ,
114
+ label : 'LinkedIn ' ,
115
115
href : 'https://twitter.com/docusaurus' ,
116
116
} ,
117
117
] ,
@@ -130,7 +130,7 @@ const config: Config = {
130
130
] ,
131
131
} ,
132
132
] ,
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.` ,
134
134
} ,
135
135
prism : {
136
136
theme : prismThemes . github ,
0 commit comments