Skip to content

Commit 2dbb73b

Browse files
committed
Plugin APIs: Fix swagger page and remove link from sidebar
This fixes the plugin API docs page. As there are currently no plugin APIs documented, I have also removed the link from the sidebar. I still kept the cross-reference in the general API docs, so that people are aware that plugin docs should be found there. Fixes #1357.
1 parent d4ffedc commit 2dbb73b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/.vuepress/config.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,11 @@ const sidebarDevelopment = [
258258
'Greenfield API v1',
259259
{ type: 'external' }
260260
],
261-
[
262-
`${baseUrl}/API/Greenfield/Plugins`,
263-
'Greenfield API Plugins',
264-
{ type: 'external' }
265-
],
261+
// [
262+
// `${baseUrl}/API/Greenfield/Plugins`,
263+
// 'Greenfield API Plugins',
264+
// { type: 'external' }
265+
// ],
266266
'/BTCPayServer/greenfield-authorization',
267267
'/Development/GreenFieldExample',
268268
'/Development/GreenFieldExample-NodeJS',

swagger/plugins/shim/shim.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{}
1+
{
2+
"paths": {}
3+
}

0 commit comments

Comments
 (0)