You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workspaces/ai-integrations/plugins/ai-experience/README.md
+41-1Lines changed: 41 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Welcome to the ai-experience plugin!
4
4
5
-
_This plugin was created through the Backstage CLI_
5
+
This plugin enhances the homepage experience for the RHDH AI flavour to provide users with better visibility into the AI-related assets, tools and resources at their disposal.
6
6
7
7
## Getting started
8
8
@@ -11,3 +11,43 @@ Your plugin has been added to the example app in this repository, meaning you'll
11
11
You can also serve the plugin in isolation by running `yarn start` in the plugin directory.
12
12
This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads.
13
13
It is only meant for local development, and the setup for it can be found inside the [/dev](./dev) directory.
14
+
15
+
## For Administrators
16
+
17
+
### Prerequisites
18
+
19
+
Before installing the frontend plugin, ensure that the AI experience backend is integrated into your Backstage instance. Follow the [AI experience backend plugin README](https://github.com/redhat-developer/rhdh-plugins/blob/main/workspaces/ai-integrations/plugins/ai-experience-backend/README.md) for setup instructions.
20
+
21
+
### Installation
22
+
23
+
To install the AI experience plugin, run the following command:
0 commit comments