Skip to content

Commit

Permalink
docs(nexus): update README.md (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaperex authored Aug 24, 2023
1 parent 359d7da commit 5f48f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/nexus-repository-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The Nexus Repository Manager plugin displays the information about your build ar
experimentalAnnotations: true
```
Replace the `isNexusRepositoryAvailable` import with `isNexusRepositoryManagerExperimentalAvailable` when adding the `<NexusRepositoryManagerPage />` component.
Replace the `isNexusRepositoryManagerAvailable` import with `isNexusRepositoryManagerExperimentalAvailable` when adding the `<NexusRepositoryManagerPage />` component.

4. Enable an additional tab on the entity view page in `packages/app/src/components/catalog/EntityPage.tsx`:

Expand All @@ -60,7 +60,7 @@ The Nexus Repository Manager plugin displays the information about your build ar
{/* ... */}
{/* highlight-add-next-line */}
<EntityLayout.Route
if={isNexusRepositoryAvailable}
if={isNexusRepositoryManagerAvailable}
path="/build-artifacts"
title="Build Artifacts"
>
Expand Down

0 comments on commit 5f48f12

Please sign in to comment.