Обновление статики документации
1
.gitignore
vendored
@ -9,3 +9,4 @@ data.json
|
||||
test.os
|
||||
/test_logs
|
||||
Поток
|
||||
/docs/docusaurus/node_modules
|
||||
|
@ -143,6 +143,9 @@ li > a.menu__link {
|
||||
content: url(../../static/img/APIs/small/YandexDisk.png);
|
||||
}
|
||||
|
||||
.Dropbox > div > a::before{
|
||||
content: url(../../static/img/APIs/small/Dropbox.png);
|
||||
}
|
||||
|
||||
/* CSS */
|
||||
.button {
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.9 KiB |
BIN
docs/docusaurus/static/img/APIs/Dropbox.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
docs/docusaurus/static/img/APIs/small/Dropbox.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 869 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 995 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 817 B After Width: | Height: | Size: 1013 B |
Before Width: | Height: | Size: 956 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 903 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 873 B After Width: | Height: | Size: 1.2 KiB |
10
docs/ru/md/Dropbox/Dropbox.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
id: Dropbox
|
||||
sidebar_class_name: Dropbox
|
||||
---
|
||||
|
||||
<img src={require('../../static/img/APIs/Dropbox.png').default} width='64px' />
|
||||
|
||||
# Dropbox
|
||||
|
||||
Этот раздел посвящен библиотеке для работы с Dropbox API. На данной странице описаны все действия, необходимые для полноценного начала работы
|
8
docs/ru/md/Dropbox/_category_.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"label": "Dropbox (pre-release)",
|
||||
"position": 12,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "Dropbox"
|
||||
}
|
||||
}
|
6
package-lock.json
generated
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "OPI",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {}
|
||||
}
|