Skip to content

Commit

Permalink
Перевод доков с новой структурой
Browse files Browse the repository at this point in the history
  • Loading branch information
Bayselonarrend committed Jun 21, 2024
1 parent 24d5005 commit 3b19e87
Show file tree
Hide file tree
Showing 238 changed files with 4,491 additions and 5,568 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/os/docs_main.os
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,6 @@
ПроверитьСоздатьКаталог(КаталогБиблиотеки);
ПроверитьСоздатьКаталог(КаталогОбласти);
ПроверитьСоздатьКаталог(КаталогКартинок);

СтруктураКатегории = Новый Структура("label,position", ЗаголовокОбласти, Строка(СчетчикБиблиотеки));
ФайлКатегории = КаталогОбласти + "/_category_.json";

Запись = Новый ЗаписьJSON;
ПараметрыЗаписиJSON = Новый ПараметрыЗаписиJSON(ПереносСтрокJSON.Авто);
Запись.ОткрытьФайл(ФайлКатегории, , , ПараметрыЗаписиJSON);
ЗаписатьJSON(Запись, СтруктураКатегории);
Запись.Закрыть();

Макет = Новый ТекстовыйДокумент();
Макет.Прочитать("./.github/workflows/os/template.md", "UTF-8");
Expand Down
4 changes: 0 additions & 4 deletions docs/en/md/Airtable/Comment-management/_category_.json

This file was deleted.

4 changes: 0 additions & 4 deletions docs/en/md/Airtable/Record-management/_category_.json

This file was deleted.

4 changes: 0 additions & 4 deletions docs/en/md/Airtable/Table-management/_category_.json

This file was deleted.

4 changes: 0 additions & 4 deletions docs/en/md/Airtable/Working-with-databases/_category_.json

This file was deleted.

4 changes: 0 additions & 4 deletions docs/en/md/Airtable/Working-with-fields/_category_.json

This file was deleted.

8 changes: 0 additions & 8 deletions docs/en/md/Airtable/_category_.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sidebar_position: 7

```sh title="CLI command example"

oint bitrix24 AddPostRecipients --url "b24-ar17wx.bitrix24.by" --postid "124" --vision %vision% --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 AddPostRecipients --url "b24-ar17wx.bitrix24.by" --postid "124" --vision %vision% --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
2 changes: 1 addition & 1 deletion docs/en/md/Bitrix24/Feed-posts-managment/Crate-comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sidebar_position: 6

```sh title="CLI command example"

oint bitrix24 CrateComment --url "b24-ar17wx.bitrix24.by" --postid "124" --text %text% --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 CrateComment --url "b24-ar17wx.bitrix24.by" --postid "124" --text %text% --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/md/Bitrix24/Feed-posts-managment/Create-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sidebar_position: 1
| URL | --url | String | URL of webhook or a Bitrix24 domain, when token used |
| Text | --text | String | Text of post |
| Visibility | --vision | String | Array or a single post target: UA all, SG<X> work group, U<X> user, DR<X> depart., G<X> group |
| Files | --files | String | Data inложенandй, где toлюч > name file, value > path to file andдand дinоandчные Data |
| Files | --files | String | Attachment data where key > filename, value > file path or binary data |
| Title | --title | String | Post title |
| Important | --important | Boolean | Mark post as important |
| Token | --token | String | Access token, when not-webhook method used |
Expand Down Expand Up @@ -47,7 +47,7 @@ sidebar_position: 1

```sh title="CLI command example"

oint bitrix24 CreatePost --url "b24-ar17wx.bitrix24.by" --text %text% --vision %vision% --files %files% --title %title% --important %important% --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 CreatePost --url "b24-ar17wx.bitrix24.by" --text %text% --vision %vision% --files %files% --title %title% --important %important% --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
2 changes: 1 addition & 1 deletion docs/en/md/Bitrix24/Feed-posts-managment/Delete-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sidebar_position: 3

```sh title="CLI command example"

oint bitrix24 DeletePost --url "b24-ar17wx.bitrix24.by" --postid "124" --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 DeletePost --url "b24-ar17wx.bitrix24.by" --postid "124" --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sidebar_position: 4

