mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add weights for ordering
This commit is contained in:
parent
b7a6465b79
commit
c1240a7669
@ -7,9 +7,11 @@ keywords:
|
||||
- migration
|
||||
- plugin
|
||||
- documentation
|
||||
title: Plugin migration guide
|
||||
title: Migration guides
|
||||
---
|
||||
|
||||
The following guides help you identify the steps required to update a plugin from the Grafana version it currently supports to newer versions of Grafana.
|
||||
# Plugin migration guides
|
||||
|
||||
The following guides help you identify the steps required to update a plugin following changes between versions of Grafana.
|
||||
|
||||
{{< section menuTitle="true">}}
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
aliases:
|
||||
- ../../plugins/developing/migration-guide#migrate-a-plugin-from-angular-to-react)
|
||||
- ../../plugins/developing/migration-guide#migrate-a-plugin-from-angular-to-react
|
||||
description: Guide for migrating plugins from AngularJS to React
|
||||
keywords:
|
||||
- grafana
|
||||
@ -10,6 +10,7 @@ keywords:
|
||||
- documentation
|
||||
title: Migrating plugins from AngularJS to React
|
||||
menutitle: Angular to React
|
||||
weight: 1000
|
||||
---
|
||||
|
||||
# Migrate a plugin from AngularJS to React
|
||||
|
@ -14,6 +14,7 @@ keywords:
|
||||
- documentation
|
||||
title: Migrating plugins from Grafana version 6.x to 7.x
|
||||
menutitle: v6.x to v7.x
|
||||
weight: 2500
|
||||
---
|
||||
|
||||
# Migrating plugins from Grafana version 6.x to 7.0
|
||||
|
@ -10,6 +10,7 @@ keywords:
|
||||
- documentation
|
||||
title: Migrating plugins from Grafana version 7.x to 8.x
|
||||
menutitle: v7.x to v8.x
|
||||
weight: 2400
|
||||
---
|
||||
|
||||
# Migrating plugins from Grafana version 7.x.x to 8.x.x
|
||||
|
@ -10,6 +10,7 @@ keywords:
|
||||
- documentation
|
||||
title: Migrating plugins from Grafana version 8.3.x to 8.4.x
|
||||
menutitle: v8.3.x to v8.4.x
|
||||
weight: 2200
|
||||
---
|
||||
|
||||
# Migrating plugins from Grafana version 8.3.x to 8.4.x
|
||||
|
@ -10,6 +10,7 @@ keywords:
|
||||
- documentation
|
||||
title: Migrating plugins from Grafana version 8.x to 9.x
|
||||
menutitle: v8.x to v9.x
|
||||
weight: 2300
|
||||
---
|
||||
|
||||
# Migrating plugins from Grafana version 8.x to 9.x
|
||||
|
@ -10,6 +10,7 @@ keywords:
|
||||
- documentation
|
||||
title: Migrating plugins from Grafana 9.1.x to 9.2.x
|
||||
menutitle: v9.1.x to v9.2.x
|
||||
weight: 2100
|
||||
---
|
||||
|
||||
# Migrating plugins from Grafana version 9.1.x to 9.2.x
|
||||
|
@ -10,6 +10,7 @@ keywords:
|
||||
- documentation
|
||||
title: Migrating plugins from Grafana 9.3.x to 9.4.x
|
||||
menutitle: v9.3.x to v9.4.x
|
||||
weight: 2000
|
||||
---
|
||||
|
||||
# Migrating plugins from Grafana 9.3.x to 9.4.x
|
||||
|
Loading…
Reference in New Issue
Block a user