From 8bdfc7db708eca154ec39a806238d0feaa83b6cc Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Wed, 30 Aug 2023 16:02:29 +0300 Subject: [PATCH] DISTPG-620 Release notes 14.9 (#437) * DISTPG-620 Release notes 14.9 modified: .github/workflows/main.yml modified: docs/apt.md modified: docs/index.md modified: docs/major-upgrade.md new file: docs/release-notes-v14.9.md modified: docs/release-notes.md modified: docs/yum.md modified: mkdocs-base.yml modified: variables.yml * Updated nav.html for 9.2 version of Material theme modified: _resource/overrides/partials/nav.html * Updated pg_gather version and release date * Updated versions and release date * DISTPG-635 Added Debian 12 packages --- .github/workflows/main.yml | 2 +- _resource/overrides/partials/nav.html | 4 +- docs/apt.md | 6 +++ docs/index.md | 5 ++- docs/installing.md | 6 ++- docs/major-upgrade.md | 10 +++-- docs/release-notes-v14.9.md | 54 +++++++++++++++++++++++++++ docs/release-notes.md | 4 +- docs/yum.md | 6 +++ mkdocs-base.yml | 3 +- variables.yml | 6 +-- 11 files changed, 91 insertions(+), 15 deletions(-) create mode 100644 docs/release-notes-v14.9.md diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a701c946..11cdeeb87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: - name: Deploy docs run: | mike deploy 14 -b publish -p - mike retitle 14 "14.8" -b publish -p + mike retitle 14 "14.9" -b publish -p # - name: Install Node.js 14.x # uses: percona-platform/setup-node@v2 diff --git a/_resource/overrides/partials/nav.html b/_resource/overrides/partials/nav.html index f75acbcbd..dab404440 100644 --- a/_resource/overrides/partials/nav.html +++ b/_resource/overrides/partials/nav.html @@ -1,6 +1,7 @@ {#- This file was automatically generated - do not edit -#} +{% import "partials/nav-item.html" as item with context %} {% set class = "md-nav md-nav--primary" %} {% if "navigation.tabs" in features %} {% set class = class ~ " md-nav--lifted" %} @@ -23,8 +24,7 @@