summaryrefslogtreecommitdiff
path: root/docs/src/config.ts
diff options
context:
space:
mode:
authorGravatar حمد بنقالي <54203033+X7md@users.noreply.github.com> 2021-08-25 19:11:29 +0300
committerGravatar GitHub <noreply@github.com> 2021-08-25 12:11:29 -0400
commit7ea0cb33683c15e4109950161c82c9a174fc76c9 (patch)
treec8bbaae78a90d6be51cf19b822d65dc14c22c580 /docs/src/config.ts
parentf097c88d2ebe3c280d70a7d3cbe2726ecf16064c (diff)
downloadastro-7ea0cb33683c15e4109950161c82c9a174fc76c9.tar.gz
astro-7ea0cb33683c15e4109950161c82c9a174fc76c9.tar.zst
astro-7ea0cb33683c15e4109950161c82c9a174fc76c9.zip
Arabic getting-started translation (#1166)
Co-authored-by: = <=>
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r--docs/src/config.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts
index c17d25ac4..78243ca24 100644
--- a/docs/src/config.ts
+++ b/docs/src/config.ts
@@ -83,6 +83,10 @@ export const SIDEBAR = {
{ text: '환영합니다', header: true },
{ text: '시작하기', link: 'kr/getting-started' },
],
+ ar: [
+ { text: 'التهيئة', header: true },
+ { text: 'باشر البدأ', link: 'ar/getting-started' },
+ ]
};
export const SITE = {