1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-23 21:29:38 +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
Media
docs
docusaurus
src/css
static/img
ru/md

BIN
Media/Neocities.png Normal file

Binary file not shown.

After

(image error) Size: 7.7 KiB

@ -95,7 +95,7 @@ li > a.menu__link {
.Notion a::before, .GoogleCalendar a::before, .GoogleDrive a::before, .GoogleSheets a::before, .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, .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, .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-right: 0.7rem;
padding-top: 0.4rem; padding-top: 0.4rem;
} }
@ -160,6 +160,10 @@ li > a.menu__link {
content: url(../../static/img/APIs/small/Ozon.png); content: url(../../static/img/APIs/small/Ozon.png);
} }
.Neocities > div > a::before{
content: url(../../static/img/APIs/small/Neocities.png);
}
.Messenger > div > a::before{ .Messenger > div > a::before{
content: url(../../static/img/Categories/chat.png); content: url(../../static/img/Categories/chat.png);
} }
@ -192,6 +196,10 @@ li > a.menu__link {
content: url(../../static/img/Categories/welcome.png); content: url(../../static/img/Categories/welcome.png);
} }
.Other > div > a::before{
content: url(../../static/img/Categories/other.png);
}
/* CSS */ /* CSS */
.button { .button {
appearance: none; appearance: none;

Binary file not shown.

After

(image error) Size: 5.7 KiB

Binary file not shown.

After

(image error) Size: 1.3 KiB

Binary file not shown.

After

(image error) Size: 1.8 KiB

@ -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) и перейдите в настройки

@ -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', 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'}]},
]
}
], ],
}; };