Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-review.yml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like out-of-scope change

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
pull-requests: write
issues: read
id-token: write

Expand Down
6 changes: 3 additions & 3 deletions docs/auditor/10.8/install/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ the internet.

Follow these steps to install Netwrix Auditor

**Step 1 –** Download Netwrix Auditor 10.7 from
**Step 1 –** Download Netwrix Auditor 10.8 from
[Netwrix website](https://www.netwrix.com/auditor.html).

NOTE: Before installing Netwrix Auditor, make sure that the Windows Firewall service is started. If
Expand All @@ -36,7 +36,7 @@ you must be a member of the local Administrators group to run the Netwrix Audito
**Step 2 –** Unpack the installation package. The following window will be displayed on successful
operation completion:

![installationscreen](/images/auditor/10.7/install/installationscreen.webp)
![installationscreen](/images/auditor/10.8/install/installationscreen8.webp)

**Step 3 –** Follow the instructions of the setup wizard. When prompted, accept the license
agreement.
Expand Down Expand Up @@ -67,7 +67,7 @@ After a successful installation, Auditor shortcut will be added to the **Start**
the product will start. See the [First Launch](/docs/auditor/10.8/install/firstlaunch.md) topic for additional information on
the product navigation.

![welcome_screen](/images/auditor/10.7/install/welcome_screen.webp)
![welcome_screen](/images/auditor/10.8/install/welcomescreen.webp)

Netwrix looks beyond the traditional on-premises installation and provides Auditor for cloud and
virtual environments. For example, you can deploy Auditor on a pre-configured Microsoft Azure
Expand Down
4 changes: 2 additions & 2 deletions docs/auditor/10.8/install/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ sidebar_position: 80
Netwrix recommends that you upgrade from the older versions of Netwrix Auditor to the latest version
available to take advantage of the new features.

Seamless upgrade to Netwrix Auditor 10.7 is supported for versions 10.6 and 10.5.
Seamless upgrade to Netwrix Auditor 10.8 is supported for versions 10.7 and 10.6.

If you use an earlier version of Netwrix Auditor, then you need to upgrade sequentially right to
version 10.7. See the following Netwrix knowledge base article for more information:
[Upgrade Increments for Netwrix Auditor](https://helpcenter.netwrix.com/bundle/z-kb-articles-salesforce/page/kA00g000000H9eJCAS.html).
[Upgrade Increments for Netwrix Auditor](/docs/kb/auditor/upgrade-increments-for-netwrix-auditor).

## Before Starting the Upgrade

Expand Down
2,592 changes: 1,594 additions & 998 deletions package-lock.json

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like out-of-scope change

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like out-of-scope change

Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
"write-heading-ids": "npx docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/babel": "^3.8.1",
"@docusaurus/core": "^3.8.1",
"@docusaurus/faster": "^3.8.1",
"@docusaurus/plugin-google-gtag": "^3.8.1",
"@docusaurus/plugin-google-tag-manager": "^3.8.1",
"@docusaurus/plugin-rsdoctor": "^3.8.1",
"@docusaurus/preset-classic": "^3.8.1",
"@docusaurus/theme-mermaid": "^3.8.1",
"@docusaurus/babel": "^3.9.2",
"@docusaurus/core": "^3.9.2",
"@docusaurus/faster": "^3.9.2",
"@docusaurus/plugin-google-gtag": "^3.9.2",
"@docusaurus/plugin-google-tag-manager": "^3.9.2",
"@docusaurus/plugin-rsdoctor": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2",
"@docusaurus/theme-mermaid": "^3.9.2",
"@mdx-js/react": "^3.0.0",
"prism-react-renderer": "^2.3.0",
"cross-env": "^7.0.3",
"prism-react-renderer": "^2.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-typed": "^2.0.12",
"serve": "^10.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.8.1",
"@docusaurus/types": "^3.8.1",
"@docusaurus/module-type-aliases": "^3.9.2",
"@docusaurus/types": "^3.9.2",
"@mdx-js/mdx": "^3.1.0",
"husky": "^9.1.7",
"ora": "^8.2.0",
Expand Down
Binary file not shown.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason of why we change naming?
I guess it might confuse. I suggest we stick to the same file names from version to version.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason of why we change naming?
I guess it might confuse. I suggest we stick to the same file names from version to version.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading