Skip to content

Commit

Permalink
Update documentation (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Aug 13, 2024
1 parent 5c6b0c1 commit 4833196
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 4.3.0 (IN PROGRESS)
## 4.3.0 (2024-08-12)

### Features / Enhancements

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ grafana-cli plugins install volkovlabs-form-panel

## Documentation

| Section | Description |
| ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [Data Flow](https://volkovlabs.io/plugins/volkovlabs-form-panel/data-flow/) | Explains the data flow and its specifics. |
| [Form Elements](https://volkovlabs.io/plugins/volkovlabs-form-panel/form-elements/) | Explains the specifics of form elements. |
| [REST API](https://volkovlabs.io/plugins/volkovlabs-form-panel/architecture/) | Explains the REST API architecture and how to use NGINX. |
| [Custom Code](https://volkovlabs.io/plugins/volkovlabs-form-panel/code/) | Explains how to access plugin options, API responses, form elements, and Grafana services. |
| [Features](https://volkovlabs.io/plugins/volkovlabs-form-panel/features/) | Explains the plugin features. |
| [Servers](https://volkovlabs.io/plugins/volkovlabs-form-panel/servers/) | Provides examples of API server implementations. |
| [Release Notes](https://volkovlabs.io/plugins/volkovlabs-form-panel/release/) | Stay up to date with the latest features and updates. |
| Section | Description |
| ---------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [Data Flow](https://volkovlabs.io/plugins/business-forms/data-flow/) | Explains the data flow and its specifics. |
| [Form Elements](https://volkovlabs.io/plugins/business-forms/form-elements/) | Explains the specifics of form elements. |
| [REST API](https://volkovlabs.io/plugins/business-forms/architecture/) | Explains the REST API architecture and how to use NGINX. |
| [Custom Code](https://volkovlabs.io/plugins/business-forms/code/) | Explains how to access plugin options, API responses, form elements, and Grafana services. |
| [Features](https://volkovlabs.io/plugins/business-forms/features/) | Explains the plugin features. |
| [Servers](https://volkovlabs.io/plugins/business-forms/servers/) | Provides examples of API server implementations. |
| [Release Notes](https://volkovlabs.io/plugins/business-forms/release/) | Stay up to date with the latest features and updates. |

## Business Suite for Grafana

Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"links": [
{
"name": "Documentation",
"url": "https://volkovlabs.io/plugins/volkovlabs-form-panel/"
"url": "https://volkovlabs.io/plugins/business-forms/"
},
{
"name": "GitHub",
Expand Down

0 comments on commit 4833196

Please sign in to comment.