```sh title="CLI command example"

oint bitrix24 GetImportantPostViewers --url "b24-ar17wx.bitrix24.by" --postid "122" --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 GetImportantPostViewers --url "b24-ar17wx.bitrix24.by" --postid "122" --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
18 changes: 9 additions & 9 deletions docs/en/md/Bitrix24/Feed-posts-managment/Get-posts.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sidebar_position: 5

```sh title="CLI command example"

oint bitrix24 GetPosts --url "b24-ar17wx.bitrix24.by" --postid "124" --sel %sel% --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 GetPosts --url "b24-ar17wx.bitrix24.by" --postid "124" --sel %sel% --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down Expand Up @@ -130,7 +130,7 @@ oint bitrix24 GetPosts --url "b24-ar17wx.bitrix24.by" --postid "124" --sel %sel%
"USER_TYPE": {
"USER_TYPE_ID": "url_preview",
"CLASS_NAME": "Bitrix\\Main\\UrlPreview\\UrlPreviewUserType",
"DESCRIPTION": "Содержandмое withwithылtoand",
"DESCRIPTION": "Link data",
"BASE_TYPE": "int"
},
"VALUE": null,
Expand Down Expand Up @@ -173,7 +173,7 @@ oint bitrix24 GetPosts --url "b24-ar17wx.bitrix24.by" --postid "124" --sel %sel%
"renderView"
],
"USE_FIELD_COMPONENT": true,
"DESCRIPTION": "Whole чandwithло",
"DESCRIPTION": "Whole number",
"BASE_TYPE": "int"
},
"VALUE": null,
Expand Down Expand Up @@ -244,7 +244,7 @@ oint bitrix24 GetPosts --url "b24-ar17wx.bitrix24.by" --postid "124" --sel %sel%
"USER_TYPE": {
"USER_TYPE_ID": "mail_message",
"CLASS_NAME": "Bitrix\\Mail\\MessageUserType",
"DESCRIPTION": "Пandwithьмо (email)",
"DESCRIPTION": "Letter (email)",
"BASE_TYPE": "int",
"VIEW_CALLBACK": [
"Bitrix\\Mail\\MessageUserType",
Expand Down Expand Up @@ -286,7 +286,7 @@ oint bitrix24 GetPosts --url "b24-ar17wx.bitrix24.by" --postid "124" --sel %sel%
"MAX_VALUE": 0,
"DEFAULT_VALUE": null
},
"EDIT_FORM_LABEL": "Important withобщенandе",
"EDIT_FORM_LABEL": "Important message",
"LIST_COLUMN_LABEL": "Important",
"LIST_FILTER_LABEL": "Important",
"ERROR_MESSAGE": null,
Expand All @@ -303,7 +303,7 @@ oint bitrix24 GetPosts --url "b24-ar17wx.bitrix24.by" --postid "124" --sel %sel%
"renderView"
],
"USE_FIELD_COMPONENT": true,
"DESCRIPTION": "Whole чandwithло",
"DESCRIPTION": "Whole number",
"BASE_TYPE": "int"
},
"VALUE": null,
Expand Down Expand Up @@ -331,8 +331,8 @@ oint bitrix24 GetPosts --url "b24-ar17wx.bitrix24.by" --postid "124" --sel %sel%
"USE_SECOND": "Y",
"USE_TIMEZONE": "N"
},
"EDIT_FORM_LABEL": "Сроto дейwithтinandя",
"LIST_COLUMN_LABEL": "Сроto",
"EDIT_FORM_LABEL": "Expiration date",
"LIST_COLUMN_LABEL": "Deadline",
"LIST_FILTER_LABEL": null,
"ERROR_MESSAGE": null,
"HELP_MESSAGE": null,
Expand All @@ -348,7 +348,7 @@ oint bitrix24 GetPosts --url "b24-ar17wx.bitrix24.by" --postid "124" --sel %sel%
"renderView"
],
"USE_FIELD_COMPONENT": true,
"DESCRIPTION": "Date with inремеnotм",
"DESCRIPTION": "Date with time",
"BASE_TYPE": "datetime"
},
"VALUE": "",
Expand Down
4 changes: 2 additions & 2 deletions docs/en/md/Bitrix24/Feed-posts-managment/Update-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sidebar_position: 2
| PostID | --postid | String, Number | Post ID |
| Text | --text | String | Text of post |
| Visibility | --vision | String | Array or a single post target: UA all, SG<X> work group, U<X> user, DR<X> depart., G<X> group |
| Files | --files | String | Data inложенandй, где toлюч > name file, value > path to file andдand дinоandчные Data |
| Files | --files | String | Attachment data where key > filename, value > file path or binary data |
| Title | --title | String | Post title |
| Token | --token | String | Access token, when not-webhook method used |

