commit
3e4adcb669
1 changed files with 25 additions and 0 deletions
@ -0,0 +1,25 @@ |
|||
# Rezelator |
|||
|
|||
Create a sample website from a json. |
|||
|
|||
```json |
|||
[ |
|||
{ |
|||
"name": "Cat1", |
|||
"items": [ |
|||
{ |
|||
"name": "Item1", |
|||
"description": "Description of Item1", |
|||
"url": "http://www.example.com/item1", |
|||
"image": "http://www.example.com/item1.png" |
|||
}, |
|||
{ |
|||
"name": "Item2", |
|||
"description": "Description of Item2", |
|||
"url": "http://www.example.com/item2", |
|||
"image": "http://www.example.com/item2.png" |
|||
} |
|||
] |
|||
} |
|||
] |
|||
``` |
Loading…
Reference in new issue