Skip to content

Commit 2dbd694

Browse files
authored
Merge pull request #33 from software-architecture-fiap/docs/fase2-final
Documentação Final da Fase 2
2 parents c01a156 + 4dfd785 commit 2dbd694

File tree

3 files changed

+85
-2
lines changed

3 files changed

+85
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @rikemorais @carolinebrasil @magnifficco @Reverend-Zolf @venancio0
1+
* @rikemorais @carolinebrasil @magnifficco @venancio0

docs/fase_2/kubernetes.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
11
# Kubernetes
22

3+
### :simple-youtube: Vídeo no Youtube
4+
5+
<div style="text-align: center;">
6+
<iframe
7+
width="745"
8+
height="400"
9+
src="https://www.youtube.com/embed/cVIkB0YKows"
10+
title="Arquitetura do K8S - Introdução"
11+
allow="accelerometer;
12+
autoplay;
13+
clipboard-write;
14+
encrypted-media;
15+
gyroscope;
16+
picture-in-picture;
17+
web-share"
18+
referrerpolicy="strict-origin-when-cross-origin"
19+
allowfullscreen
20+
>
21+
</iframe>
22+
</div>
23+
24+
<div style="text-align: center;">
25+
<iframe
26+
width="745"
27+
height="400"
28+
src="https://www.youtube.com/embed/XHB44TdbPSk?si=w60F34ls0egLdxZL"
29+
title="Arquitetura do K8S - Parte 01"
30+
allow="accelerometer;
31+
autoplay;
32+
clipboard-write;
33+
encrypted-media;
34+
gyroscope;
35+
picture-in-picture;
36+
web-share"
37+
referrerpolicy="strict-origin-when-cross-origin"
38+
allowfullscreen
39+
>
40+
</iframe>
41+
</div>
42+
43+
<div style="text-align: center;">
44+
<iframe
45+
width="745"
46+
height="400"
47+
src="https://www.youtube.com/embed/aFCAw43Fhsg?si=lXffFtO40OYeGgop"
48+
title="Arquitetura do K8S - Parte 02"
49+
allow="accelerometer;
50+
autoplay;
51+
clipboard-write;
52+
encrypted-media;
53+
gyroscope;
54+
picture-in-picture;
55+
web-share"
56+
referrerpolicy="strict-origin-when-cross-origin"
57+
allowfullscreen
58+
>
59+
</iframe>
60+
</div>
61+
362
### :simple-kubernetes: Arquitetura
463

564
```mermaid

docs/fase_2/novas_rotas.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Novas Rotas
22

3+
### :simple-youtube: Vídeo no Youtube
4+
5+
### :simple-youtube: Vídeo no Youtube
6+
7+
<div style="text-align: center;">
8+
<iframe
9+
width="745"
10+
height="400"
11+
src="https://youtu.be/-pcrvoztUX0?si=Ul73qEGE2T_kNAnk"
12+
title="Arquitetura do K8S"
13+
allow="accelerometer;
14+
autoplay;
15+
clipboard-write;
16+
encrypted-media;
17+
gyroscope;
18+
picture-in-picture;
19+
web-share"
20+
referrerpolicy="strict-origin-when-cross-origin"
21+
allowfullscreen
22+
>
23+
</iframe>
24+
</div>
25+
26+
<a href="https://youtu.be/-pcrvoztUX0?si=Ul73qEGE2T_kNAnk" target="_blank">Link para Arquitetura do K8S no YouTube</a>
27+
328
### :material-tag-check-outline: Checkout Pedido
429

530
Este endpoint é utilizado para realizar o checkout de um pedido, recebendo os produtos solicitados e retornando a identificação do pedido gerado.
@@ -204,4 +229,3 @@ Este endpoint permite a atualização do status de pagamento de um pedido.
204229
"payment_status": "string"
205230
}
206231
```
207-

0 commit comments

Comments
 (0)