Skip to content
Draft
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/kb/dataclassification/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Troubleshooting Articles",
"label": "Knowledge Base",
"position": 999,
"collapsed": true,
"collapsible": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If the error persists after the application pool has been restarted, then the is

For example:

![NDC Dashboard Identity Settings](https://kb.netwrix.com/wp-content/uploads/2020/04/503-3-1024x541.png)
![NDC Dashboard Identity Settings](../0-images/503-service-unavailable-identity-settings.png)

To assign granularly:

Expand Down
15 changes: 7 additions & 8 deletions sidebars/dataclassification/5.6.2.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
// DIAGNOSTIC TEST: const generateKBSidebar = require('../../src/utils/generateKBSidebar');
const generateKBSidebar = require('../../src/utils/generateKBSidebar');

module.exports = {
sidebar: [
{
type: 'autogenerated',
dirName: '.',
},
// DIAGNOSTIC TEST: Comment out entire KB section
// {
// type: 'category',
// label: 'Knowledge Base',
// collapsed: true,
// items: generateKBSidebar('dataclassification')
// },
{
type: 'category',
label: 'Knowledge Base',
collapsed: true,
items: generateKBSidebar('dataclassification')
},
],
};
15 changes: 7 additions & 8 deletions sidebars/dataclassification/5.7.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
// DIAGNOSTIC TEST: const generateKBSidebar = require('../../src/utils/generateKBSidebar');
const generateKBSidebar = require('../../src/utils/generateKBSidebar');

module.exports = {
sidebar: [
{
type: 'autogenerated',
dirName: '.',
},
// DIAGNOSTIC TEST: Comment out entire KB section
// {
// type: 'category',
// label: 'Knowledge Base',
// collapsed: true,
// items: generateKBSidebar('dataclassification')
// },
{
type: 'category',
label: 'Knowledge Base',
collapsed: true,
items: generateKBSidebar('dataclassification')
},
],
};