mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-21 21:27:27 +02:00
Доработки доков по NC
This commit is contained in:
parent
bcd90d680d
commit
309d4a6174
BIN
Media/Neocities.png
Normal file
BIN
Media/Neocities.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
@ -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;
|
||||
|
BIN
docs/docusaurus/static/img/APIs/Neocities.png
Normal file
BIN
docs/docusaurus/static/img/APIs/Neocities.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
docs/docusaurus/static/img/APIs/small/Neocities.png
Normal file
BIN
docs/docusaurus/static/img/APIs/small/Neocities.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
docs/docusaurus/static/img/Categories/Other.png
Normal file
BIN
docs/docusaurus/static/img/Categories/Other.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
14
docs/ru/md/Instructions/Neocities.md
Normal file
14
docs/ru/md/Instructions/Neocities.md
Normal 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) и перейдите в настройки
|
@ -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'}]},
|
||||
]
|
||||
}
|
||||
],
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user