diff --git a/do-release.sh b/do-release.sh index 03807ce8b9..ef34e1063a 100755 --- a/do-release.sh +++ b/do-release.sh @@ -254,7 +254,7 @@ permalink: pmd_release_notes.html keywords: changelog, release notes --- -## {{ site.pmd.date }} - {{ site.pmd.version }} +## {{ site.pmd.date | date: "%d-%B-%Y" }} - {{ site.pmd.version }} The PMD team is pleased to announce PMD {{ site.pmd.version }}. diff --git a/docs/_config.yml b/docs/_config.yml index 9bb2dec84c..29e464a84f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,14 +3,15 @@ repository: pmd/pmd pmd: version: 7.3.0-SNAPSHOT previous_version: 7.2.0 - date: 28-June-2024 + date: 2024-06-28 + # release types: major, minor, bugfix release_type: minor -# release types: major, minor, bugfix - output: web # this property is useful for conditional filtering of content that is separate from the PDF. +sidebar_title: PMD + topnav_title: PMD Source Code Analyzer Project # this appears on the top navigation bar next to the home button diff --git a/docs/_data/sidebars/pmd_sidebar.yml b/docs/_data/sidebars/pmd_sidebar.yml index 1902b8761d..7fbceac6f1 100644 --- a/docs/_data/sidebars/pmd_sidebar.yml +++ b/docs/_data/sidebars/pmd_sidebar.yml @@ -1,7 +1,5 @@ entries: - title: sidebar - product: PMD - version: '!PMD_VERSION!' folders: - title: null output: pdf @@ -31,6 +29,12 @@ entries: - title: Getting help url: /pmd_about_help.html output: web, pdf + - title: Release policies + url: /pmd_about_release_policies.html + output: web, pdf + - title: Support lifecycle + url: /pmd_about_support_lifecycle.html + output: web, pdf - title: User Documentation output: web, pdf folderitems: diff --git a/docs/_includes/sidebar.html b/docs/_includes/sidebar.html index 46b916d90e..c68eb9a8a0 100644 --- a/docs/_includes/sidebar.html +++ b/docs/_includes/sidebar.html @@ -1,8 +1,8 @@ {% include custom/sidebarconfigs.html %}