Skip to content

Commit

Permalink
fixing github url (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
francav authored May 31, 2024
2 parents 37ca367 + fefaeef commit 0f4fb62
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/react/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ const config: Config = {
docs: {
sidebarPath: require.resolve("./sidebars.js"),
breadcrumbs: false,
editUrl: "https://github.com/wkspower/wks-platform-website/tree/main",
},
blog: {
showReadingTime: false,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/wkspower/wks-platform-website/tree/main",
editUrl: "https://github.com/wkspower/wks-platform/tree/develop/apps/react/docs/",
},
theme: {
customCss: "./src/css/custom.css",
Expand Down

0 comments on commit 0f4fb62

Please sign in to comment.