Skip to content

Commit 90a9947

Browse files
committed
docs: Add documentation about Activities
1 parent 63d6d4c commit 90a9947

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
254 KB
Loading

docs/development/plugins/functionality/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,14 @@ Add custom sections to the project overview page with
221221
These sections appear in the project's main overview area.
222222

223223
Example plugin: [How to customize projects](https://github.com/kubernetes-sigs/headlamp/tree/main/plugins/examples/projects)
224+
225+
### Activities
226+
227+
Activity is a Headlamp feature that allows you to create resizable popup windows.
228+
For example when you click on a resource (like a Pod or ReplicaSet), the details will open in Activity.
229+
230+
![screenshot of an activity example](./images/activity-example.png)
231+
232+
You can create and update Actitivites from plugins using [Activity API](../../api/components/activity/Activity/variables/Activity.md)
233+
234+
Check the [example plugin](https://github.com/kubernetes-sigs/headlamp/tree/main/plugins/examples/activity) for the full code.

0 commit comments

Comments
 (0)