Skip to content

Commit

Permalink
Merge pull request #1358 from dennisreimann/fix-1357
Browse files Browse the repository at this point in the history
Plugin APIs: Fix swagger page and remove link from sidebar
  • Loading branch information
pavlenex authored Dec 28, 2023
2 parents d4ffedc + 2dbb73b commit 0cf90a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,11 @@ const sidebarDevelopment = [
'Greenfield API v1',
{ type: 'external' }
],
[
`${baseUrl}/API/Greenfield/Plugins`,
'Greenfield API Plugins',
{ type: 'external' }
],
// [
// `${baseUrl}/API/Greenfield/Plugins`,
// 'Greenfield API Plugins',
// { type: 'external' }
// ],
'/BTCPayServer/greenfield-authorization',
'/Development/GreenFieldExample',
'/Development/GreenFieldExample-NodeJS',
Expand Down
4 changes: 3 additions & 1 deletion swagger/plugins/shim/shim.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"paths": {}
}

0 comments on commit 0cf90a8

Please sign in to comment.