diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index aec354e93c..2f2c8151e0 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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', diff --git a/swagger/plugins/shim/shim.json b/swagger/plugins/shim/shim.json index 0967ef424b..c1d534a0e8 100644 --- a/swagger/plugins/shim/shim.json +++ b/swagger/plugins/shim/shim.json @@ -1 +1,3 @@ -{} +{ + "paths": {} +}