Skip to content

Commit 01d3cf0

Browse files
committed
Add links to website
1 parent f181064 commit 01d3cf0

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

website/docusaurus.config.js

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,36 +41,46 @@ module.exports = {
4141
label: 'Configuration',
4242
to: 'configuration/',
4343
},
44+
{
45+
label: 'Query editor',
46+
to: 'query-editor/',
47+
},
4448
],
4549
},
4650
{
4751
title: 'Community',
4852
items: [
4953
{
5054
label: 'Discussions',
51-
href: 'https://github.com/marcusolsson/grafana-json-datasource',
52-
},
53-
{
54-
label: 'Twitter',
55-
href: 'https://twitter.com/marcusolsson',
55+
href: 'https://github.com/marcusolsson/grafana-json-datasource/discussions',
5656
},
5757
{
5858
label: 'Support',
5959
href: 'https://github.com/marcusolsson/grafana-json-datasource/discussions/categories/q-a',
6060
},
61+
{
62+
label: 'Twitter',
63+
href: 'https://twitter.com/marcusolsson',
64+
},
6165
],
6266
},
6367
{
64-
title: 'More',
68+
title: 'Data sources',
6569
items: [
66-
{
67-
label: 'GitHub',
68-
href: 'https://github.com/marcusolsson/grafana-json-datasource',
69-
},
70-
{
71-
label: 'Marketplace',
72-
href: 'https://grafana.com/plugins/marcusolsson-json-datasource',
73-
},
70+
{ label: 'CSV', href: 'https://github.com/marcusolsson/grafana-csv-datasource' },
71+
{ label: 'JSON API', href: 'https://github.com/marcusolsson/grafana-json-datasource' },
72+
{ label: 'Static', href: 'https://github.com/marcusolsson/grafana-static-datasource' },
73+
],
74+
},
75+
{
76+
title: 'Panels',
77+
items: [
78+
{ label: 'Calendar', href: 'https://github.com/marcusolsson/grafana-calendar-panel' },
79+
{ label: 'Dynamic text', href: 'https://github.com/marcusolsson/grafana-dynamictext-panel' },
80+
{ label: 'Gantt', href: 'https://github.com/marcusolsson/grafana-gantt-panel' },
81+
{ label: 'Hexmap', href: 'https://github.com/marcusolsson/grafana-hexmap-panel' },
82+
{ label: 'Hourly heatmap', href: 'https://github.com/marcusolsson/grafana-hourly-heatmap-panel' },
83+
{ label: 'Treemap', href: 'https://github.com/marcusolsson/grafana-treemap-panel' },
7484
],
7585
},
7686
],

0 commit comments

Comments
 (0)