Skip to content

Commit a8cf87e

Browse files
committed
Added new 1Secure Data Sources course 3600.4
1 parent c26ccae commit a8cf87e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

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 } from '@site/src/training/1secure';
9+
import { N1SValue, N1SConcepts, N1SIntroGS, N1SIntroMO, N1SIntroConf, N1SIntroData } from '@site/src/training/1secure';
1010
import { N1S } from '@site/src/training/products';
1111

1212

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

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

@@ -19,6 +19,7 @@ In this learning path, you will learn how to use <N1S />. It contains the follow
1919
* 3600.1 Introduction to <N1S /> – Getting Started
2020
* 3600.2 Introduction to <N1S /> – Manage Organizations
2121
* 3600.3 Introduction to <N1S /> – Configuration
22+
* 3600.4 Introduction to <N1S /> – Data Sources
2223

2324
<N1SValue />
2425

@@ -29,3 +30,5 @@ In this learning path, you will learn how to use <N1S />. It contains the follow
2930
<N1SIntroMO />
3031

3132
<N1SIntroConf />
33+
34+
<N1SIntroData />

src/training/1secure/3600-4.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.4 Introduction to <N1S /> – Data Sources
4+
5+
Recommended prerequisite: 3600.3 Introduction to <N1S /> – Configuration
6+
7+
The Data Sources module provides an understanding of how to add a data source. It also covers how to deploy an agent if the data source requires it.
8+
9+
Estimated length: 10 minutes

src/training/1secure/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export { default as N1SConcepts } from './2600.md';
33
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';
6+
export { default as N1SIntroData } from './3600-4.md';
67
export { default as N1SAdditional } from './additional.md';

0 commit comments

Comments
 (0)