Skip to content

Commit

Permalink
Change edit URL (#1513)
Browse files Browse the repository at this point in the history
* change edit url and remove autogenerated sidebar.js file

* add sidebar.js to gitignore
  • Loading branch information
nagesh161007 authored and karl-cardenas-coding committed Sep 5, 2023
1 parent bb48b22 commit 35b8a87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ link_report.*
palette-docs.pdf

docs/api-content/api-docs/v1/*.mdx
docs/api-content/api-docs/v1/sidebar.js
1 change: 0 additions & 1 deletion docs/api-content/api-docs/v1/sidebar.js

This file was deleted.

5 changes: 2 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const config = {
});
return sidebarItems;
},
editUrl: "https://github.com/spectrocloud/librarium",
editUrl: "https://github.com/spectrocloud/librarium/blob/master",
},
sitemap: {
changefreq: "weekly",
Expand Down Expand Up @@ -333,8 +333,7 @@ const config = {
light: "rgb(255, 255, 255)",
dark: "rgb(50, 50, 50)",
},
config: {
},
config: {},
},
}),
};
Expand Down

0 comments on commit 35b8a87

Please sign in to comment.