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:
parent
d4ffedcd66
commit
2dbb73b133
@ -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',
|
||||
|
||||
@ -1 +1,3 @@
|
||||
{}
|
||||
{
|
||||
"paths": {}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user