You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-20 09:19:27 +02:00
Изменение сайдбара документации
This commit is contained in:
Vendored
+5
-1
@@ -166,7 +166,7 @@ li > a.menu__link {
|
||||
.Social a::before, .Database a::before, .Folder a::before, .Calendar a::before, .CRM a::before, .Commerce a::before,
|
||||
.VKTeams a::before, .S3 a::before, .TCP a::before, .Ozon a::before, .Neocities a::before, .CDEK a::before, .Start a::before,
|
||||
.Other a::before, .SQLite a::before, .PostgreSQL a::before, .GreenAPI a::before, .RCON a::before, .MySQL a::before, .AI a:before,
|
||||
.Ollama a::before {
|
||||
.Ollama a::before, .Exchange a::before {
|
||||
padding-right: 0.7rem;
|
||||
padding-top: 0.4rem;
|
||||
}
|
||||
@@ -292,6 +292,10 @@ li > a.menu__link {
|
||||
content: url(../../static/img/Categories/crm.png);
|
||||
}
|
||||
|
||||
.Exchange > div > a::before{
|
||||
content: url(../../static/img/Categories/network.png);
|
||||
}
|
||||
|
||||
.Folder > div > a::before{
|
||||
content: url(../../static/img/Categories/folder.png);
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Vendored
+9
-2
@@ -86,6 +86,15 @@
|
||||
items:[
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/Ollama'}, label: 'Ollama', className: 'Ollama', items:[{type: 'autogenerated', dirName: 'Ollama'}]},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Протоколы обмена',
|
||||
className: 'Exchange',
|
||||
items:[
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/TCP'}, label: 'TCP', className: 'TCP', items:[{type: 'autogenerated', dirName: 'TCP'}]},
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/RCON'}, label: 'RCON', className: 'RCON', items:[{type: 'autogenerated', dirName: 'RCON'}]},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
@@ -93,8 +102,6 @@
|
||||
className: 'Other',
|
||||
items:[
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/Neocities'}, label: 'Neocities', className: 'Neocities', items:[{type: 'autogenerated', dirName: 'Neocities'}]},
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/TCP'}, label: 'TCP', className: 'TCP', items:[{type: 'autogenerated', dirName: 'TCP'}]},
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/RCON'}, label: 'RCON', className: 'RCON', items:[{type: 'autogenerated', dirName: 'RCON'}]},
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Vendored
+9
-2
@@ -87,14 +87,21 @@ export default {
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/Ollama'}, label: 'Ollama', className: 'Ollama', items:[{type: 'autogenerated', dirName: 'Ollama'}]},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Протоколы обмена',
|
||||
className: 'Exchange',
|
||||
items:[
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/TCP'}, label: 'TCP', className: 'TCP', items:[{type: 'autogenerated', dirName: 'TCP'}]},
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/RCON'}, label: 'RCON', className: 'RCON', items:[{type: 'autogenerated', dirName: 'RCON'}]},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Прочее',
|
||||
className: 'Other',
|
||||
items:[
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/Neocities'}, label: 'Neocities', className: 'Neocities', items:[{type: 'autogenerated', dirName: 'Neocities'}]},
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/TCP'}, label: 'TCP', className: 'TCP', items:[{type: 'autogenerated', dirName: 'TCP'}]},
|
||||
{ type: 'category', link: {type: 'doc', id:'Instructions/RCON'}, label: 'RCON', className: 'RCON', items:[{type: 'autogenerated', dirName: 'RCON'}]},
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user