You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
Правки доков
This commit is contained in:
26
docs/en/md/Instructions/Neocities.md
Normal file
26
docs/en/md/Instructions/Neocities.md
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
id: Neocities
|
||||||
|
sidebar_class_name: Neocities
|
||||||
|
---
|
||||||
|
|
||||||
|
<img src={require('../../static/img/APIs/Neocities.png').default} width='64px' />
|
||||||
|
|
||||||
|
# Neocities
|
||||||
|
|
||||||
|
This section is dedicated to the library for working with Neocities API. On this page, all the steps necessary to start working are described
|
||||||
|
|
||||||
|
## Начало работы
|
||||||
|
|
||||||
|
1. Log in to the [Neocities portal](https://neocities.org) and go to settings
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
2. Select the required site from the list and click **Manage Site Settings**
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
3. Click on the **API** tab, generate and save the **API KEY**
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
API Key is used in each API method as a Token parameter. You can also generate a token based on your login and password using the *GetToken* method
|
||||||
@@ -73,5 +73,13 @@
|
|||||||
{ 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: 'Other',
|
||||||
|
className: 'Other',
|
||||||
|
items:[
|
||||||
|
{ type: 'category', link: {type: 'doc', id:'Instructions/Neocities'}, label: 'Neocities', className: 'Neocities', items:[{type: 'autogenerated', dirName: 'Neocities'}]},
|
||||||
|
]
|
||||||
|
}
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user