Skip to content

Commit dcca524

Browse files
committed
New
1 parent 3099cd0 commit dcca524

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

docusaurus.config.ts

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,15 @@ const config: Config = {
4141
{
4242
docs: {
4343
sidebarPath: './sidebars.ts',
44-
// Please change this to your repo.
45-
// Remove this to remove the "edit this page" links.
46-
editUrl:
47-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
4844
},
45+
4946
blog: {
5047
showReadingTime: true,
5148
feedOptions: {
5249
type: ['rss', 'atom'],
5350
xslt: true,
5451
},
55-
// Please change this to your repo.
56-
// Remove this to remove the "edit this page" links.
57-
editUrl:
58-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
52+
5953
// Useful options to enforce blogging best practices
6054
onInlineTags: 'warn',
6155
onInlineAuthors: 'warn',
@@ -75,9 +69,9 @@ const config: Config = {
7569
respectPrefersColorScheme: true,
7670
},
7771
navbar: {
78-
title: 'My Site',
72+
title: 'Solution Base',
7973
logo: {
80-
alt: 'My Site Logo',
74+
alt: 'Solution Base Logo',
8175
src: 'img/favicon.ico',
8276
},
8377
items: [
@@ -89,8 +83,8 @@ const config: Config = {
8983
},
9084
{to: '/blog', label: 'Blog', position: 'left'},
9185
{
92-
href: 'https://github.com/facebook/docusaurus',
93-
label: 'GitHub',
86+
href: 'https://github.com/EXStevens/SolutionBase',
87+
label: 'Contribute',
9488
position: 'right',
9589
},
9690
],
@@ -109,7 +103,7 @@ const config: Config = {
109103
},
110104

111105
{
112-
title: 'More',
106+
title: 'About',
113107
items: [
114108
{
115109
label: 'Blog: csts.dev',

0 commit comments

Comments
 (0)