From 34e7f6537d0c60b6d5d03d47903094404f7ef3fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Thu, 18 Jan 2024 17:35:17 +0100 Subject: [PATCH 1/2] docs: migration guide skeleton MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- docs/_data/sidebar.yml | 4 +++- docs/documentation/v5-0-migration.md | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 docs/documentation/v5-0-migration.md diff --git a/docs/_data/sidebar.yml b/docs/_data/sidebar.yml index 8c083a6cc1..1d9d6a06d4 100644 --- a/docs/_data/sidebar.yml +++ b/docs/_data/sidebar.yml @@ -32,4 +32,6 @@ - title: Migrating from v4.3 to v4.4 url: /docs/v4-4-migration - title: Migrating from v4.4 to v4.5 - url: /docs/v4-5-migration \ No newline at end of file + url: /docs/v4-5-migration + - title: Migrating from v4.7 to v5.0 + url: /docs/v5-0-migration \ No newline at end of file diff --git a/docs/documentation/v5-0-migration.md b/docs/documentation/v5-0-migration.md new file mode 100644 index 0000000000..e5141906dc --- /dev/null +++ b/docs/documentation/v5-0-migration.md @@ -0,0 +1,8 @@ +--- +title: Migrating from v4.7 to v5.0 +description: Migrating from v4.7 to v5.0 +layout: docs +permalink: /docs/v5-0-migration +--- + +# Migrating from v4.7 to v5.0 From a6d0ffdce061c24337743136c5b7d48dfb894ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Thu, 18 Jan 2024 17:36:21 +0100 Subject: [PATCH 2/2] newline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- docs/_data/sidebar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_data/sidebar.yml b/docs/_data/sidebar.yml index 1d9d6a06d4..01918ca31f 100644 --- a/docs/_data/sidebar.yml +++ b/docs/_data/sidebar.yml @@ -34,4 +34,4 @@ - title: Migrating from v4.4 to v4.5 url: /docs/v4-5-migration - title: Migrating from v4.7 to v5.0 - url: /docs/v5-0-migration \ No newline at end of file + url: /docs/v5-0-migration