add weights for ordering

This commit is contained in:
David Harris 2023-03-16 16:23:33 +00:00 committed by Levente Balogh
parent b7a6465b79
commit c1240a7669
8 changed files with 12 additions and 3 deletions

View File

@ -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">}}

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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