gateway: add packageDocumentation comment

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-04-11 14:26:48 +02:00
parent 009b6064f9
commit f357d17831
2 changed files with 7 additions and 2 deletions
-2
View File
@@ -8,6 +8,4 @@ import { BackendFeature } from '@backstage/backend-plugin-api';
// @public
const gatewayPlugin: BackendFeature;
export default gatewayPlugin;
// (No @packageDocumentation comment for this package)
```
+7
View File
@@ -13,4 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* A plugin for managing request routing in distributed Backstage deployments.
*
* @packageDocumentation
*/
export { gatewayPlugin as default } from './plugin';