Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Sep 30, 2024
1 parent d8ffd37 commit ba3f6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To solve these problems and support dynamic integrations ReportPortal implements
of [PF4J](https://github.com/pf4j/pf4j).

:::note
Documentation for the UI plugins can be found [here]('./PluginUIDevelopersGuide.md')
Documentation for the UI plugins can be found [here](./PluginUIDevelopersGuide.md)
:::
## How does it work

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Plugin UI development guide

The described approach cover the UI part of the plugin engine starting from ReportPortal version 24.1.

To learn how deal with ReportPortal plugins from the Backend side, follow the [separate guide]('./PluginAPIDevelopersGuide.mdx').
To learn how deal with ReportPortal plugins from the Backend side, follow the [separate guide](./PluginAPIDevelopersGuide.mdx).

## The concept

Expand Down Expand Up @@ -51,13 +51,3 @@ The list with supported extension points by core UI:
| launchItemComponent | Adds a component to the every launch entity on launches page (component will be displayed under the launch name). |

projectPage (if `icon` property exists, the link will be automatically added to the sidebar). Right now only SVG icons supported.

### From Plugin UI side

Webpack Module Federation

## How to create own plugin UI

### Prerequisites

### Descriptors file (metadata.json)

0 comments on commit ba3f6e0

Please sign in to comment.