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
Copy file name to clipboardExpand all lines: docs/en/guide/getting-started.md
+26-32
Original file line number
Diff line number
Diff line change
@@ -128,63 +128,57 @@ For those who want to add new documentation of the extra to the project, the [pl
128
128
:::
129
129
2. So you will run the CLI helper and you will see the following message. Use the [[↑]] and [[↓]] keys to select the desired language and press [[Enter]]:
130
130
131
-
```sh
132
-
$ plop
133
-
? Выберите язык / Choose language (Use arrow keys)
131
+
```ansi
132
+
[0;2m[0;36m?[0m Выберите язык / Choose language (Use arrow keys)
134
133
Русский
135
-
> English
134
+
[0;36m> English[0m
135
+
[0m
136
136
```
137
137
138
138
3. Next, you will be asked to select a documentation template, there are two of them: **Single-page** and **Multi-page documentation**. Select the one you want and press [[Enter]].
139
139
140
-
```sh
141
-
$ plop
142
-
? Выберите язык / Choose language English
143
-
? Choose documentation template (Use arrow keys)
140
+
```ansi
141
+
[0;2m[0;2m[0;2m[0;36m?[0m Выберите язык / Choose language [0;36mEnglish[0m
5. Finally, you will need to select the language versions of the documentation. By using the [[↑]] and [[↓]] keys and pressing the [[Space]] you can mark the languages you need. Then press the [[Enter]] button.
[0;36m?[0m Enter the component name [0;36mmyFirstComponent[0m
161
+
[0;36m?[0m Выберите языковые версии документации (Press [0;36m<space>[0m to select, [0;36m<a>[0m to toggle all, [0;36m<i>[0m to invert selection, and [0;36m<enter>[0m to proceed)
162
+
( ) Русский[0m[0m[0m[0m
163
+
[0;36m>(*) English[0m
168
164
```
169
165
170
166
6. **Done!** You will see something like this in the terminal. This means that the script has created the necessary structure, and you will have to fill out the documentation for your extra.
5. И наконец вам нужно будет выбрать языковые версии документации. Используя клавиши [[↑]] и [[↓]] и нажатием на [[Пробел]] вы сможете отметить нужные вам языки. Затем нажмите на кнопку [[Enter]].
[0;36m?[0m Введите название компонента [0;36mmyFirstComponent[0m
163
+
[0;36m?[0m Выберите языковые версии документации (Press [0;36m<space>[0m to select, [0;36m<a>[0m to toggle all, [0;36m<i>[0m to invert selection, and [0;36m<enter>[0m to proceed)
164
+
[0;36m>(*) Русский[0m
165
+
( ) English[0m[0m[0m[0m
170
166
```
171
167
172
168
6. **Готово!** Вы увидите примерно такой вывод в терминале. Это значит, что скрипт для вас создал структуру из файлов и папок, а вам останется написать документацию для своего компонента.
0 commit comments