From 6148bb7f14a3560881713c850f94bf3210f4e3ea Mon Sep 17 00:00:00 2001
From: patrick96
Date: Mon, 3 Apr 2023 20:22:03 +0200
Subject: [PATCH] doc: Add empty migration page
---
doc/index.rst | 1 +
doc/migration/3.7/index.rst | 2 ++
doc/migration/index.rst | 19 +++++++++++++++++++
3 files changed, 22 insertions(+)
create mode 100644 doc/migration/3.7/index.rst
create mode 100644 doc/migration/index.rst
diff --git a/doc/index.rst b/doc/index.rst
index 577882bc..2ccbb077 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -16,6 +16,7 @@ Welcome to the official polybar documentation.
user/ipc
user/modules/index
user/default-config
+ migration/index
.. toctree::
:maxdepth: 1
diff --git a/doc/migration/3.7/index.rst b/doc/migration/3.7/index.rst
new file mode 100644
index 00000000..aaa6c847
--- /dev/null
+++ b/doc/migration/3.7/index.rst
@@ -0,0 +1,2 @@
+Migrating From Version 3.6 to 3.7
+=================================
diff --git a/doc/migration/index.rst b/doc/migration/index.rst
new file mode 100644
index 00000000..29ca4c28
--- /dev/null
+++ b/doc/migration/index.rst
@@ -0,0 +1,19 @@
+Polybar Migration Guides
+========================
+
+Updating polybar to the newest version often requires updating your
+configuration files to use the newest features and replace outdated settings.
+
+Starting from version 3.7, we include a small guide here for how to migrate
+from the previous version.
+If you are upgrading over multiple versions (e.g. from 3.5 to 3.7), also read
+the migration guides for all versions in between.
+
+For migration guides before version 3.7, please look at our `release blog posts
+`_.
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Guides
+
+ 3.7/index