Skip to content

Commit 3da418d

Browse files
committed
Update docs to be in 3.3 folder to allow for multi version docs
1 parent d1c32c5 commit 3da418d

File tree

11 files changed

+81
-23
lines changed

11 files changed

+81
-23
lines changed

docs/pingcastle/basicuser.md renamed to docs/pingcastle/3.3/basicuser.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# About PingCastle
1+
# PingCastle Standard and Basic User Guide
2+
3+
## About PingCastle
24

35
"For CISO, by CISO"
46

docs/pingcastle/enterpriseinstall.md renamed to docs/pingcastle/3.3/enterpriseinstall.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Description
1+
# PingCastle Enterprise Installation and Configuration
2+
3+
## Description
24

35
PingCastle Enterprise is a tool designed to improve and follow the
46
Active Directory overall security level. This software has been

docs/pingcastle/enterpriseupgrade.md renamed to docs/pingcastle/3.3/enterpriseupgrade.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Before proceeding to the upgrade
1+
# PingCastle Enterprise Upgrade Guide
2+
3+
## Before proceeding to the upgrade
24

35
Version check
46

docs/pingcastle/enterpriseuser.md renamed to docs/pingcastle/3.3/enterpriseuser.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Description
1+
# PingCastle Enterprise User Manual
2+
3+
## Description
24

35
PingCastle Enterprise is a tool designed to improve and follow the
46
Active Directory overall security level. This software has been
File renamed without changes.

docs/pingcastle/proinstall.md renamed to docs/pingcastle/3.3/proinstall.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Description
1+
# PingCastle Pro Installation and Configuration
2+
3+
## Description
24

35
PingCastle Pro is a tool designed to improve and follow the Active
46
Directory overall security level. This software has been developed to be

docs/pingcastle/proupgrade.md renamed to docs/pingcastle/3.3/proupgrade.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Before proceeding to the upgrade
1+
# PingCastle Pro Upgrade Guide
2+
3+
## Before proceeding to the upgrade
24

35
Version check
46

docs/pingcastle/prouser.md renamed to docs/pingcastle/3.3/prouser.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Description
1+
# PingCastle Pro User Manual
2+
3+
## Description
24

35
PingCastle Pro is a tool designed to improve and follow the Active
46
Directory overall security level. This software has been developed to be

sidebars/pingcastle.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

sidebars/pingcastle/3.3.js

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
2+
module.exports = {
3+
pingcastle33: [
4+
{
5+
type: 'doc',
6+
id: 'index',
7+
},
8+
{
9+
type: 'doc',
10+
id: 'basicuser',
11+
label: 'PingCastle Standard',
12+
},
13+
{
14+
type: 'category',
15+
label: 'PingCastle Pro',
16+
items: [
17+
{
18+
type: 'doc',
19+
id: 'prouser',
20+
label: 'User Manual',
21+
},
22+
{
23+
type: 'doc',
24+
id: 'proinstall',
25+
label: 'Installation and Configuration',
26+
},
27+
{
28+
type: 'doc',
29+
id: 'proupgrade',
30+
label: 'Upgrade',
31+
},
32+
],
33+
},
34+
{
35+
type: 'category',
36+
label: 'PingCastle Enterprise',
37+
items: [
38+
{
39+
type: 'doc',
40+
id: 'enterpriseuser',
41+
label: 'User Manual',
42+
},
43+
{
44+
type: 'doc',
45+
id: 'enterpriseinstall',
46+
label: 'Installation and Configuration',
47+
},
48+
{
49+
type: 'doc',
50+
id: 'enterpriseupgrade',
51+
label: 'Upgrade',
52+
},
53+
],
54+
},
55+
],
56+
};

0 commit comments

Comments
 (0)