From bc4ad3f62fa3d15df6cd103cf55ff3be549daa9a Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Thu, 13 Nov 2025 14:49:43 +0200 Subject: [PATCH] Add additional 18 mentions and workflow fixes --- .github/workflows/main.yml | 10 +++++----- .github/workflows/spellcheck.yml | 4 ++-- CONTRIBUTING.md | 9 +++++---- README.md | 8 ++++---- _resource/overrides/main.html | 4 ++-- _resourcepdf/overrides/main.html | 4 ++-- _resourcepdf/overrides/partials/banner.html | 2 +- mkdocs-base.yml | 6 +++--- 8 files changed, 24 insertions(+), 23 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 674b36b4a..be3d698be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,8 +1,8 @@ -name: Build Percona Distribution PostgreSQL 17 docs +name: Build Percona Distribution PostgreSQL 18 docs on: push: branches: - - 17 + - 18 jobs: build: @@ -42,9 +42,9 @@ jobs: # Deploy docs - name: Deploy docs run: | - mike deploy 17 -b publish -p - mike set-default 17 -b publish -p - mike retitle 17 "17 (LATEST)" -b publish -p + mike deploy 18 -b publish -p + mike set-default 18 -b publish -p + mike retitle 18 "18 (LATEST)" -b publish -p diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index f71f567d3..61ac1e890 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -1,8 +1,8 @@ -name: Check spelling in Percona Distribution PostgreSQL 17 docs +name: Check spelling in Percona Distribution PostgreSQL 18 docs on: pull_request: branches: - - 17 + - 18 jobs: build: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3bd40a2bf..7070fcc34 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,13 +29,14 @@ Each version has a branch in the repository named accordingly: - 11 (EOL) - 12 (EOL) -- 13 +- 13 (EOL) - 14 - 15 - 16 - 17 +- 18 -The source .md files are in the ``docs`` directory. +The source .md files are in the ``docs`` directory. ### Edit documentation online via GitHub @@ -71,14 +72,14 @@ git clone git@github.com:percona/postgresql-docs.git git remote add git@github.com:/postgresql-docs.git ``` -4. Pull the latest changes +4. Pull the latest changes ```sh git fetch origin git merge origin/ ``` -Make sure that your local branch and the branch you merge changes from are the same. So if you are on the ``17`` branch, merge changes from ``origin/17``. +Make sure that your local branch and the branch you merge changes from are the same. So if you are on the ``18`` branch, merge changes from ``origin/18``. 5. Create a separate branch for your changes diff --git a/README.md b/README.md index 8d701d943..ee0b56634 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Percona Distribution for PostgreSQL documentation. +# Percona Distribution for PostgreSQL documentation Welcome to Percona Distribution for PostgreSQL documentation! @@ -12,12 +12,12 @@ Percona Server for PostgreSQL is an open source binary-compatible drop-in replac * WAL Read/Write API Exposure to hook into WAL read and write functions. Percona Server and upstream PostgreSQL function identically enabling you to migrate from one to another. - -This repository contains the source files for [Percona Distribution for PostgreSQL documentation](https://www.percona.com/doc/postgresql/18/index.html). The documentation is written in [Markdown](https://www.markdownguide.org/) markup language and is created using [MkDocs Documentation Generator](https://www.mkdocs.org/). + +This repository contains the source files for [Percona Distribution for PostgreSQL documentation](https://www.percona.com/doc/postgresql/18/index.html). The documentation is written in [Markdown](https://www.markdownguide.org/) markup language and is created using [MkDocs Documentation Generator](https://www.mkdocs.org/). ## Contributing -We welcome all contributions and are always looking for new members that are as dedicated to serving the community as we are. You can reach out to us using our [forums ](https://forums.percona.com/c/postgresql/25) and [Jira issue tracker ](https://jira.percona.com/projects/DISTPG/issues/DISTPG-16?filter=allopenissues). +We welcome all contributions and are always looking for new members that are as dedicated to serving the community as we are. You can reach out to us using our [forums](https://forums.percona.com/c/postgresql/25) and [Jira issue tracker](https://jira.percona.com/projects/DISTPG/issues/DISTPG-16?filter=allopenissues). For how to contribute to documentation, read the [Contributing guide ](https://github.com/percona/postgresql-docs/blob/18/CONTRIBUTING.md). diff --git a/_resource/overrides/main.html b/_resource/overrides/main.html index 9c460e04b..a77484495 100644 --- a/_resource/overrides/main.html +++ b/_resource/overrides/main.html @@ -22,7 +22,7 @@ {% endif %} - + @@ -42,7 +42,7 @@ {% include "partials/nav.html" %}
diff --git a/_resourcepdf/overrides/main.html b/_resourcepdf/overrides/main.html index bb8324c14..f903d4725 100644 --- a/_resourcepdf/overrides/main.html +++ b/_resourcepdf/overrides/main.html @@ -21,7 +21,7 @@ {% endif %} - + @@ -40,7 +40,7 @@ {% include "partials/nav.html" %}
diff --git a/_resourcepdf/overrides/partials/banner.html b/_resourcepdf/overrides/partials/banner.html index 830718b90..646465f0c 100644 --- a/_resourcepdf/overrides/partials/banner.html +++ b/_resourcepdf/overrides/partials/banner.html @@ -4,6 +4,6 @@ \ No newline at end of file diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 9818c1cc3..053aad1c0 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -3,11 +3,11 @@ site_name: Percona Distribution for PostgreSQL site_description: Documentation site_author: Percona LLC -copyright: Percona LLC and/or its affiliates © 2024 — Cookie Consent +copyright: Percona LLC and/or its affiliates © 2025 — Cookie Consent repo_name: percona/postgresql-docs repo_url: https://github.com/percona/postgresql-docs -edit_uri: edit/17/docs/ +edit_uri: edit/18/docs/ use_directory_urls: false @@ -130,7 +130,7 @@ plugins: # - file.md print-site: add_to_navigation: false - print_page_title: 'Percona Distribution for PostgreSQL 17 documentation' + print_page_title: 'Percona Distribution for PostgreSQL 18 documentation' add_print_site_banner: false # Table of contents add_table_of_contents: true