Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Teo Koon Peng <[email protected]>
  • Loading branch information
koonpeng committed Aug 16, 2024
1 parent c95b5ff commit 2ed3ef4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/dashboard/src/components/rmf-dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,14 @@ export interface RmfDashboardProps {
*/
reportIssueLink: string;

/**
* Set various resources (icons, logo etc) used. Different resource can be used based on the theme, `default` is always required.
*/
resources: Resources;

/**
* List of allowed tasks that can be requested
*/
tasks: TaskRegistryInput;

/**
Expand Down

0 comments on commit 2ed3ef4

Please sign in to comment.