Skip to content

Commit

Permalink
Reword scope statements
Browse files Browse the repository at this point in the history
Instead of "official plugins", we'd like to say "core features and
plugins". As to indicate, all the things that are part of a vanilla
install of Grafna.
  • Loading branch information
trotttrotttrott committed Apr 30, 2020
1 parent 2fcae63 commit b4d96ec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ participants to adhere to it.

## Plugin Scope

**Grafonnet only aims to support official plugins.**
**Grafonnet only aims to support core features and plugins.**

We've drawn this line to ensure that the code base stays focused and manageable
over time. We do, however, encourage development and use of community Grafonnet
plugins. See the [Community
Plugins](https://grafana.github.io/grafonnet-lib/community-plugins/) page for
more info on this.
While Grafonnet itself only supports core Grafana functionality, we strongly
encourage development and use of community Grafonnet extensions. See the
[Community Plugins](https://grafana.github.io/grafonnet-lib/community-plugins/)
page for more info on this.
2 changes: 1 addition & 1 deletion docs/community-plugins.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Community Plugins

Jsonnet makes it easy to patch an existing library. Although Grafonnet only
supports core Grafana features, it is easy to extend. For example:
supports core Grafana features and plugins, it is easy to extend. For example:

```jsonnet
local grafonnet = (import 'grafonnet-lib/grafana.libsonnet')
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ that would not be covered by Grafonnet already.

Grafonnet aims to support any basic feature of dashboards (annotations,
templates, rows, panels...) as well as a number of datasources and plugins. That
is, official plugins only.
is, core Grafana features and plugins only.

We do, however, encourage development and use of community Grafonnet plugins.
We do, however, encourage development and use of community Grafonnet extensions.
See the [Community Plugins](community-plugins) page for more info on this.

## Code of Conduct
Expand Down

0 comments on commit b4d96ec

Please sign in to comment.