Skip to content

Update docs to be in 3.3 folder to allow for multi version docs #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# About PingCastle
# PingCastle Standard and Basic User Guide

## About PingCastle

"For CISO, by CISO"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Description
# PingCastle Enterprise Installation and Configuration

## Description

PingCastle Enterprise is a tool designed to improve and follow the
Active Directory overall security level. This software has been
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Before proceeding to the upgrade
# PingCastle Enterprise Upgrade Guide

## Before proceeding to the upgrade

Version check

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Description
# PingCastle Enterprise User Manual

## Description

PingCastle Enterprise is a tool designed to improve and follow the
Active Directory overall security level. This software has been
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Description
# PingCastle Pro Installation and Configuration

## Description

PingCastle Pro is a tool designed to improve and follow the Active
Directory overall security level. This software has been developed to be
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Before proceeding to the upgrade
# PingCastle Pro Upgrade Guide

## Before proceeding to the upgrade

Version check

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Description
# PingCastle Pro User Manual

## Description

PingCastle Pro is a tool designed to improve and follow the Active
Directory overall security level. This software has been developed to be
Expand Down
13 changes: 0 additions & 13 deletions sidebars/pingcastle.js

This file was deleted.

56 changes: 56 additions & 0 deletions sidebars/pingcastle/3.3.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
module.exports = {
pingcastle33: [
{
type: 'doc',
id: 'index',
},
{
type: 'doc',
id: 'basicuser',
label: 'PingCastle Standard',
},
{
type: 'category',
label: 'PingCastle Pro',
items: [
{
type: 'doc',
id: 'prouser',
label: 'User Manual',
},
{
type: 'doc',
id: 'proinstall',
label: 'Installation and Configuration',
},
{
type: 'doc',
id: 'proupgrade',
label: 'Upgrade',
},
],
},
{
type: 'category',
label: 'PingCastle Enterprise',
items: [
{
type: 'doc',
id: 'enterpriseuser',
label: 'User Manual',
},
{
type: 'doc',
id: 'enterpriseinstall',
label: 'Installation and Configuration',
},
{
type: 'doc',
id: 'enterpriseupgrade',
label: 'Upgrade',
},
],
},
],
};
7 changes: 4 additions & 3 deletions src/config/products.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,13 @@ export const PRODUCTS = [
icon: '',
versions: [
{
version: 'current',
label: 'Current',
version: '3.3',
label: '3.3',
isLatest: true,
sidebarFile: './sidebars/pingcastle.js',
sidebarFile: './sidebars/pingcastle/3.3.js',
},
],
defaultVersion: '3.3',
},
{
id: 'platgovnetsuite',
Expand Down
Loading