Skip to content

Commit 660785d

Browse files
committed
Minor docs fixes
1 parent 80d1bda commit 660785d

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

docs/docs/installation.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,25 @@ grafana-cli.exe plugins install marcusolsson-json-datasource
6060
]}>
6161
<TabItem value="linux">
6262

63-
```
64-
unzip marcusolsson-json-datasource-<version>.zip
65-
mv marcusolsson-json-datasource /var/lib/grafana/plugins
66-
```
63+
```
64+
unzip marcusolsson-json-datasource-<version>.zip
65+
mv marcusolsson-json-datasource /var/lib/grafana/plugins
66+
```
6767
6868
</TabItem>
6969
<TabItem value="macos">
7070
71-
```
72-
unzip marcusolsson-json-datasource-<version>.zip
73-
mv marcusolsson-json-datasource /usr/local/var/lib/grafana/plugins
74-
```
71+
```
72+
unzip marcusolsson-json-datasource-<version>.zip
73+
mv marcusolsson-json-datasource /usr/local/var/lib/grafana/plugins
74+
```
7575
7676
</TabItem>
7777
<TabItem value="windows">
7878
79-
```
80-
Expand-Archive -Path marcusolsson-json-datasource-<version>.zip -DestinationPath C:\grafana\data\plugins
81-
```
79+
```
80+
Expand-Archive -Path marcusolsson-json-datasource-<version>.zip -DestinationPath C:\grafana\data\plugins
81+
```
8282
8383
</TabItem>
8484
</Tabs>

docs/docs/query-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The query editor for the JSON API data source consists of a number of tabs. Each
1313

1414
The **Fields** tab is where you select the data to extract from the JSON document returned by the URL configured in the data source configuration.
1515

16-
- **Field** must contain a valid [JSONPath](jsonpath.md) expression and can return one or more elements.
16+
- **Field** must contain a valid JSONPath expression and can return one or more elements.
1717
- **Type** defines the JSON type of the elements returned by the **Field** expression. By default, Grafana uses the types in the JSON document. If **Type** is set to a different type than the original property type, Grafana tries to parse the value.
1818

1919
This can be useful in cases where the API returns quoted numbers, e.g. `"price": "3.49"`.

docs/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
title: 'JSON API for Grafana',
23
url: 'https://marcusolsson.github.io',
34
baseUrl: '/grafana-json-datasource/',
45
onBrokenLinks: 'throw',

0 commit comments

Comments
 (0)