-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations project_structure.qmd (Arabic, Saudi Arabia)
- Loading branch information
1 parent
a6b0049
commit cb09c7d
Showing
1 changed file
with
26 additions
and
26 deletions.
There are no files selected for viewing
52 changes: 26 additions & 26 deletions
52
translations/ar/docs/chapters/tutorials/project_structure.qmd.ar.qmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
### Project_structure | ||
### بنية المشروع | ||
|
||
--- | ||
title: Project structure | ||
title: بنية المشروع | ||
--- | ||
|
||
|
||
#### Project file structure | ||
JSQuarto is structured as follows: | ||
#### بنية ملف المشروع | ||
وفيما يلي هيكل الرابطة اليابانية للتعاون التقني: | ||
|
||
```bash | ||
“`باش | ||
├── src | ||
│ ├── intefaces | ||
│ │ ├── index.ts | ||
<unk> <unk> - وصية | ||
<unk> <unk> <unk> <unk> <unk> <unk> <unk> <unk> <unk> - فهارس | ||
│ ├── utils | ||
│ │ ├── codeconstruct.ts | ||
│ │ ├── component.ts | ||
│ │ ├── file.ts | ||
│ │ ├── logger.ts | ||
│ │ ├── parser.ts | ||
│ │ ├── string.ts | ||
│ │ ├── writer.ts | ||
│ ├── tutorials | ||
│ │ ├── contributing/ | ||
│ │ ├── how_to/ | ||
│ │ ├── environment_setup.qmd | ||
│ │ ├── localization.qmd | ||
│ │ ├── project_structure.qmd | ||
│ │ ├── config.json | ||
<unk> <unk> <unk> <unk> <unk> <unk> <unk> - كتاب | ||
<unk> <unk> - دروس | ||
<unk> <unk> <unk> <unk> <unk> <unk> <unk> <unk> -- مساهمة/ | ||
<unk> <unk> <unk> <unk> <unk> <unk> <unk> -how_to / | ||
<unk> <unk> <unk> <unk> <unk> <unk> <unk> environment_setup.qmd | ||
<unk> <unk> <unk> <unk> <unk> <unk> <unk> -localization.qmd | ||
<unk> <unk> <unk> <unk> <unk> ', project_structure.qmd | ||
<unk> <unk> <unk> <unk> <unk> )-config.json | ||
│ │ | ||
│ ├── index.ts | ||
<unk> <unk> <unk> <unk> <unk> <unk> - فهارس | ||
│ │ | ||
│ ├── package.json | ||
│ ├── package-lock.json | ||
│ ├── .prettierrc | ||
<unk> <unk> <unk> ', package.json | ||
<unk> <unk> <unk> ', package-lock.json | ||
<unk> <unk> <unk> <unk> <unk> <unk> .prettierrc | ||
|
||
``` | ||
The `API` directory contains the source code for JSQuarto. The `API` directory is structured as follows: | ||
يحتوي دليل "API" على رمز المصدر لـ JSQuarto. وينظم دليل "API" على النحو التالي: | ||
- `src/interfaces` - Contains the all type/intefaces definitions for the project. | ||
- `src/utils` - Contains the all utility functions for the project. These utility functions are used to perform various tasks such as parsing, writing, and logging. | ||
- `src/tutorials` - Contains the all tutorials for the project. These tutorials are written in Quarto Markdown format. Note that the `config.json` file is used to define how the tutorials are structured. | ||
- `src/index.ts` - The main entry point for the project. | ||
- `src/package.json` - The project's package.json file. | ||
- `src/.prettierrc` - The project's prettier configuration file. | ||
- 'src/interfaces' - يحتوي على جميع تعاريف النوع/العناوين للمشروع. | ||
- 'src/utils' - يحتوي على جميع وظائف المنفعة للمشروع. وتستخدم هذه الوظائف المفيدة لأداء مهام مختلفة مثل الوقوف والكتابة وقطع الأخشاب. | ||
- 'src/tutorials' - يحتوي على جميع الدروس للمشروع. هذه الدروس مكتوبة بتنسيق Quarto Markdown. لاحظ أن ملف `config.json` يستخدم لتحديد كيفية هيكلة الدروس. | ||
- 'src/index.ts' - المدخل الرئيسي للمشروع. | ||
- 'src/package.json' - ملف حزمة المشروع؛ | ||
- 'src/.prettierrc' - ملف التكوين المسبق للمشروع. |