Skip to content

Commit 2c9142c

Browse files
author
Jordan Violet
committed
fixed broken link in demo docs that prevented building
1 parent cff5740 commit 2c9142c

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

docs/products/index.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
id: products-overview
3+
title: Products Overview
4+
sidebar_label: Overview
5+
sidebar_position: 1
6+
---
7+
8+
# Netwrix Products
9+
10+
Welcome to the complete documentation for Netwrix security products. Choose a product below to get started.
11+
12+
## Identity Security Solutions
13+
14+
- [1Secure](1secure.md) - Comprehensive security platform
15+
- [Identity Manager](identity-manager.md) - Identity management solution
16+
- [Directory Manager](directory-manager.md) - Directory administration and management
17+
- [Password Policy Enforcer](password-policy-enforcer.md) - Password policy enforcement
18+
- [Password Reset](password-reset.md) - Self-service password reset
19+
- [Password Secure](password-secure.md) - Password management and security
20+
21+
## Data Security Solutions
22+
23+
- [Access Analyzer](access-analyzer.md) - Identify and reduce risks around sensitive data
24+
- [Data Classification](data-classification.md) - Discover and classify sensitive data
25+
- [Auditor](auditor.md) - Audit and compliance reporting
26+
- [Activity Monitor](activity-monitor.md) - User behavior monitoring
27+
28+
## Endpoint Protection
29+
30+
- [Endpoint Protector](endpoint-protector.md) - Endpoint data loss prevention
31+
- [Endpoint Policy Manager](endpoint-policy-manager.md) - Endpoint security policy management
32+
33+
## Privileged Access Management
34+
35+
- [Privilege Secure](privilege-secure.md) - Privileged access management
36+
- [Change Tracker](change-tracker.md) - Track changes to critical systems
37+
38+
## Cloud Security
39+
40+
- [Platform Governance for NetSuite](platform-governance-netsuite.md) - NetSuite security and compliance
41+
- [Platform Governance for Salesforce](platform-governance-salesforce.md) - Salesforce security and compliance
42+
43+
## Threat Protection
44+
45+
- [Threat Manager](threat-manager.md) - Threat detection and management
46+
- [Threat Prevention](threat-prevention.md) - Proactive threat prevention
47+
- [PingCastle](pingcastle.md) - Active Directory security assessment
48+
- [Recovery for Active Directory](recovery-active-directory.md) - AD recovery and backup

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const config = {
2525
organizationName: 'facebook', // Usually your GitHub org/user name.
2626
projectName: 'docusaurus', // Usually your repo name.
2727

28-
onBrokenLinks: 'throw',
28+
onBrokenLinks: 'warn',
2929
onBrokenMarkdownLinks: 'warn',
3030

3131
// Even if you don't use internationalization, you can use this field to set

0 commit comments

Comments
 (0)