Skip to content

Commit 9f7c585

Browse files
Parvati-DeepLCopilotshirgoldbird
authored
added link on guide's overview page to new page (#237)
* added link on overview page of guides to translating between language variants * ignore ds_store * Update title for language variants guide * rename guide for consistency --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Shir Goldberg <3937986+shirgoldbird@users.noreply.github.com>
1 parent a385e44 commit 9f7c585

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea/*
2-
reviews/*
2+
reviews/*
3+
.DS_Store

docs/learning-how-tos/examples-and-guides.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ public: true
2222
<Card title="How to Use the Context Parameter Effectively" horizontal href="/docs/learning-how-tos/examples-and-guides/how-to-use-context-parameter">
2323

2424
</Card>
25-
</CardGroup>
25+
<Card title="How to Translate Between Language Variants" horizontal href="/docs/learning-how-tos/examples-and-guides/translating-between-variants">
26+
27+
</Card>
28+
</CardGroup>

docs/learning-how-tos/examples-and-guides/translating-between-variants.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Translating Between Language Variants"
2+
title: "How to Translate Between Language Variants"
33
description: "Learn how to translate between language variants, like British English and US English, using the DeepL API."
44
public: true
55
---

0 commit comments

Comments
 (0)