From 11615ac01495b02a145fbb29284849b0ed93c2b2 Mon Sep 17 00:00:00 2001 From: Mikhail Volkov <47795110+mikhail-vl@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:40:41 -0400 Subject: [PATCH] Update Documentation (#174) --- CHANGELOG.md | 3 ++- README.md | 20 +++++++++++--------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2a17c..2167a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Change Log -## 3.2.0 (IN PROGRESS) +## 3.2.0 (2024-07-09) ### Features / Enhancements - Updated video tutorial (#166) - Updated E2E workflow using Docker (#173) +- Added image threshold style for showing status in Table view (#170) ## 3.1.0 (2024-06-06) diff --git a/README.md b/README.md index dce5873..9a648a8 100644 --- a/README.md +++ b/README.md @@ -33,21 +33,23 @@ grafana-cli plugins install volkovlabs-variable-panel ## Highlights -- Allows working with dashboard variables in Table, Tree View, Minimized, Button, and Slider layouts. +- Allows working with dashboard variables in the **Table**, **Minimize**, **Button**, and **Slider** display modes. +- The **Table** display mode can be configured into a TreeView. - Displays statuses based on thresholds from data sources. - Supports single and multi-value variables with the All option. - Allows filtering values by pattern and selected favorites. -- Supports follow when scrolling (sticky). -- Supports multiple Tree Views using tabs. -- Supports input text variables. +- Supports follow when scrolling (**Sticky position**). +- Supports multiple TreeViews using groups/tabs. +- Supports the input text (**Input box**) variables. ## Documentation -| Section | Description | -| --------------------------------------------------------------------------------- | ----------------------------------------------------------- | -| [Layout](https://volkovlabs.io/plugins/volkovlabs-variable-panel/layout/) | Explains how to display variables in a table and tree view. | -| [Features](https://volkovlabs.io/plugins/volkovlabs-variable-panel/features/) | Demonstrates panel features. | -| [Release Notes](https://volkovlabs.io/plugins/volkovlabs-variable-panel/release/) | Stay up to date with the latest features and updates. | +| Section | Description | +| --------------------------------------------------------------------------------- | ---------------------------------------- | +| [Data Flow](https://volkovlabs.io/plugins/volkovlabs-variable-panel/data-flow/) | Explains the Business Variable data flow | +| [Display Modes](https://volkovlabs.io/plugins/volkovlabs-variable-panel/layout/) | Explains different display modes | +| [Features](https://volkovlabs.io/plugins/volkovlabs-variable-panel/features/) | Explains panel features | +| [Release Notes](https://volkovlabs.io/plugins/volkovlabs-variable-panel/release/) | The latest features and updates | ## Feedback