Commit ·
3738bcd
1
Parent(s): 101a56c
refactor: README
Browse files- README.md +12 -1
- i18n/ru/docusaurus-theme-classic/navbar.json +1 -1
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Academy
|
| 3 |
emoji: 🔥
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: purple
|
|
@@ -8,6 +8,17 @@ pinned: false
|
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
# How to translate
|
| 12 |
|
| 13 |
Add `.env`
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Piper Academy
|
| 3 |
emoji: 🔥
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: purple
|
|
|
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# How to develop
|
| 12 |
+
|
| 13 |
+
```bash
|
| 14 |
+
git clone ...
|
| 15 |
+
npm i
|
| 16 |
+
npm run start -- --locale ru
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
Check folders `docs` and `blog`
|
| 20 |
+
|
| 21 |
+
|
| 22 |
# How to translate
|
| 23 |
|
| 24 |
Add `.env`
|
i18n/ru/docusaurus-theme-classic/navbar.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
"description": "The alt text of navbar logo"
|
| 9 |
},
|
| 10 |
"item.label.Tutorials": {
|
| 11 |
-
"message": "
|
| 12 |
"description": "Navbar item with label Tutorials"
|
| 13 |
},
|
| 14 |
"item.label.Blog": {
|
|
|
|
| 8 |
"description": "The alt text of navbar logo"
|
| 9 |
},
|
| 10 |
"item.label.Tutorials": {
|
| 11 |
+
"message": "Руководство",
|
| 12 |
"description": "Navbar item with label Tutorials"
|
| 13 |
},
|
| 14 |
"item.label.Blog": {
|