Expand Down Expand Up @@ -46,7 +46,7 @@ sidebar_position: 2

```sh title="CLI command example"

oint bitrix24 UpdatePost --url "b24-ar17wx.bitrix24.by" --postid "122" --text %text% --vision %vision% --files %files% --title %title% --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 UpdatePost --url "b24-ar17wx.bitrix24.by" --postid "122" --text %text% --vision %vision% --files %files% --title %title% --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
4 changes: 0 additions & 4 deletions docs/en/md/Bitrix24/Feed-posts-managment/_category_.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sidebar_position: 1

```sh title="CLI command example"

oint bitrix24 GetAppAuthLink --domain %domain% --clientid %clientid%
oint bitrix24 GetAppAuthLink --domain %domain% --clientid %clientid%

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sidebar_position: 2

```sh title="CLI command example"

oint bitrix24 GetToken --clientid "local.6667fc928a50a9.70414732" --clientsecret "ZeKyeYIgy2NsHZqsIHY6GfG1V..." --code "2b096866006e9f06006b12e400000001000007fc1bc681f7ed7f13f2d449980628008c"
oint bitrix24 GetToken --clientid "local.6667fc928a50a9.70414732" --clientsecret "ZeKyeYIgy2NsHZqsIHY6GfG1V..." --code "2b096866006e9f06006b12e400000001000007fc1bc681f7ed7f13f2d449980628008c"

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sidebar_position: 3

```sh title="CLI command example"

oint bitrix24 RefreshToken --clientid "local.6667fc928a50a9.70414732" --clientsecret "ZeKyeYIgy2NsHZqsIHY6GfG1V..." --refresh "a95e9b66006e9f06006b12e400000001000..."
oint bitrix24 RefreshToken --clientid "local.6667fc928a50a9.70414732" --clientsecret "ZeKyeYIgy2NsHZqsIHY6GfG1V..." --refresh "a95e9b66006e9f06006b12e400000001000..."

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sidebar_position: 4

```sh title="CLI command example"

oint bitrix24 ServerTime --url "b24-ar17wx.bitrix24.by" --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 ServerTime --url "b24-ar17wx.bitrix24.by" --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ sidebar_position: 7

```sh title="CLI command example"

oint bitrix24 CreateStorageFolder --url "b24-ar17wx.bitrix24.by" --storageid %storageid% --title %title% --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 CreateStorageFolder --url "b24-ar17wx.bitrix24.by" --storageid %storageid% --title %title% --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sidebar_position: 8

```sh title="CLI command example"

oint bitrix24 DeleteFile --url "b24-ar17wx.bitrix24.by" --fileid "478" --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 DeleteFile --url "b24-ar17wx.bitrix24.by" --fileid "478" --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sidebar_position: 9

```sh title="CLI command example"

oint bitrix24 DeleteFolder --url "b24-ar17wx.bitrix24.by" --folderid "482" --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 DeleteFolder --url "b24-ar17wx.bitrix24.by" --folderid "482" --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sidebar_position: 2

```sh title="CLI command example"

oint bitrix24 GetAppSotrage --url "b24-ar17wx.bitrix24.by" --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 GetAppSotrage --url "b24-ar17wx.bitrix24.by" --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sidebar_position: 5

```sh title="CLI command example"

