Skip to content

Commit 489c404

Browse files
authored
Update docusaurus.config.ts
1 parent 09b745f commit 489c404

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

contributor-beginner/docusaurus.config.ts

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ const config: Config = {
1010
favicon: 'img/favicon.ico',
1111

1212
// Set the production url of your site here
13-
url: 'https://your-docusaurus-site.example.com',
13+
url: 'https://github.com/IntersectMBO/developer-experience/',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
16-
baseUrl: '/',
16+
baseUrl: 'contributor-beginner',
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.
20-
organizationName: 'facebook', // Usually your GitHub org/user name.
21-
projectName: 'docusaurus', // Usually your repo name.
20+
organizationName: 'IntersectMBO', // Usually your GitHub org/user name.
21+
projectName: 'developer-experience', // Usually your repo name.
2222

2323
onBrokenLinks: 'throw',
2424
onBrokenMarkdownLinks: 'warn',
@@ -38,9 +38,6 @@ const config: Config = {
3838
docs: {
3939
sidebarPath: './sidebars.ts',
4040
// Please change this to your repo.
41-
// Remove this to remove the "edit this page" links.
42-
editUrl:
43-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
4441
},
4542
blog: {
4643
showReadingTime: true,
@@ -49,9 +46,6 @@ const config: Config = {
4946
xslt: true,
5047
},
5148
// Please change this to your repo.
52-
// Remove this to remove the "edit this page" links.
53-
editUrl:
54-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
5549
// Useful options to enforce blogging best practices
5650
onInlineTags: 'warn',
5751
onInlineAuthors: 'warn',

0 commit comments

Comments
 (0)