Skip to content

Commit 6be2bc7

Browse files
committed
Update CONTRIBUTING.md
1 parent a66e1fb commit 6be2bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Grafana loads plugins from any directory under the Grafana plugin directory.
3131

3232
By default, Grafana doesn't load unsigned plugins. To load the development build of the plugin, you need to configure Grafana to allow it by adding the following to your Grafana configuration file:
3333

34-
```bash
34+
```ini
3535
[plugins]
3636
allow_loading_unsigned_plugins = marcusolsson-json-datasource
3737
```
@@ -71,7 +71,7 @@ For more information about writing documentation using Docusaurus, refer to the
7171

7272
The individual documentation pages are written in Markdown. You can find them under [website/docs](website/docs).
7373

74-
To preview the documentation site on your local machine, run the following commands in your terminal:
74+
To preview the documentation site on your local machine, run the following in your terminal:
7575

7676
```bash
7777
cd website/docs

0 commit comments

Comments
 (0)