1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-28 20:46:05 +02:00

Фикс ссылок в документации

This commit is contained in:
Anton Titovets
2025-12-28 12:58:10 +03:00
parent 767f6c643e
commit b125fa3f58
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ Fast navigation:
<a href="/docs/Instructions/SFTP/"><img src={require('../../static/img/APIs/SFTP.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/TCP/"><img src={require('../../static/img/APIs/TCP.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/HTTP/"><img src={require('../../static/img/APIs/HTTP.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/gRPC/"><img src={require('../../static/img/APIs/gRPC.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/GRPC/"><img src={require('../../static/img/APIs/gRPC.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/SSH/"><img src={require('../../static/img/APIs/SSH.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/RCON/"><img src={require('../../static/img/APIs/RCON.png').default} width="32" class="wp_logo"/></a>
+1 -1
View File
@@ -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'}]},
],
},
+1 -1
View File
@@ -46,7 +46,7 @@ keywords: [1C, 1С, 1С:Предприятие, 1С:Предприятие 8.3,
<a href="/docs/Instructions/SFTP/"><img src={require('../../static/img/APIs/SFTP.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/TCP/"><img src={require('../../static/img/APIs/TCP.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/HTTP/"><img src={require('../../static/img/APIs/HTTP.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/gRPC/"><img src={require('../../static/img/APIs/gRPC.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/GRPC/"><img src={require('../../static/img/APIs/gRPC.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/SSH/"><img src={require('../../static/img/APIs/SSH.png').default} width="32" class="wp_logo"/></a>
<a href="/docs/Instructions/RCON/"><img src={require('../../static/img/APIs/RCON.png').default} width="32" class="wp_logo"/></a>
</div>
+1 -1
View File
@@ -6,4 +6,4 @@ keywords: [1C, 1С, 1С:Предприятие, 1С:Предприятие 8.3,
<img src={require('../../static/img/APIs/GRPC.png').default} width='64px' />
# GRPC
# gRPC
+1 -1
View File
@@ -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' }] },
],
},