Skip to content

Commit

Permalink
chore(docs): fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel committed Nov 4, 2024
1 parent d575262 commit d9fb015
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions docs/dynamic-plugins/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This plugin shouldn't be pushed into the [public npm registry](https://www.npmjs

1. Generate plugin derived package by running the following command:

**NOTE:** If you are not using the latest RHDH version, see [versions](/dynamic-plugins/versions) document to see which version of the `@janus-idp/cli` you should use.
**NOTE:** If you are not using the latest RHDH version, see [versions](../versions) document to see which version of the `@janus-idp/cli` you should use.

```sh
npx @janus-idp/cli@latest package export-dynamic-plugin
Expand Down Expand Up @@ -42,27 +42,25 @@ cd dist-dynamic
npm publish
```

## How to configure RHDH to use private or internal npm registry?
## How to configure RHDH to use private or internal npm registry?

<!-- TODO: fix link once https://github.com/janus-idp/backstage-showcase/pull/1789 is merged -->

See [Using a custom NPM registry](/dynamic-plugins/dynamic-plugins#using-a-custom-npm-registry)
See [Using a custom NPM registry](../dynamic-plugins#using-a-custom-npm-registry)

## How to install community Backstage plugin to the RHDH?
## How to install community Backstage plugin to the RHDH?

TODO

## How make a scaffolder field extension?

<!-- TODO: fix link once https://github.com/janus-idp/backstage-showcase/pull/1789 is merged -->

This is documented at [Provide custom Scaffolder field extensions](/dynamic-plugins/dynamic-plugins#provide-custom-scaffolder-field-extensions)
This is documented at [Provide custom Scaffolder field extensions](../dynamic-plugins#provide-custom-scaffolder-field-extensions)

## How to make a custom action?
## How to make a custom action?

TODO

## How to load a username transformer when ingesting catalog entities?
## How to load a username transformer when ingesting catalog entities?

TODO

Expand Down

0 comments on commit d9fb015

Please sign in to comment.