@red-hat-developer-hub/backstage-plugin-lightspeed 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The Lightspeed plugin enables you to interact with any LLM server running a mode
|
|
|
6
6
|
|
|
7
7
|
### Prerequisites
|
|
8
8
|
|
|
9
|
-
- Follow the lightspeed backend plugin [README](https://github.com/
|
|
9
|
+
- Follow the lightspeed backend plugin [README](https://github.com/redhat-developer/rhdh-plugins/blob/main/workspaces/lightspeed/plugins/lightspeed-backend/README.md) to integrate lightspeed backend in your Backstage instance.
|
|
10
10
|
|
|
11
11
|
**Note**
|
|
12
12
|
|
|
@@ -100,7 +100,7 @@ global:
|
|
|
100
100
|
pluginConfig:
|
|
101
101
|
dynamicPlugins:
|
|
102
102
|
frontend:
|
|
103
|
-
|
|
103
|
+
red-hat-developer-hub.backstage-plugin-lightspeed:
|
|
104
104
|
appIcons:
|
|
105
105
|
- name: LightspeedIcon
|
|
106
106
|
module: LightspeedPlugin
|
|
@@ -163,7 +163,7 @@ lightspeed:
|
|
|
163
163
|
|
|
164
164
|
dynamicPlugins:
|
|
165
165
|
frontend:
|
|
166
|
-
|
|
166
|
+
red-hat-developer-hub.backstage-plugin-lightspeed:
|
|
167
167
|
appIcons:
|
|
168
168
|
- name: LightspeedIcon
|
|
169
169
|
module: LightspeedPlugin
|