oint bitrix24 GetStorageObjects --url "b24-ar17wx.bitrix24.by" --storageid %storageid% --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 GetStorageObjects --url "b24-ar17wx.bitrix24.by" --storageid %storageid% --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sidebar_position: 3

```sh title="CLI command example"

oint bitrix24 GetStorage --url "b24-ar17wx.bitrix24.by" --storageid %storageid% --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 GetStorage --url "b24-ar17wx.bitrix24.by" --storageid %storageid% --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sidebar_position: 1

```sh title="CLI command example"

oint bitrix24 GetStoragesList --url "b24-ar17wx.bitrix24.by" --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 GetStoragesList --url "b24-ar17wx.bitrix24.by" --token "b9df7366006e9f06006b12e400000001000..."

```

Expand All @@ -42,7 +42,7 @@ oint bitrix24 GetStoragesList --url "b24-ar17wx.bitrix24.by" --token "b9df736600
"result": [
{
"ID": "3",
"NAME": "Общandй дandwithto",
"NAME": "Main drive",
"CODE": null,
"MODULE_ID": "disk",
"ENTITY_TYPE": "common",
Expand Down Expand Up @@ -87,7 +87,7 @@ oint bitrix24 GetStoragesList --url "b24-ar17wx.bitrix24.by" --token "b9df736600
},
{
"ID": "12",
"NAME": "Toддержtoа Bitrix24",
"NAME": "Support Bitrix24",
"CODE": null,
"MODULE_ID": "disk",
"ENTITY_TYPE": "user",
Expand All @@ -96,7 +96,7 @@ oint bitrix24 GetStoragesList --url "b24-ar17wx.bitrix24.by" --token "b9df736600
},
{
"ID": "14",
"NAME": "Марта",
"NAME": "Marta",
"CODE": null,
"MODULE_ID": "disk",
"ENTITY_TYPE": "user",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sidebar_position: 4

```sh title="CLI command example"

oint bitrix24 RenameStorage --url "b24-ar17wx.bitrix24.by" --storageid "18" --title %title% --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 RenameStorage --url "b24-ar17wx.bitrix24.by" --storageid "18" --title %title% --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sidebar_position: 6

```sh title="CLI command example"

oint bitrix24 UploadFileToStorage --url "b24-ar17wx.bitrix24.by" --title %title% --file %file% --storageid %storageid% --rights %rights% --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 UploadFileToStorage --url "b24-ar17wx.bitrix24.by" --title %title% --file %file% --storageid %storageid% --rights %rights% --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sidebar_position: 17

```sh title="CLI command example"

oint bitrix24 AddTaskToFavorites --url "b24-ar17wx.bitrix24.by" --task "170" --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 AddTaskToFavorites --url "b24-ar17wx.bitrix24.by" --task "170" --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
2 changes: 1 addition & 1 deletion docs/en/md/Bitrix24/Tasks-managment/Approve-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sidebar_position: 7

```sh title="CLI command example"

oint bitrix24 ApproveTask --url "b24-ar17wx.bitrix24.by" --task "170" --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 ApproveTask --url "b24-ar17wx.bitrix24.by" --task "170" --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
2 changes: 1 addition & 1 deletion docs/en/md/Bitrix24/Tasks-managment/Complete-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sidebar_position: 9

```sh title="CLI command example"

oint bitrix24 CompleteTask --url "b24-ar17wx.bitrix24.by" --task "170" --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 CompleteTask --url "b24-ar17wx.bitrix24.by" --task "170" --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
2 changes: 1 addition & 1 deletion docs/en/md/Bitrix24/Tasks-managment/Create-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sidebar_position: 4

```sh title="CLI command example"

oint bitrix24 CreateTask --url "b24-ar17wx.bitrix24.by" --fields %fields% --token "b9df7366006e9f06006b12e400000001000..."
oint bitrix24 CreateTask --url "b24-ar17wx.bitrix24.by" --fields %fields% --token "b9df7366006e9f06006b12e400000001000..."

```

Expand Down
Loading

0 comments on commit 3b19e87

Please sign in to comment.