Skip to content

Commit

Permalink
add wripple plugin-content
Browse files Browse the repository at this point in the history
  • Loading branch information
rweesner committed Jan 10, 2025
1 parent a5ac8dc commit fd416c6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,18 +177,18 @@ module.exports = {
},
},
],
// [
// '@docusaurus/plugin-content-docs',
// {
// id: 'wripple-docs',
// path: '../content/smatechnologies/wripple-docs/docs',
// routeBasePath: 'wripple/',
// sidebarPath: require.resolve('../content/smatechnologies/wripple-docs/sidebars.js'),
// editUrl:
// 'https://github.com/smatechnologies/wripple-docs/blob/main/',
//
// },
// ],
[
'@docusaurus/plugin-content-docs',
{
id: 'wripple-docs',
path: '../content/smatechnologies/wripple-docs/docs',
routeBasePath: 'wripple/',
sidebarPath: require.resolve('../content/smatechnologies/wripple-docs/sidebars.js'),
editUrl:
'https://github.com/smatechnologies/wripple-docs/blob/main/',

},
],
[
'@docusaurus/plugin-content-docs',
{
Expand Down

0 comments on commit fd416c6

Please sign in to comment.