diff --git a/docs/_sidebar.md b/docs/_sidebar.md index c344984..f1e6af5 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -31,8 +31,6 @@ - [Writing extensions](extensions-custom.md) - [Integrating with third-party services](extensions-integration.md) -- [Supported releases](support.md) - --- - [Upgrading from 1.x](upgrade-from-1.md) diff --git a/docs/support.md b/docs/support.md deleted file mode 100644 index 618e987..0000000 --- a/docs/support.md +++ /dev/null @@ -1,12 +0,0 @@ -# Supported releases - -## Naja 2.0 - -The 2.x version of Naja is the latest release and **is fully supported.** It will receive fixes for bugs and security issues, and new features will be implemented as deemed appropriate. - -The 2.x version currently **has NO specified end-of-life date,** and as such will continue to be supported until a new major release is necessary, in which case the end-of-life window for 2.x will be announced well in advance. - - -## Naja 1.x - -The 1.x version of Naja is **no longer supported** as of September 10, 2020. It is recommended for all users to upgrade to the latest 2.x version. Please refer to the [migration guide](upgrade-from-1.md) for instructions.