diff --git a/docs/en/md/Instructions/Neocities.md b/docs/en/md/Instructions/Neocities.md new file mode 100644 index 0000000000..b088edbfa9 --- /dev/null +++ b/docs/en/md/Instructions/Neocities.md @@ -0,0 +1,26 @@ +--- +id: Neocities +sidebar_class_name: Neocities +--- + + + +# 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 + +![BF](../../static/img/Docs/Neocities/1.png) + +2. Select the required site from the list and click **Manage Site Settings** + +![BF](../../static/img/Docs/Neocities/2.png) + +3. Click on the **API** tab, generate and save the **API KEY** + +![BF](../../static/img/Docs/Neocities/3.png) + +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 diff --git a/docs/en/md/sidebars.js b/docs/en/md/sidebars.js index 155b89077b..50e1ec3828 100644 --- a/docs/en/md/sidebars.js +++ b/docs/en/md/sidebars.js @@ -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'}]}, + ] +} ], };