You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This site is built with [VitePress](https://github.com/vuejs/vitepress)and depends on [@vue/theme](https://github.com/vuejs/vue-theme). Site content is written in Markdown format located in `src`. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.
5
+
أنشئ هذا الموقع بواسطة [VitePress](https://github.com/vuejs/vitepress)إعتمادا على [@vue/theme](https://github.com/vuejs/vue-theme). يتواجد محتوى الموقع داخل مجلد `src` على شكل ملفات مكتوبة بصيغة ماركداون (Markdown). التعديلات البسيطة يمكن إجراؤها على Github مباشرة وتُرسل بعد ذلك على شكل طلب دمج Pull Request.
6
6
7
-
For local development, [pnpm](https://pnpm.io/)is preferred as package manager:
7
+
يُفضل استخدام مدير الحزم [pnpm](https://pnpm.io/)عند التطوير المحلي.
8
8
9
9
```bash
10
10
pnpm i
11
11
pnpm run dev
12
12
```
13
13
14
-
This project requires Node.js to be `v14.0.0`or higher, because we use new JavaScript features in our code, such as optional chaining.
14
+
يحتاج هذا المشروع إلى نسخة Node.js `v14.0.0`فما فوق، وذلك لاستخدامه ميزات Javascript الجديدة، مثل التسلسل الإختياري (optional chaining).
15
15
16
+
## العمل على المحتوى
16
17
17
-
## Working on the content
18
+
<divdir="rtl">
18
19
19
-
-See VitePress docs on supported [Markdown Extensions](https://vitepress.vuejs.org/guide/markdown.html)and the ability to [use Vue syntax inside markdown](https://vitepress.vuejs.org/guide/using-vue.html).
20
+
-تصفح توثيق VitePress حول [إمتدادات ماركداون](https://vitepress.vuejs.org/guide/markdown.html)المدعومة، وإمكانية [وإمكانية استخدام تراكيب Vue داخل ماركداون](https://vitepress.vuejs.org/guide/using-vue.html).
20
21
21
-
-See the [Writing Guide](https://github.com/vuejs/docs/blob/main/.github/contributing/writing-guide.md)for our rules and recommendations on writing and maintaining documentation content.
22
+
-طالع [دليل الكتابة](https://github.com/vuejs/docs/blob/main/.github/contributing/writing-guide.md)لتتعرف على القواعد المعتمدة والتوصيات حول كتابة وصيانة محتوى التوثيقات.
22
23
23
-
## Working on the theme
24
+
</div>
24
25
25
-
If changes need to made for the theme, check out the [instructions for developing the theme alongside the docs](https://github.com/vuejs/vue-theme#developing-with-real-content).
26
+
## العمل على النسق (theme)
27
+
28
+
عند الحاجة لإجراء تعديلات على النسق المستعمل، الرجاء إلقاء نظرة على [توصيات حول تطوير النسق إلى جانب التوثيق](https://github.com/vuejs/vue-theme#developing-with-real-content).
0 commit comments