-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.js
55 lines (47 loc) · 1.2 KB
/
data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module.exports = [
{
id: "nWFLAfwoS0A",
title:
"Windows Server 2019 - Aula 01 - Download e Instalação windows server 2019 | Marco Aurélio",
duration: "13 min",
price: "Free",
featured: true
},
{
id: "bCJPmdsBcLs",
title:
"Windows Server 2019 - Aula 02 - Ingressar Estação no Dominío | Marco Aurélio",
duration: "11 min",
price: "Free"
},
{
id: "DiWFUamKC-4",
title:
"Windows Server 2019 - Aula 3 - Como Instalar o AD-DS Serviços de Domínio Active Directory | Marco Aurélio",
duration: "17 min",
price: "Free",
featured: true
},
{
id: "Adu6YxGfhx4",
title:
"Windows Server 2019 - Aula 04 - Como Configurar um Servidor DHCP e Escopo IPv4 | Marco Aurélio",
duration: "11 min",
price: "Free"
},
{
id: "PGekJb0OkSk",
title:
"Windows Server 2019 - Aula 05 - NIC Teaming - Agrupamento de Placas de REDE | Marco Aurélio",
duration: "10 min",
price: "Free",
featured: true
},
{
id: "smfXLYp_thU",
title:
" Windows Server 2019 - Aula 06 - Active Directory - Restrição de Horário de Logon | Marco Aurélio",
duration: "11 min",
price: "Free"
},
]