-
-
## Setup
@@ -35,8 +33,39 @@ export default builder.build() as ApiHolder;
export { plugin as Circleci } from '@backstage/plugin-circleci';
```
-3. Run app with `yarn start` and navigate to `/circleci/settings`
-4. Enter project settings and **project** token, acquired according to [https://circleci.com/docs/2.0/managing-api-tokens/](https://circleci.com/docs/2.0/managing-api-tokens/)
+3. Register the plugin router:
+
+```jsx
+// packages/app/src/components/catalog/EntityPage.tsx
+
+import { Router as CircleCIRouter } from '@backstage/plugin-circleci';
+
+// Then somewhere inside {CIRCLECI_ANNOTATION} annotation is missing on the entity.
+ {GITHUB_ACTIONS_ANNOTATION} annotation is missing on the
+ entity.
- entity.metadata.annotations['{ROLLBAR_ANNOTATION}']` key is missing on
- the entity.
-
+ {ROLLBAR_ANNOTATION} annotation is missing on the entity.