Skip to content

Commit 52ffa65

Browse files
Merge pull request #260 from netwrix/training-oct01
Training oct01
2 parents d520067 + 0935729 commit 52ffa65

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

docs/customer/training/learn-about/1secure.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,24 @@ keywords: [training, course, 1secure]
66
description: "Learn about Netwrix 1Secure through introductory courses"
77
---
88

9-
import { N1SValue, N1SConcepts, N1SIntroGS } from '@site/src/training/1secure';
9+
import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroReport } from '@site/src/training/1secure';
1010
import { N1S } from '@site/src/training/products';
1111

1212

13-
Estimated length: 25 minutes
13+
Estimated length: 1 hour
1414

1515
In this learning path, you will be introduced to <N1S />. It contains the following course:
1616

1717
* 1600 <N1S /> – Valuable Features
1818
* 2600 <N1S /> – Components & Architecture
1919
* 3600.1 Introduction to <N1S /> – Getting Started
20+
* 3600.5 Introduction to <N1S /> – Reports
2021

2122

2223
<N1SValue />
2324

2425
<N1SConcepts />
2526

2627
<N1SIntroGS />
28+
29+
<N1SIntroReport />

docs/customer/training/product/1secure.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ keywords: [training, course, 1secure]
66
description: "Learn to use Netwrix 1Secure through courses"
77
---
88

9-
import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroMO, N1SIntroConf, N1SIntroData } from '@site/src/training/1secure';
9+
import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroMO, N1SIntroConf, N1SIntroData, N1SIntroReport } from '@site/src/training/1secure';
1010
import { N1S } from '@site/src/training/products';
1111

1212

13-
Estimated length: 1.5 hours with optional course
13+
Estimated length: 2 hours with optional course
1414

1515
In this learning path, you will learn how to use <N1S />. It contains the following course:
1616

@@ -20,6 +20,7 @@ In this learning path, you will learn how to use <N1S />. It contains the follow
2020
* 3600.2 Introduction to <N1S /> – Manage Organizations
2121
* 3600.3 Introduction to <N1S /> – Configuration
2222
* 3600.4 Introduction to <N1S /> – Data Sources
23+
* 3600.5 Introduction to <N1S /> – Reports
2324

2425
<N1SValue />
2526

@@ -32,3 +33,5 @@ In this learning path, you will learn how to use <N1S />. It contains the follow
3233
<N1SIntroConf />
3334

3435
<N1SIntroData />
36+
37+
<N1SIntroReport />

docs/partner/implementation/access-analyzer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { NAMIntro, NAMAdditional } from '@site/src/training/activity-monitor';
1212
import { Company, NAA, AIC, NAM } from '@site/src/training/products';
1313

1414

15-
Estimated length: 23.25 hours
15+
Estimated length: 21.75 hours
1616

1717
This learning path grants <Company /> certification as a Professional Services Engineer for these products:
1818

src/training/1secure/3600-5.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { N1S } from '@site/src/training/products';
2+
3+
## 3600.5 Introduction to <N1S /> – Reports
4+
5+
Recommended prerequisite: 3600.1 Introduction to <N1S /> – Getting Started
6+
7+
The Reports module provides an understanding of how to navigate and use reports.
8+
9+
Estimated length: 30 minutes

src/training/1secure/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ export { default as N1SIntroGS } from './3600-1.md';
44
export { default as N1SIntroMO } from './3600-2.md';
55
export { default as N1SIntroConf } from './3600-3.md';
66
export { default as N1SIntroData } from './3600-4.md';
7+
export { default as N1SIntroReport } from './3600-5.md';
78
export { default as N1SAdditional } from './additional.md';

src/training/access-analyzer/6001.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Prerequisite: 5001 <NAA /> – How to Implement
66

77
The <NAA /> – Professional Services Lab Experience provides you with an opportunity to validate you are ready to implement this product within a customer environment. You will be provided with a training lab environment where you can implement the product as if it were in a customer’s environment.
88

9-
Estimated length: 5 hours
9+
Estimated length: 3.5 hours

0 commit comments

Comments
 (0)