@@ -41,36 +41,46 @@ module.exports = {
41
41
label : 'Configuration' ,
42
42
to : 'configuration/' ,
43
43
} ,
44
+ {
45
+ label : 'Query editor' ,
46
+ to : 'query-editor/' ,
47
+ } ,
44
48
] ,
45
49
} ,
46
50
{
47
51
title : 'Community' ,
48
52
items : [
49
53
{
50
54
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' ,
56
56
} ,
57
57
{
58
58
label : 'Support' ,
59
59
href : 'https://github.com/marcusolsson/grafana-json-datasource/discussions/categories/q-a' ,
60
60
} ,
61
+ {
62
+ label : 'Twitter' ,
63
+ href : 'https://twitter.com/marcusolsson' ,
64
+ } ,
61
65
] ,
62
66
} ,
63
67
{
64
- title : 'More ' ,
68
+ title : 'Data sources ' ,
65
69
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' } ,
74
84
] ,
75
85
} ,
76
86
] ,
0 commit comments