Update instances doc.
This commit is contained in:
parent
8e711bea4e
commit
6805a8bf48
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue