mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-23 21:29:38 +02:00
Правки доков
This commit is contained in:
parent
4e41e80d93
commit
0c25b5a241
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',
|
||||
label: 'Other',
|
||||
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