Skip to content

Commit c2c0613

Browse files
author
Maledong
authored
Fix anchor link for Arabic (#2034)
The Non-English characters WON'T be generated in the anchor link, so this is the HOT fixture for that. Ref: #2028.
1 parent c3b431b commit c2c0613

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

locale/ar/download/package-manager.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ title: Installing Node.js via package manager
2626

2727
----------------------------
2828

29-
## آندرويد
29+
<h2>آندرويد<a name="android" class="anchor" href="#android" ></a></h2>
3030

3131
لا يزال دعم النود جي اس على الاندرويد قيد التجربة، لذلك فإن الملفات الثنائية المنتجة قبلا لا تزال غير متوفرة من قبل مطوري النود جي اس.
3232

@@ -46,7 +46,7 @@ pkg install nodejs
4646
pacman -S nodejs npm
4747
```
4848

49-
## التوزيعات المبنية على ديبيان أو اوبنتو، لينكس للمؤسسات / فيدورا و حزم سناب
49+
<h2>التوزيعات المبنية على ديبيان أو اوبنتو، لينكس للمؤسسات / فيدورا و حزم سناب<a name="debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages" class="anchor" href="#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages"></a></h2>
5050

5151
يتم توفير [الملف الثنائي الرسمي للنود جي اس](https://github.com/nodesource/distributions/blob/master/README.md) من قبل NodeSource.
5252

@@ -181,7 +181,7 @@ pkgin -y install nodejs
181181
cd pkgsrc/lang/nodejs && bmake install
182182
```
183183

184-
## SmartOS و illumos
184+
<h2>SmartOS و illumos<a name="smartos-and-illumos" class="anchor" href="#smartos-and-illumos"></a></h2>
185185

186186
تأتي اسطوانة SmartOS مثبتة افتراضيا مع pkgsrc. على توزيعات أخرى من illumos، قم بتثبيت **[pkgsrc](https://pkgsrc.joyent.com/install-on-illumos/)** أولا و عندها يمكنك تثبيت الحزمة الثنائية اعتياديا:
187187

@@ -213,7 +213,7 @@ sudo eopkg install nodejs
213213
xbps-install -Sy nodejs
214214
```
215215

216-
## ويندوز
216+
<h2>ويندوز<a name="windows" class="anchor" href="#windows"></a></h2>
217217

218218
قم بتحميل [المثبت الخاص بويندوز](https://nodejs.org/#download) مباشرة من موقع [nodejs.org](https://nodejs.org).
219219

0 commit comments

Comments
 (0)