1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-21 21:27:27 +02:00

Доработки доков по NC

This commit is contained in:
Anton Titovets 2024-09-24 11:28:41 +03:00
parent bcd90d680d
commit 309d4a6174
7 changed files with 31 additions and 1 deletions

BIN
Media/Neocities.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -95,7 +95,7 @@ li > a.menu__link {
.Notion a::before, .GoogleCalendar a::before, .GoogleDrive a::before, .GoogleSheets a::before,
.Slack a::before, .YandexDisk a::before, .Dropbox a::before, .Bitrix24 a::before, .Messenger a::before,
.Social a::before, .Database a::before, .Folder a::before, .Calendar a::before, .CRM a::before, .Commerce a::before,
.VKTeams a::before, .Ozon a::before, .Start a::before{
.VKTeams a::before, .Ozon a::before, .Neocities a::before, .Start a::before, .Other a::before{
padding-right: 0.7rem;
padding-top: 0.4rem;
}
@ -160,6 +160,10 @@ li > a.menu__link {
content: url(../../static/img/APIs/small/Ozon.png);
}
.Neocities > div > a::before{
content: url(../../static/img/APIs/small/Neocities.png);
}
.Messenger > div > a::before{
content: url(../../static/img/Categories/chat.png);
}
@ -192,6 +196,10 @@ li > a.menu__link {
content: url(../../static/img/Categories/welcome.png);
}
.Other > div > a::before{
content: url(../../static/img/Categories/other.png);
}
/* CSS */
.button {
appearance: none;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,14 @@
---
id: Neocities
sidebar_class_name: Neocities
---
<img src={require('../../static/img/APIs/Neocities.png').default} width='64px' />
# Ozon
Этот раздел посвящен библиотеке для работы с Neocities API. На данной странице описаны все действия, необходимые для полноценного начала работы
## Начало работы
1. Авторизуйтесь на портале [Neocities](https://neocities.org) и перейдите в настройки

View File

@ -73,5 +73,13 @@ export default {
{ type: 'category', link: {type: 'doc', id:'Instructions/Notion'}, label: 'Notion', className: 'Notion', items:[{type: 'autogenerated', dirName: 'Notion'}]},
],
},
{
type: 'category',
label: 'Прочее',
className: 'Other',
items:[
{ type: 'category', link: {type: 'doc', id:'Instructions/Neocities'}, label: 'Neocities', className: 'Neocities', items:[{type: 'autogenerated', dirName: 'Neocities'}]},
]
}
],
};