diff --git a/plugins/gateway-backend/report.api.md b/plugins/gateway-backend/report.api.md index c9c23ab29d..17ccd52094 100644 --- a/plugins/gateway-backend/report.api.md +++ b/plugins/gateway-backend/report.api.md @@ -8,6 +8,4 @@ import { BackendFeature } from '@backstage/backend-plugin-api'; // @public const gatewayPlugin: BackendFeature; export default gatewayPlugin; - -// (No @packageDocumentation comment for this package) ``` diff --git a/plugins/gateway-backend/src/index.ts b/plugins/gateway-backend/src/index.ts index 10d01d5f19..dd688dce4c 100644 --- a/plugins/gateway-backend/src/index.ts +++ b/plugins/gateway-backend/src/index.ts @@ -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';