Skip to content

Commit

Permalink
feat: Adição do tipo "Livro" como "Conteúdo Recomendado" (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgoncalvess authored Dec 6, 2023
1 parent c237d6d commit 9d5eaaa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions _api/modules/cards/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const typeDefs = gql`
ARTICLE
YOUTUBE
CHALLENGE
BOOK
}
type Card {
id: String
Expand Down
8 changes: 7 additions & 1 deletion _data/cards/pt_BR/clean-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ contents:
- type: YOUTUBE
title: "Filipe Deschamps: CLEAN CODE 2 - O que é código limpo?"
link: https://www.youtube.com/watch?v=ZVtGbO_CnfA
- type: BOOK
title: "Código limpo: habilidades práticas do Agile software"
link: https://www.amazon.com.br/C%C3%B3digo-limpo-Robert-C-Martin/dp/8576082675
alura-contents:
- type: ARTICLE
title: "Clean Code: O que é, Casos de Uso, Exemplo de Código Limpo"
link: https://www.alura.com.br/artigos/o-que-e-clean-code
- type: YOUTUBE
title: "Alura: Clean Code e Solid"
link: https://www.youtube.com/watch?v=XV9B4LX_re8
link: https://www.youtube.com/watch?v=XV9B4LX_re8
- type: BOOK
title: "Orientação a Objetos e SOLID para Ninjas"
link: https://www.casadocodigo.com.br/products/livro-oo-solid?_pos=2&_sid=fe732c657&_ss=r
4 changes: 4 additions & 0 deletions _data/locale/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ export default {
"PATH.T_BLOCK_SUGGESTED_CONTENT.CHALLENGE.BG": "#162639",
"PATH.T_BLOCK_SUGGESTED_CONTENT.CHALLENGE.COLOR": "#FFFFFF",

"PATH.T_BLOCK_SUGGESTED_CONTENT.BOOK.LABEL": "Livro",
"PATH.T_BLOCK_SUGGESTED_CONTENT.BOOK.BG": "#CADCEA",
"PATH.T_BLOCK_SUGGESTED_CONTENT.BOOK.COLOR": "#333333",

"TSHAPE.DEPTH.LEVEL_NAME": "Nível",
"TSHAPE.DEPTH.LEVEL_SUFIX": "de profundidade",

Expand Down

1 comment on commit 9d5eaaa

@vercel
Copy link

@vercel vercel bot commented on 9d5eaaa Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.