@@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic';
4
4
5
5
const config : Config = {
6
6
title : 'SFU OS Dev club Docs' ,
7
- tagline : 'Dinosaurs are cool ' ,
7
+ tagline : 'Friendly documentation tool for OS Dev club ' ,
8
8
favicon : 'img/favicon.ico' ,
9
9
10
10
// Set the production url of your site here
@@ -85,6 +85,11 @@ const config: Config = {
85
85
label : 'OS Dev Github' ,
86
86
position : 'right' ,
87
87
} ,
88
+ {
89
+ href : 'https://go.sfss.ca/clubs/867/info' ,
90
+ label : 'Join OS Dev' ,
91
+ position : 'right' ,
92
+ } ,
88
93
] ,
89
94
} ,
90
95
footer : {
@@ -104,33 +109,33 @@ const config: Config = {
104
109
items : [
105
110
{
106
111
label : 'Instagram' ,
107
- href : 'https://stackoverflow. com/questions/tagged/docusaurus ' ,
112
+ href : 'https://www.instagram. com/sfu_osdev/ ' ,
108
113
} ,
109
114
{
110
115
label : 'Discord' ,
111
116
href : 'https://discord.gg/2xn6cTKGUq' ,
112
117
} ,
113
118
{
114
119
label : 'LinkedIn' ,
115
- href : 'https://twitter. com/docusaurus ' ,
120
+ href : 'https://www.linkedin. com/company/sfu-osdev ' ,
116
121
} ,
117
122
] ,
118
123
} ,
119
124
{
120
- title : 'More ' ,
125
+ title : 'Helpful resources ' ,
121
126
items : [
122
127
{
123
- label : 'Blog ' ,
124
- to : '/blog ' ,
128
+ label : 'Stack Overflow ' ,
129
+ href : 'https://stackoverflow.com ' ,
125
130
} ,
126
131
{
127
132
label : 'GitHub' ,
128
- href : 'https://github.com/facebook/docusaurus ' ,
133
+ href : 'https://github.com' ,
129
134
} ,
130
135
] ,
131
136
} ,
132
137
] ,
133
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } SFU Open Source Development Club, Inc . Built with Docusaurus.` ,
138
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } SFU Open Source Development Club. Built with Docusaurus.` ,
134
139
} ,
135
140
prism : {
136
141
theme : prismThemes . github ,
0 commit comments