From 13191e7a460f48b65bca81824f8979a60ad10ec9 Mon Sep 17 00:00:00 2001 From: Florian Berger Date: Fri, 24 Apr 2026 15:14:34 +0200 Subject: [PATCH 1/2] Fix: Latest Password Secure version restored --- src/config/products.js | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/config/products.js b/src/config/products.js index b3ee412ad5..09d581d870 100644 --- a/src/config/products.js +++ b/src/config/products.js @@ -379,13 +379,21 @@ export const PRODUCTS = [ name: 'Password Secure', description: 'Secure password management', path: 'docs/passwordsecure', - categories: ['Privileged Access Management (PAM)'], + categories: ['Identity Management'], icon: '', versions: [ + { + version: 'current', + label: 'Current', + isLatest: true, + sidebarFile: './sidebars/passwordsecure/current.js', + customRoutePath: 'docs/passwordsecure/current', + customDocPath: 'docs/passwordsecure/current' + }, { version: '9.3', label: '9.3', - isLatest: true, + isLatest: false, sidebarFile: './sidebars/passwordsecure/9.3.js', }, { @@ -393,15 +401,9 @@ export const PRODUCTS = [ label: '9.2', isLatest: false, sidebarFile: './sidebars/passwordsecure/9.2.js', - }, - { - version: '9.1', - label: '9.1', - isLatest: false, - sidebarFile: './sidebars/passwordsecure/9.1.js', - }, + } ], - defaultVersion: '9.3', + defaultVersion: 'current', }, { id: 'pingcastle', From 2518835241cd662e8a9815a0d5409322f5c67a11 Mon Sep 17 00:00:00 2001 From: Florian Berger Date: Fri, 24 Apr 2026 15:15:07 +0200 Subject: [PATCH 2/2] Fix: PolicyPak re-added --- src/config/products.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/config/products.js b/src/config/products.js index 09d581d870..1327bd7940 100644 --- a/src/config/products.js +++ b/src/config/products.js @@ -249,6 +249,22 @@ export const PRODUCTS = [ ], defaultVersion: '11.1', }, + { + id: 'policypak', + name: 'PolicyPak', + description: 'Group Policy management and enforcement', + path: 'docs/policypak', + categories: ['Endpoint Management'], + icon: '', + versions: [ + { + version: 'current', + label: 'Current', + isLatest: true, + sidebarFile: './sidebars/policypak.js', + }, + ], + }, { id: 'endpointprotector', name: 'Endpoint Protector',