From 69a66d9661b9805f164358ca619c9dbff5745c38 Mon Sep 17 00:00:00 2001 From: luccas Date: Tue, 5 Nov 2024 15:02:02 -0300 Subject: [PATCH] run prettier Signed-off-by: luccas --- plugins/api-docs/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/api-docs/README.md b/plugins/api-docs/README.md index 1fe38fd9de..139a97d4c8 100644 --- a/plugins/api-docs/README.md +++ b/plugins/api-docs/README.md @@ -371,7 +371,7 @@ export const apis: AnyApiFactory[] = [ ] ``` -### Pagination +### Pagination You can add pagination support to `ApiExplorerPage` extension. @@ -382,7 +382,10 @@ This is an example: import { ApiExplorerPage } from '@backstage/plugin-api-docs'; -} />; +} +/>; ``` ## Links