Update instances doc.
This commit is contained in:
parent
8e711bea4e
commit
6805a8bf48
|
@ -1,17 +1,19 @@
|
||||||
/*
|
/*
|
||||||
* ---------------------- The Fediverse -----------------------
|
* ------------------------------- The Fediverse -------------------------------
|
||||||
|
*
|
||||||
* Properties:
|
* Properties:
|
||||||
* - name -
|
* - name
|
||||||
* + The name of the social network / service (instance).
|
* The name of the social network / service (instance). NO whitespaces!
|
||||||
* NO whitespaces!
|
*
|
||||||
* - post -
|
* - post
|
||||||
* + The HTTP POST request method. Important to include the
|
* The HTTP POST request method. Important: include the Title and Url.
|
||||||
* Title and Url.
|
*
|
||||||
* - icon -
|
* - icon
|
||||||
* + The icon to be displayed in the popup (main) window.
|
* The icon to be displayed in the popup (main) window. Taken from Fork
|
||||||
* Taken from Fork Awesome.
|
* Awesome.
|
||||||
* - host -
|
*
|
||||||
* + The default host.
|
* - host
|
||||||
|
* The default host (instance).
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { Instance } from './interface';
|
import { Instance } from './interface';
|
||||||
|
|
Loading…
Reference in New Issue