Update instances doc.

This commit is contained in:
mickie 2022-01-21 16:49:45 -06:00
parent 8e711bea4e
commit 6805a8bf48
1 changed files with 14 additions and 12 deletions

View File

@ -1,17 +1,19 @@
/*
* ---------------------- The Fediverse -----------------------
* ------------------------------- The Fediverse -------------------------------
*
* Properties:
* - name -
* + The name of the social network / service (instance).
* NO whitespaces!
* - post -
* + The HTTP POST request method. Important to include the
* Title and Url.
* - icon -
* + The icon to be displayed in the popup (main) window.
* Taken from Fork Awesome.
* - host -
* + The default host.
* - name
* The name of the social network / service (instance). NO whitespaces!
*
* - post
* The HTTP POST request method. Important: include the Title and Url.
*
* - icon
* The icon to be displayed in the popup (main) window. Taken from Fork
* Awesome.
*
* - host
* The default host (instance).
*
*/
import { Instance } from './interface';