Skip to content

Commit 58f3e59

Browse files
Update README.md
1 parent b6b270f commit 58f3e59

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
11
# vuejs.org
22

3-
## Contributing
3+
## Үлес қосу
44

5-
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 жасай аласыз.
66

7-
For local development, [pnpm](https://pnpm.io/) is preferred as package manager:
7+
Жергілікті даму үшін [pnpm](https://pnpm.io/) пакет менеджері ұсынылады:
88

99
```bash
1010
pnpm i
1111
pnpm run dev
1212
```
1313

14-
This project requires Node.js to be `v18` or higher. And it is recommended to enable corepack:
14+
Бұл жоба үшін Node.js нұсқасы `v18` немесе одан жоғары болуы керек. Сондай-ақ, corepack-ты қосу ұсынылады:
1515

1616
```bash
1717
corepack enable
1818
```
1919

20-
## Working on the content
20+
## Мазмұнмен жұмыс
2121

22-
- See VitePress docs on supported [Markdown Extensions](https://vitepress.dev/guide/markdown) and the ability to [use Vue syntax inside markdown](https://vitepress.dev/guide/using-vue).
22+
- VitePress құжаттамасынан қолдауды [Markdown Кеңейтімдері](https://vitepress.dev/guide/markdown) және [markdown ішіндегі Vue синтаксисін қолдану](https://vitepress.dev/guide/using-vue) мүмкіндігі туралы ақпаратты қараңыз.
2323

2424
- 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.
2525

26-
## Working on the theme
26+
- Құжаттаманы жазу және сақтау ережелері мен ұсыныстары үшін [Жазу Нұсқаулығын](https://github.com/vuejs/docs/blob/main/.github/contributing/writing-guide.md) қараңыз.
2727

28-
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).
28+
## Тақырыппен жұмыс
29+
30+
Егер тақырыпқа өзгерістер енгізу қажет болса, [құжаттаманы әзірлеумен қатар тақырыпты дамыту](https://github.com/vuejs/vue-theme#developing-with-real-content) нұсқаулығын қараңыз.

0 commit comments

Comments
 (0)