update docs

This commit is contained in:
Gabriel 2022-05-02 22:13:21 -04:00
parent c6baec68cd
commit a9e7bcb26a
2 changed files with 12 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"image": "", "image": "",
"location": "https://my.website", "location": "https://my.website",
"resource_groups": { "resource_groups": {
"Links": [{ "Link group 1": [{
"label": "RSS Feed", "label": "RSS Feed",
"icon": "", "icon": "",
"location": "https://my.website.com/rss.xml", "location": "https://my.website.com/rss.xml",

View file

@ -52,6 +52,16 @@ The url for your website
This field is intended to feature content on your website. This field is intended to feature content on your website.
### resource_groups
*resource groups*
```
{
"Group1":[resource object,..],
"Group2":...
}
```
**resource object:** **resource object:**
Fields: Fields:
@ -67,7 +77,7 @@ Fields:
Connections are what makes interverse powerful. When you connect to someone else their link or preview appears. Connections are what makes interverse powerful. When you connect to someone else their link or preview appears.
--- ---
### connection groups ### connection_groups
*connection groups* *connection groups*
``` ```