Skip to content

Commit 7fe21cf

Browse files
committed
PPE: added images and sidebar for 11.1
1 parent c5d9a40 commit 7fe21cf

File tree

173 files changed

+25
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+25
-2
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// DIAGNOSTIC TEST: const generateKBSidebar = require('../../src/utils/generateKBSidebar');
2+
3+
module.exports = {
4+
sidebar: [
5+
{
6+
type: 'autogenerated',
7+
dirName: '.',
8+
},
9+
// DIAGNOSTIC TEST: Comment out entire KB section
10+
// {
11+
// type: 'category',
12+
// label: 'Knowledge Base',
13+
// collapsed: true,
14+
// items: generateKBSidebar('passwordpolicyenforcer')
15+
// },
16+
],
17+
};

src/config/products.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,16 @@ export const PRODUCTS = [
327327
categories: ['Directory Management'],
328328
icon: '',
329329
versions: [
330+
{
331+
version: '11.1',
332+
label: '11.1',
333+
isLatest: true,
334+
sidebarFile: './sidebars/passwordpolicyenforcer/11.1.js',
335+
},
330336
{
331337
version: '11.0',
332338
label: '11.0',
333-
isLatest: true,
339+
isLatest: false,
334340
sidebarFile: './sidebars/passwordpolicyenforcer/11.0.js',
335341
},
336342
{
@@ -340,7 +346,7 @@ export const PRODUCTS = [
340346
sidebarFile: './sidebars/passwordpolicyenforcer/10.2.js',
341347
},
342348
],
343-
defaultVersion: '11.0',
349+
defaultVersion: '11.1',
344350
},
345351
{
346352
id: 'passwordreset',
16.8 KB
5.91 KB
14.9 KB
17.4 KB
5.12 KB
5.13 KB
15.6 KB
18.1 KB

0 commit comments

Comments
 (0)