Skip to content

Commit ed7e898

Browse files
author
mk360
committed
fix build
1 parent ef3a2d2 commit ed7e898

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/documentation/fr/handbook-v2/More on Functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: More on Functions
33
layout: docs
4-
permalink: /docs/handbook/2/functions.html
4+
permalink: /fr/docs/handbook/2/functions.html
55
oneline: "Learn about how Functions work in TypeScript."
66
---
77

docs/documentation/fr/handbook-v2/Type Manipulation/Generics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Generics
33
layout: docs
4-
permalink: /docs/handbook/2/generics.html
4+
permalink: /fr/docs/handbook/2/generics.html
55
oneline: Types which take parameters
66
---
77

docs/documentation/fr/handbook-v2/Type Manipulation/Indexed Access Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Indexed Access Types
33
layout: docs
4-
permalink: /docs/handbook/2/indexed-access-types.html
4+
permalink: /fr/docs/handbook/2/indexed-access-types.html
55
oneline: "Using Type['a'] syntax to access a subset of a type."
66
---
77

docs/documentation/fr/handbook-v2/Type Manipulation/Keyof Type Operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Keyof Type Operator
33
layout: docs
4-
permalink: /docs/handbook/2/keyof-types.html
4+
permalink: /fr/docs/handbook/2/keyof-types.html
55
oneline: "Using the keyof operator in type contexts."
66
---
77

docs/documentation/fr/handbook-v2/Type Manipulation/Template Literal Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Template Literal Types
33
layout: docs
4-
permalink: /docs/handbook/2/template-literal-types.html
4+
permalink: /fr/docs/handbook/2/template-literal-types.html
55
oneline: "Generating mapping types which change properties via template literal strings."
66
---
77

docs/documentation/fr/handbook-v2/Type Manipulation/Typeof Type Operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Typeof Type Operator
33
layout: docs
4-
permalink: /docs/handbook/2/typeof-types.html
4+
permalink: /fr/docs/handbook/2/typeof-types.html
55
oneline: "Using the typeof operator in type contexts."
66
---
77

docs/documentation/fr/handbook-v2/Type Manipulation/_Creating Types from Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Creating Types from Types
33
layout: docs
4-
permalink: /docs/handbook/2/types-from-types.html
4+
permalink: /fr/docs/handbook/2/types-from-types.html
55
oneline: "An overview of the ways in which you can create more types from existing types."
66
---
77

0 commit comments

Comments
 (0)