Ajustar OAs de Typescript #1783
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
idea
Ideas, sugerencias, comentarios generales y feedback
in progress
Alguien ya está trabajando en esto (para no pisarnos)
translation
Cualquier tema relacionado a traducción de textos
Milestone
De acuerdo a los modelos/tipos/interfaces de las implementaciones de los proyectos de la ruta de frontend
Se evidencia que los OAs de typescript deberian ajustarse para estos proyectos sean unicamente:
typescript:
title: Typescript
typescript/basic-types:
title: Tipos básicos
typescript/basic-types/primitives:
title: Tipos primitivos
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#the-primitives-string-number-and-boolean
typescript/basic-types/arrays:
title: Arreglos
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#arrays
typescript/basic-types/functions:
title: Funciones
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#functions
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/functions.html
typescript/basic-types/object-types:
title: Tipos Objetos
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#object-types
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/objects.html
typescript/basic-types/union-types:
title: Tipos Union
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#union-types
typescript/basic-types/interfaces:
title: Interfaces
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#interfaces
typescript/basic-types/enums:
title: Enums
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#enums
The text was updated successfully, but these errors were encountered: