-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecords.json
50 lines (50 loc) · 951 Bytes
/
records.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
{
"week": 1,
"date": "April 15, 2020",
"title": "Example Heading 1",
"content": "This is the content"
},
{
"week": 5,
"date": "May 20, 2020",
"title": "Example Heading 2",
"content": "This is the content"
},
{
"week": 51,
"date": "Date",
"title": "Example Heading 3",
"content": "This is the content"
},
{
"week": 75,
"date": "Date",
"title": "Example Heading 4",
"content": "This is the content"
},
{
"week": 100,
"date": "Date",
"title": "Example Heading 5",
"content": "This is the content"
},
{
"week": 150,
"date": "Date",
"title": "Example Heading 6",
"content": "This is the content"
},
{
"week": 200,
"date": "Date",
"title": "Example Heading 7",
"content": "This is the content"
},
{
"week": 225,
"date": "Date",
"title": "Example Heading 8",
"content": "This is the content"
}
]