forked from grafana/plugin-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsiteRedirects.json
More file actions
162 lines (162 loc) · 5.03 KB
/
websiteRedirects.json
File metadata and controls
162 lines (162 loc) · 5.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
[
{
"from": ["/reference-plugin-json"],
"to": "/reference/plugin-json"
},
{
"from": ["/introduction/backend-plugins"],
"to": "/key-concepts/backend-plugins"
},
{
"from": ["/introduction/data-frames"],
"to": "/key-concepts/data-frames"
},
{
"from": ["/introduction/grafana-plugin-sdk-for-go"],
"to": "/key-concepts/backend-plugins/grafana-plugin-sdk-for-go"
},
{
"from": ["/introduction"],
"to": "/key-concepts"
},
{
"from": ["/introduction/npm-dependencies"],
"to": "/key-concepts/npm-dependencies"
},
{
"from": ["/introduction/plugin-lifecycle"],
"to": "/key-concepts/plugin-lifecycle"
},
{
"from": ["/introduction/backend-plugins/plugin-protocol"],
"to": "/key-concepts/backend-plugins/plugin-protocol"
},
{
"from": ["/introduction/plugin-types-usage"],
"to": "/key-concepts/plugin-types-usage"
},
{
"from": ["/ui-extensions"],
"to": "/how-to-guides/ui-extensions/ui-extensions-concepts"
},
{
"from": ["/ui-extensions/register-an-extension"],
"to": "/how-to-guides/ui-extensions/register-an-extension"
},
{
"from": ["/ui-extensions/create-an-extension-point"],
"to": "/how-to-guides/ui-extensions/create-an-extension-point"
},
{
"from": ["/create-a-plugin/extend-a-plugin/nested-plugins"],
"to": "/how-to-guides/app-plugins/work-with-nested-plugins"
},
{
"from": ["/create-a-plugin/extend-a-plugin/custom-panel-option-editors"],
"to": "/how-to-guides/panel-plugins/custom-panel-option-editors"
},
{
"from": ["/create-a-plugin/extend-a-plugin/enable-for-annotations"],
"to": "/how-to-guides/data-source-plugins/add-support-for-annotation-queries"
},
{
"from": ["/create-a-plugin/extend-a-plugin/add-authentication-for-data-source-plugins"],
"to": "/how-to-guides/data-source-plugins/add-authentication-for-data-source-plugins"
},
{
"from": ["/create-a-plugin/extend-a-plugin/add-support-for-explore-queries"],
"to": "/how-to-guides/data-source-plugins/add-features-for-explore-queries"
},
{
"from": ["/create-a-plugin/extend-a-plugin/add-logs-metrics-traces-for-backend-plugins"],
"to": "/how-to-guides/data-source-plugins/add-logs-metrics-traces-for-backend-plugins"
},
{
"from": ["/create-a-plugin/extend-a-plugin/add-query-editor-help"],
"to": "/how-to-guides/data-source-plugins/add-query-editor-help"
},
{
"from": ["/create-a-plugin/extend-a-plugin/add-router"],
"to": "/how-to-guides/data-source-plugins/add-router"
},
{
"from": ["/create-a-plugin/extend-a-plugin/add-support-for-variables"],
"to": "/how-to-guides/data-source-plugins/add-support-for-variables"
},
{
"from": ["/create-a-plugin/develop-a-plugin/work-with-data-frames"],
"to": "/how-to-guides/data-source-plugins/create-data-frames"
},
{
"from": ["/create-a-plugin/extend-a-plugin/error-handling"],
"to": "/how-to-guides/data-source-plugins/error-handling"
},
{
"from": ["/create-a-plugin/extend-a-plugin/fetch-data-from-frontend"],
"to": "/how-to-guides/data-source-plugins/fetch-data-from-frontend"
},
{
"from": ["/create-a-plugin/extend-a-plugin/include-dashboards"],
"to": "/how-to-guides/data-source-plugins/include-dashboards"
},
{
"from": ["/create-a-plugin/develop-a-plugin/work-with-frontend"],
"to": "/reference/cli-commands/"
},
{
"from": ["/create-a-plugin/develop-a-plugin/work-with-backend"],
"to": "/reference/cli-commands/"
},
{
"from": ["/create-a-plugin/develop-a-plugin/set-up-github-workflows"],
"to": "/set-up/set-up-github"
},
{
"from": ["/create-a-plugin/develop-a-plugin/subscribe-events"],
"to": "/how-to-guides/panel-plugins/subscribe-events"
},
{
"from": ["/create-a-plugin/extend-a-plugin/add-anonymous-usage-reporting"],
"to": "/how-to-guides/add-anonymous-usage-reporting"
},
{
"from": ["/create-a-plugin/extend-a-plugin/add-return-to-previous-functionality"],
"to": "/how-to-guides/app-plugins/add-return-to-previous-functionality"
},
{
"from": ["/create-a-plugin/extend-a-plugin/extend-configurations"],
"to": "/how-to-guides/extend-configurations"
},
{
"from": ["/migration-guides/update-create-plugin-versions"],
"to": "/reference/cli-commands/#update-plugin-tooling"
},
{
"from": ["/reference/prompts"],
"to": "/reference/cli-commands/"
},
{
"from": ["/get-started/folder-structure"],
"to": "/key-concepts/anatomy-of-a-plugin"
},
{
"from": ["/get-started/set-up-development-environment"],
"to": "/set-up/"
},
{
"from": ["/get-started/best-practices"],
"to": "/key-concepts/best-practices"
},
{
"from": ["/key-concepts/ui-extensions"],
"to": "/how-to-guides/ui-extensions/ui-extensions-concepts"
},
{
"from": ["/how-to-guides/ui-extensions/expose-a-lazy-loaded-component"],
"to": "/how-to-guides/ui-extensions/expose-a-component"
},
{
"from": ["/migration-guides/angular-react/add-suggestion-supplier"],
"to": "/how-to-guides/panel-plugins/add-suggestions-support"
}
]