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": "",
|
"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",
|
||||||
|
|
|
@ -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*
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue