diff --git a/docs/manual/docs/overview/change-log/archive/index.md b/docs/manual/docs/overview/change-log/archive/index.md index 846c315cffa..7b319288b46 100644 --- a/docs/manual/docs/overview/change-log/archive/index.md +++ b/docs/manual/docs/overview/change-log/archive/index.md @@ -2,10 +2,27 @@ The following series of GeoNetwork are no longer in active use and you are encouraged to migrate to a newer version. -The GeoNetwork community is not large enough to maintain many active branches of GeoNetwork at one time. Older installations of GeoNetwork may be subject to disclosed security vulnerabilities resulting in our recommendation to update to the supported stable or [maintenance](../maintenance/index.md) series. +The GeoNetwork community is not large enough to maintain many active branches of GeoNetwork at one time. Older installations of GeoNetwork may be subject to disclosed security vulnerabilities resulting in our recommendation to update to the supported stable or maintenance series. Volunteers wishing to backport security fixes to older versions of GeoNetwork are welcome to do so. Commercial support providers are welcome to do so on behalf of their customers. +## 3.12.x + +* [Version 3.12.12](../version-3.12.12.md) +* [Version 3.12.11](../version-3.12.11.md) +* [Version 3.12.10](../version-3.12.10.md) +* [Version 3.12.9](../version-3.12.9.md) +* [Version 3.12.8](../version-3.12.8.md) +* [Version 3.12.7](../version-3.12.7.md) +* [Version 3.12.6](../version-3.12.6.md) +* [Version 3.12.5](../version-3.12.5.md) +* [Version 3.12.4](../version-3.12.4.md) +* [Version 3.12.3](../version-3.12.3.md) +* [Version 3.12.3](../version-3.12.2.md) +* [Version 3.12.1](../version-3.12.1.md) +* [Version 3.12.0](../version-3.12.0.md) + + ## 3.10.x - [Version 3.10.10](../version-3.10.10.md) diff --git a/docs/manual/docs/overview/change-log/index.md b/docs/manual/docs/overview/change-log/index.md index 5415f03501e..3176751398f 100644 --- a/docs/manual/docs/overview/change-log/index.md +++ b/docs/manual/docs/overview/change-log/index.md @@ -2,5 +2,4 @@ Notable changes made to a GeoNetwork-open source including new features, migration instructions, and bug fixes. -- [Maintenance](maintenance/index.md) - [Archive](archive/index.md) diff --git a/docs/manual/docs/overview/change-log/maintenance/index.md b/docs/manual/docs/overview/change-log/maintenance/index.md deleted file mode 100644 index b5617fde87f..00000000000 --- a/docs/manual/docs/overview/change-log/maintenance/index.md +++ /dev/null @@ -1,23 +0,0 @@ -# Maintenance - -The GeoNetwork 4.2.x series is stable and recommended for production use and new installations of GeoNetwork. -This series is under active use by our community, with regular improvements, documentation updates, bug reports, fixes, and releases. - -## Latest - -* [Version 3.12.12](../version-3.12.12.md) - -## History - -* [Version 3.12.11](../version-3.12.11.md) -* [Version 3.12.10](../version-3.12.10.md) -* [Version 3.12.9](../version-3.12.9.md) -* [Version 3.12.8](../version-3.12.8.md) -* [Version 3.12.7](../version-3.12.7.md) -* [Version 3.12.6](../version-3.12.6.md) -* [Version 3.12.5](../version-3.12.5.md) -* [Version 3.12.4](../version-3.12.4.md) -* [Version 3.12.3](../version-3.12.3.md) -* [Version 3.12.3](../version-3.12.2.md) -* [Version 3.12.1](../version-3.12.1.md) -* [Version 3.12.0](../version-3.12.0.md) diff --git a/docs/manual/mkdocs.yml b/docs/manual/mkdocs.yml index 0897a0419fc..80ff4033249 100644 --- a/docs/manual/mkdocs.yml +++ b/docs/manual/mkdocs.yml @@ -147,8 +147,8 @@ nav: - overview/authors.md - 'Changelog': - overview/change-log/index.md - - 'Maintenance': - - overview/change-log/maintenance/index.md + - 'Archive': + - overview/change-log/archive/index.md - overview/change-log/version-3.12.12.md - overview/change-log/version-3.12.11.md - overview/change-log/version-3.12.10.md @@ -162,8 +162,6 @@ nav: - overview/change-log/version-3.12.2.md - overview/change-log/version-3.12.1.md - overview/change-log/version-3.12.0.md - - 'Archive': - - overview/change-log/archive/index.md - overview/change-log/version-3.10.10.md - overview/change-log/version-3.10.9.md - overview/change-log/version-3.10.8.md