Skip to content

Commit 46ebbc8

Browse files
committed
fix: 🐛 Fix outdated Collection example
1 parent 2f0e447 commit 46ebbc8

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

app/structures/collection/page.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,14 @@ Collections are a way to represent paginated groups of entities. They are used e
3232

3333
```jsonc {{ 'title': 'Example Collection' }}
3434
{
35-
"author": "https://versia.social/users/018ec082-0ae1-761c-b2c5-22275a611771",
35+
"author": "018ec082-0ae1-761c-b2c5-22275a611771",
3636
"total": 46,
3737
"items": [
3838
{
3939
"id": "456df8ed-daf1-4062-abab-491071c7b8dd",
4040
"type": "Note",
41-
"uri": "https://versia.social/notes/456df8ed-daf1-4062-abab-491071c7b8dd",
4241
"created_at": "2024-04-09T01:38:51.743Z",
4342
...
44-
"collections": {
45-
"replies": "https://versia.social/notes/456df8ed-daf1-4062-abab-491071c7b8dd/replies",
46-
"quotes": "https://versia.social/notes/456df8ed-daf1-4062-abab-491071c7b8dd/quotes"
47-
},
4843
"content": {
4944
"text/plain": {
5045
"content": "Hello, world!"

0 commit comments

Comments
 (0)