From b125fa3f58b0a94bb72dc43c19ebd6d72ab8f01a Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Sun, 28 Dec 2025 12:58:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D1=81=D1=81=D1=8B?= =?UTF-8?q?=D0=BB=D0=BE=D0=BA=20=D0=B2=20=D0=B4=D0=BE=D0=BA=D1=83=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/md/Instructions/Start.md | 2 +- docs/en/md/sidebars.js | 2 +- docs/ru/md/Instructions/Start.md | 2 +- docs/ru/md/Instructions/gRPC.md | 2 +- docs/ru/md/sidebars.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/md/Instructions/Start.md b/docs/en/md/Instructions/Start.md index 4244efa01b..02a1616b38 100644 --- a/docs/en/md/Instructions/Start.md +++ b/docs/en/md/Instructions/Start.md @@ -45,7 +45,7 @@ Fast navigation: - + diff --git a/docs/en/md/sidebars.js b/docs/en/md/sidebars.js index 254d194812..95944c854a 100644 --- a/docs/en/md/sidebars.js +++ b/docs/en/md/sidebars.js @@ -100,7 +100,7 @@ { type: 'category', link: {type: 'doc', id:'Instructions/FTP' }, label: 'FTP', className: 'FTP', items: [{ type: 'autogenerated', dirName: 'FTP' }] }, { type: 'category', link: { type: 'doc', id: 'Instructions/SFTP' }, label: 'SFTP', className: 'SFTP', items: [{ type: 'autogenerated', dirName: 'SFTP' }] }, { type: 'category', link: { type: 'doc', id: 'Instructions/SSH' }, label: 'SSH', className: 'SSH', items: [{ type: 'autogenerated', dirName: 'SSH' }] }, - { type: 'category', link: { type: 'doc', id: 'Instructions/gRPC' }, label: 'gRPC', className: 'GRPC', items: [{ type: 'autogenerated', dirName: 'GRPC' }] }, + { type: 'category', link: { type: 'doc', id: 'Instructions/GRPC' }, label: 'gRPC', className: 'GRPC', items: [{ type: 'autogenerated', dirName: 'GRPC' }] }, { type: 'category', link: {type: 'doc', id:'Instructions/RCON'}, label: 'RCON', className: 'RCON', items:[{type: 'autogenerated', dirName: 'RCON'}]}, ], }, diff --git a/docs/ru/md/Instructions/Start.md b/docs/ru/md/Instructions/Start.md index a7e9a4eba7..baaaea4610 100644 --- a/docs/ru/md/Instructions/Start.md +++ b/docs/ru/md/Instructions/Start.md @@ -46,7 +46,7 @@ keywords: [1C, 1С, 1С:Предприятие, 1С:Предприятие 8.3, - + diff --git a/docs/ru/md/Instructions/gRPC.md b/docs/ru/md/Instructions/gRPC.md index 2736e72836..cfb4039385 100644 --- a/docs/ru/md/Instructions/gRPC.md +++ b/docs/ru/md/Instructions/gRPC.md @@ -6,4 +6,4 @@ keywords: [1C, 1С, 1С:Предприятие, 1С:Предприятие 8.3, -# GRPC \ No newline at end of file +# gRPC \ No newline at end of file diff --git a/docs/ru/md/sidebars.js b/docs/ru/md/sidebars.js index 355222803f..174608c8ef 100644 --- a/docs/ru/md/sidebars.js +++ b/docs/ru/md/sidebars.js @@ -100,7 +100,7 @@ const sidebars = { { type: 'category', link: { type: 'doc', id: 'Instructions/FTP' }, label: 'FTP', className: 'FTP', items: [{ type: 'autogenerated', dirName: 'FTP' }] }, { type: 'category', link: { type: 'doc', id: 'Instructions/SFTP' }, label: 'SFTP', className: 'SFTP', items: [{ type: 'autogenerated', dirName: 'SFTP' }] }, { type: 'category', link: { type: 'doc', id: 'Instructions/SSH' }, label: 'SSH', className: 'SSH', items: [{ type: 'autogenerated', dirName: 'SSH' }] }, - { type: 'category', link: { type: 'doc', id: 'Instructions/gRPC' }, label: 'gRPC', className: 'GRPC', items: [{ type: 'autogenerated', dirName: 'GRPC' }] }, + { type: 'category', link: { type: 'doc', id: 'Instructions/GRPC' }, label: 'gRPC', className: 'GRPC', items: [{ type: 'autogenerated', dirName: 'GRPC' }] }, { type: 'category', link: { type: 'doc', id: 'Instructions/RCON' }, label: 'RCON', className: 'RCON', items: [{ type: 'autogenerated', dirName: 'RCON' }] }, ], },