diff --git a/docs/kb/dataclassification/0-images/503-service-unavailable-identity-settings.png b/docs/kb/dataclassification/0-images/503-service-unavailable-identity-settings.png new file mode 100644 index 0000000000..64ce77631d Binary files /dev/null and b/docs/kb/dataclassification/0-images/503-service-unavailable-identity-settings.png differ diff --git a/docs/kb/dataclassification/_category_.json b/docs/kb/dataclassification/_category_.json index 31ba0aed9c..ecfd882251 100644 --- a/docs/kb/dataclassification/_category_.json +++ b/docs/kb/dataclassification/_category_.json @@ -1,5 +1,5 @@ { - "label": "Troubleshooting Articles", + "label": "Knowledge Base", "position": 999, "collapsed": true, "collapsible": true diff --git a/docs/kb/dataclassification/troubleshooting-and-errors/rolling_log_fix_error_nnt.hub.serviceclient.hubadapter_-_hubadapter.authenticate()_error_authenticat.md b/docs/kb/dataclassification/troubleshooting-and-errors/rolling-log-fix-error-nnt-hub-serviceclient-hubadapter-authenticate-error.md similarity index 100% rename from docs/kb/dataclassification/troubleshooting-and-errors/rolling_log_fix_error_nnt.hub.serviceclient.hubadapter_-_hubadapter.authenticate()_error_authenticat.md rename to docs/kb/dataclassification/troubleshooting-and-errors/rolling-log-fix-error-nnt-hub-serviceclient-hubadapter-authenticate-error.md diff --git a/docs/kb/dataclassification/troubleshooting-and-errors/service-unavailable-503-ndc-dashboard.md b/docs/kb/dataclassification/troubleshooting-and-errors/service-unavailable-503-ndc-dashboard.md index a31d36b1f8..6e9911c18a 100644 --- a/docs/kb/dataclassification/troubleshooting-and-errors/service-unavailable-503-ndc-dashboard.md +++ b/docs/kb/dataclassification/troubleshooting-and-errors/service-unavailable-503-ndc-dashboard.md @@ -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: diff --git a/sidebars/dataclassification/5.6.2.js b/sidebars/dataclassification/5.6.2.js index a3b673b558..a973d34350 100644 --- a/sidebars/dataclassification/5.6.2.js +++ b/sidebars/dataclassification/5.6.2.js @@ -1,4 +1,4 @@ -// DIAGNOSTIC TEST: const generateKBSidebar = require('../../src/utils/generateKBSidebar'); +const generateKBSidebar = require('../../src/utils/generateKBSidebar'); module.exports = { sidebar: [ @@ -6,12 +6,11 @@ module.exports = { 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') + }, ], }; diff --git a/sidebars/dataclassification/5.7.js b/sidebars/dataclassification/5.7.js index a3b673b558..a973d34350 100644 --- a/sidebars/dataclassification/5.7.js +++ b/sidebars/dataclassification/5.7.js @@ -1,4 +1,4 @@ -// DIAGNOSTIC TEST: const generateKBSidebar = require('../../src/utils/generateKBSidebar'); +const generateKBSidebar = require('../../src/utils/generateKBSidebar'); module.exports = { sidebar: [ @@ -6,12 +6,11 @@ module.exports = { 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') + }, ], };