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