Skip to content

Commit d0f4a31

Browse files
committed
Update documentation
1 parent b96481d commit d0f4a31

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## development
44
- Update yarn.lock
5-
5+
- Update documentation
66

77
## v0.6.0
88
- Ignore "ci/" subfolder

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ Grafana will read in the `dist` folder first so to see your changes in
1313
Grafana, you will have to build the plugin once. However, you do not
1414
need to restart your local Grafana server after every change, just
1515
refreshing the page will be sufficient.
16+
17+
For packaging this plugin, invoke::
18+
19+
npx grafana-toolkit plugin:ci-package
20+
21+
When this process succeeds, packages can be found within the `ci/packages/` folder.

doc/backlog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#########################
2+
Grafana Map Panel Backlog
3+
#########################
4+
5+
- "Zoom to fit data" option stopped working.

0 commit comments

Comments
 (0)