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.
This commit is contained in:
Dennis Reimann 2023-12-27 12:02:37 +01:00
parent d4ffedcd66
commit 2dbb73b133
No known key found for this signature in database
GPG Key ID: 5009E1797F03F8D0
2 changed files with 8 additions and 6 deletions

View File

@ -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',

View File

@ -1 +1,3 @@
{}
{
"paths": {}
}