Skip to content

Commit

Permalink
Update Video tutorial (#330)
Browse files Browse the repository at this point in the history
* Update Video tutorial

* Updates

* Update docker-compose.yml
  • Loading branch information
mikhail-vl authored Jul 1, 2024
1 parent 077c5ca commit 02746c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog

## 5.1.0 (IN PROGRESS)
## 5.1.0 (2024-07-01)

### Features / Enhancements

- Updated before render code async and pass markdown instance (#322)
- Added running e2e tests in docker (#323)
- Updated Video tutorial (#330)

## 5.0.0 (2024-06-06)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Business Text Panel is a Grafana visualization plugin that converts plain text a

The Business Text Panel plugin allows you to construct a text visualization template from the values of a dataset returned by a data source query.

[![Business Text plugin for Grafana | Use HTML, Markdown, JavaScript and CSS | Community use cases](https://raw.githubusercontent.com/volkovlabs/volkovlabs-dynamictext-panel/main/img/video.png)](https://youtu.be/AcQi-6GCrNU)
[![Business Text plugin for Grafana | Use HTML, Markdown, JavaScript and CSS | Community use cases](https://raw.githubusercontent.com/volkovlabs/volkovlabs-dynamictext-panel/main/img/business-text.png)](https://youtu.be/UVMysEjouNo)

## Requirements

Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
- ./provisioning:/etc/grafana/provisioning
profiles:
- dev

grafana-main:
container_name: grafana-main
image: grafana/grafana:main
Expand All @@ -22,12 +23,13 @@ services:
environment:
- GF_DEFAULT_APP_MODE=development
- GF_USERS_DEFAULT_THEME=light
- GF_INSTALL_PLUGINS=marcusolsson-static-datasource
- GF_INSTALL_PLUGINS=marcusolsson-static-datasource,volkovlabs-rss-datasource
volumes:
- ./dist:/var/lib/grafana/plugins/marcusolsson-dynamictext-panel
- ./provisioning:/etc/grafana/provisioning
profiles:
- main

test:
container_name: test-e2e
build:
Expand Down
Binary file added img/business-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02746c3

Please sign in to comment.