Skip to content

Commit a575212

Browse files
committed
update config
1 parent 794aae9 commit a575212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const config: Config = {
3939
// Please change this to your repo.
4040
// Remove this to remove the "edit this page" links.
4141
editUrl:
42-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
42+
'https://github.com/sfuosdev/Docs',
4343
},
4444
blog: {
4545
showReadingTime: true,
@@ -50,7 +50,7 @@ const config: Config = {
5050
// Please change this to your repo.
5151
// Remove this to remove the "edit this page" links.
5252
editUrl:
53-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
53+
'https://github.com/sfuosdev/Docs',
5454
// Useful options to enforce blogging best practices
5555
onInlineTags: 'warn',
5656
onInlineAuthors: 'warn',
@@ -69,7 +69,7 @@ const config: Config = {
6969
navbar: {
7070
title: 'OS Dev Documentation',
7171
logo: {
72-
alt: 'My Site Logo',
72+
alt: 'SFU OS Dev ',
7373
src: 'img/logo.svg',
7474
},
7575
items: [

0 commit comments

Comments
 (0)