Skip to content

Commit 50eb35c

Browse files
zoeycastilloclaude
andcommitted
Add markdown linting and link validation setup
Set up pre-commit hooks with markdownlint and custom link validator to enforce KB style guide standards and catch broken URLs before commits. Configuration files stored locally in scripts/zoey projects/format-and-url-scanner for team reference. - Initialize husky for git hooks - Configure markdownlint to enforce KB formatting standards - Implement custom link validator to check internal KB links - Setup lint-staged to check only modified KB files - Add npm scripts for full KB audits: npm run lint 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 6b7c35f commit 50eb35c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/kb/accessanalyzer/console-migration-workflow-step-2-prepare-the-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This article lists the steps to prepare the Netwrix Access Analyzer database for
3838

3939
For Host Management and Host List Replication, follow these steps to restore the backup of the Access Analyzer console to a new server.
4040

41-
> **IMPORTANT:** This only applies if the new server name differs from the old server name; otherwise, skip to [Access Analyzer Console Migration Workflow: Step 3 - Rebuild the Console](https://helpcenter.netwrix.com/bundle/z-kb-articles-salesforce/page/kA0Qk0000001T1ZKAU.html).
41+
> **IMPORTANT:** This only applies if the new server name differs from the old server name; otherwise, skip to [Access Analyzer Console Migration Workflow: Step 3 - Rebuild the Console](/docs\kb\accessanalyzer\console-migration-workflow-step-3-rebuild-the-console.md).
4242
4343
On the Access Analyzer Database, copy the script below and configure the `OldServer` and `NewServer` values (lines 5 & 6, below), then run:
4444

docs/kb/accessanalyzer/console-migration-workflow-step-3-rebuild-the-console.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ knowledge_article_id: kA0Qk0000002Or3KAE
2424

2525
> **NOTE:** Return to the main workflow page via this link: [Console Migration Workflow](/docs/kb/accessanalyzer/console-migration-workflow.md).
2626
>
27-
> Return to the previous section via this link: [Console Migration Workflow: Step 2—Prepare the Database](/docs/kb/accessanalyzer/console-migration-workflow.md)
27+
> Return to the previous section via this link: [Console Migration Workflow: Step 2—Prepare the Database](/docs\kb\accessanalyzer\console-migration-workflow-step-2-prepare-the-database.md)
2828
>
29-
> Proceed to the next section via this link: [Console Migration Workflow: Step 4—Validate the Migration](/docs/kb/accessanalyzer/console-migration-workflow.md).
29+
> Proceed to the next section via this link: [Console Migration Workflow: Step 4—Validate the Migration](/docs\kb\accessanalyzer\console-migration-workflow-step-4-validate-the-migration.md).
3030
## Overview
3131

3232
This article lists the steps for rebuilding the Netwrix Access Analyzer console during the Access Analyzer Migration.
@@ -36,7 +36,7 @@ This article lists the steps for rebuilding the Netwrix Access Analyzer console
3636
Follow the steps below to rebuild the Access Analyzer Console on the new server. Before installation, ensure that the `NAA_Migration` folder with the `StealthAUDIT.lic` license file is stored locally on the new Access Analyzer Console so it can be referenced during the installation process.
3737

3838
1. Confirm that the prerequisites have been met on the Access Analyzer Console Server.
39-
- [Netwrix Access Analyzer 12.0 System Requirements] (https://docs.netwrix.com/docs/accessanalyzer/12_0)
39+
- [Netwrix Access Analyzer 12.0 System Requirements](https://docs.netwrix.com/docs/accessanalyzer/12_0)
4040
2. Install the Access Analyzer application, as well as the Access Information Center (AIC) application if the server will host both.
4141

4242
> IMPORTANT: Do **NOT** start the Access Analyzer or AIC applications at this time.
@@ -138,9 +138,9 @@ If using any of the below, please recreate the certificate for the new NAA Conso
138138
## Related Links
139139

140140
- [Console Migration Workflow](/docs/kb/accessanalyzer/console-migration-workflow.md)
141-
- [Console Migration Workflow: Step 2—Prepare the Database](/docs/kb/accessanalyzer/console-migration-workflow.md)
142-
- [Console Migration Workflow: Step 4—Validate the Migration](/docs/kb/accessanalyzer/console-migration-workflow.md)
143-
- [Netwrix Access Analyzer 12.0 System Requirements] (https://docs.netwrix.com/docs/accessanalyzer/12_0)
141+
- [Console Migration Workflow: Step 2—Prepare the Database](/docs\kb\accessanalyzer\console-migration-workflow-step-2-prepare-the-database.md)
142+
- [Console Migration Workflow: Step 4—Validate the Migration](/docs\kb\accessanalyzer\console-migration-workflow-step-4-validate-the-migration.md)
143+
- [Netwrix Access Analyzer 12.0 System Requirements](https://docs.netwrix.com/docs/accessanalyzer/12_0)
144144
- [Access Analyzer Initial Configuration](https://docs.netwrix.com/docs/accessanalyzer/12_0)
145145
- [Netwrix Access Analyzer for SharePoint Online](https://docs.netwrix.com/docs/accessanalyzer/12_0/requirements/sharepoint/sharepoint/sharepointonline/activity)
146146
- [Netwrix Access Analyzer for Exchange Online](https://docs.netwrix.com/docs/accessanalyzer/12_0/requirements/exchange/exchangeonline/access)

0 commit comments

Comments
 (0)