Skip to content

Commit

Permalink
fix: edit url is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
ekeren committed Jul 3, 2023
1 parent f04b26b commit 1931a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const config = {
id: 'contributing',
path: 'contributing',
routeBasePath: 'contributing',
editUrl: (params) => `${winglangOrgUrl}/wing/tree/main/contributing/${params.docPath}`,
editUrl: (params) => `${winglangOrgUrl}/wing/tree/main/docs/contributing/${params.docPath}`,
breadcrumbs: true,
includeCurrentVersion: false,
// sidebarPath: require.resolve('./sidebarsCommunity.js'),
Expand All @@ -92,7 +92,7 @@ const config = {
docs: {
breadcrumbs: true,
includeCurrentVersion: false,
editUrl: (params) => `${winglangOrgUrl}/wing/tree/main/docs/${params.docPath}`,
editUrl: (params) => `${winglangOrgUrl}/wing/tree/main/docs/docs/${params.docPath}`,
},
blog: {
blogTitle: 'What\'s up? The Wing Blog',
Expand Down

0 comments on commit 1931a2c

Please sign in to comment.