update docs
This commit is contained in:
parent
c6baec68cd
commit
a9e7bcb26a
2 changed files with 12 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
"image": "",
|
||||
"location": "https://my.website",
|
||||
"resource_groups": {
|
||||
"Links": [{
|
||||
"Link group 1": [{
|
||||
"label": "RSS Feed",
|
||||
"icon": "",
|
||||
"location": "https://my.website.com/rss.xml",
|
||||
|
|
|
@ -52,6 +52,16 @@ The url for your website
|
|||
|
||||
This field is intended to feature content on your website.
|
||||
|
||||
### resource_groups
|
||||
*resource groups*
|
||||
|
||||
```
|
||||
{
|
||||
"Group1":[resource object,..],
|
||||
"Group2":...
|
||||
}
|
||||
```
|
||||
|
||||
**resource object:**
|
||||
|
||||
Fields:
|
||||
|
@ -67,7 +77,7 @@ Fields:
|
|||
Connections are what makes interverse powerful. When you connect to someone else their link or preview appears.
|
||||
|
||||
---
|
||||
### connection groups
|
||||
### connection_groups
|
||||
*connection groups*
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue