1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-06 23:46:28 +02:00

JF Обновления доков

This commit is contained in:
Anton Titovets 2024-09-24 10:56:25 +03:00
parent 58e5bb0c82
commit bcd90d680d
8 changed files with 2161 additions and 2159 deletions

View File

@ -9,6 +9,7 @@ pipeline {
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & "C:/Program Files (x86)/Yarn/bin/yarn" build' bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus & "C:/Program Files (x86)/Yarn/bin/yarn" build'
bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus/build & neocel --t=%GPGKEY% --yes' bat encoding: 'UTF-8', script:'chcp 65001 & cd docs/docusaurus/build & neocel --t=%GPGKEY% --yes'
withCredentials([string(credentialsId: 'neocities-test', variable: 'TOKEN')]) { withCredentials([string(credentialsId: 'neocities-test', variable: 'TOKEN')]) {
powershell encoding: 'UTF-8', script:'oint --token $TOKEN --local "C:\ProgramData\Jenkins\.jenkins\workspace\Docs deploy (Test RU)\docs\docusaurus\build"'
} }
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -144,7 +144,7 @@ EndFunction
// //
// Parameters: // Parameters:
// Token - String - Auth token - token // Token - String - Auth token - token
// FileMapping - Map Of KeyAndValue - Files: Key > destination path on NC, Value - File - files // FileMapping - Map Of KeyAndValue - Files: Key > destination path on NC, Value > file - files
// Singly - Boolean - True > sends files in separate requests - singly // Singly - Boolean - True > sends files in separate requests - singly
// //
// Returns: // Returns:

View File

@ -144,7 +144,7 @@ EndFunction
// //
// Parameters: // Parameters:
// Token - String - Auth token - token // Token - String - Auth token - token
// FileMapping - Map Of KeyAndValue - Files: Key > destination path on NC, Value - File - files // FileMapping - Map Of KeyAndValue - Files: Key > destination path on NC, Value > file - files
// Singly - Boolean - True > sends files in separate requests - singly // Singly - Boolean - True > sends files in separate requests - singly
// //
// Returns: // Returns:

View File

@ -99,8 +99,8 @@
NewLine.Модуль = "OPI_Neocities"; NewLine.Модуль = "OPI_Neocities";
NewLine.Метод = "UploadFiles"; NewLine.Метод = "UploadFiles";
NewLine.МетодПоиска = "UPLOADFILES"; NewLine.МетодПоиска = "UPLOADFILES";
NewLine.Параметр = "--File"; NewLine.Параметр = "--files";
NewLine.Описание = "files"; NewLine.Описание = "Files: Key > destination path on NC, Value > file";
NewLine.Область = "File managment"; NewLine.Область = "File managment";

View File

@ -144,7 +144,7 @@
// //
// Параметры: // Параметры:
// Токен - Строка - Токен авторизации - token // Токен - Строка - Токен авторизации - token
// СоответствиеФайлов - Соответствие Из КлючИЗначение - Файлы для загрузки: Ключ > путь на NC, Значение - Файл - files // СоответствиеФайлов - Соответствие Из КлючИЗначение - Файлы для загрузки: Ключ > путь на NC, Значение > Файл - files
// ПоОдному - Булево - Истина > отправляет файлы отдельными запросами - singly // ПоОдному - Булево - Истина > отправляет файлы отдельными запросами - singly
// //
// Возвращаемое значение: // Возвращаемое значение:

View File

@ -144,7 +144,7 @@
// //
// Параметры: // Параметры:
// Токен - Строка - Токен авторизации - token // Токен - Строка - Токен авторизации - token
// СоответствиеФайлов - Соответствие Из КлючИЗначение - Файлы для загрузки: Ключ > путь на NC, Значение - Файл - files // СоответствиеФайлов - Соответствие Из КлючИЗначение - Файлы для загрузки: Ключ > путь на NC, Значение > Файл - files
// ПоОдному - Булево - Истина > отправляет файлы отдельными запросами - singly // ПоОдному - Булево - Истина > отправляет файлы отдельными запросами - singly
// //
// Возвращаемое значение: // Возвращаемое значение:

View File

@ -99,8 +99,8 @@
НоваяСтрока.Модуль = "OPI_Neocities"; НоваяСтрока.Модуль = "OPI_Neocities";
НоваяСтрока.Метод = "ЗагрузитьФайлы"; НоваяСтрока.Метод = "ЗагрузитьФайлы";
НоваяСтрока.МетодПоиска = "ЗАГРУЗИТЬФАЙЛЫ"; НоваяСтрока.МетодПоиска = "ЗАГРУЗИТЬФАЙЛЫ";
НоваяСтрока.Параметр = "--Файл"; НоваяСтрока.Параметр = "--files";
НоваяСтрока.Описание = "files"; НоваяСтрока.Описание = "Файлы для загрузки: Ключ > путь на NC, Значение > Файл";
НоваяСтрока.Область = "Работа с файлами"; НоваяСтрока.Область = "Работа с файлами";