-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
98 lines (98 loc) · 2 KB
/
Copy pathconfig.yml
File metadata and controls
98 lines (98 loc) · 2 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
users:
'micromarshy@gmail.com ':
username: 'micromarshy@gmail.com '
articleIds:
- 1
- 2
commentIds: []
codinjesus:
username: codinjesus
articleIds: []
commentIds:
- 1
codingpro@gmail.com:
username: codingpro@gmail.com
articleIds:
- 3
commentIds:
- 2
DevMister@gmail.com:
username: DevMister@gmail.com
articleIds: []
commentIds:
- 3
FatherChristmas@gmail.com:
username: FatherChristmas@gmail.com
articleIds:
- 4
commentIds: []
articles:
'1':
id: 1
title: Help! I need to find a front end developer job
url: 'http//:lord.com'
username: 'micromarshy@gmail.com '
commentIds:
- 2
upvotedBy:
- 'micromarshy@gmail.com '
downvotedBy: []
comments: []
'2':
id: 2
title: There are no frontend junior developer jobs in 2025
url: 'http://www.beans.com'
username: 'micromarshy@gmail.com '
commentIds:
- 1
upvotedBy:
- FatherChristmas@gmail.com
downvotedBy:
- 'micromarshy@gmail.com '
comments: []
'3':
id: 3
title: 'Help, I''ve lost my cat, Mr. Tabby. And I can''t find him'
url: 'https://cat.com'
username: codingpro@gmail.com
commentIds:
- 3
upvotedBy: []
downvotedBy:
- FatherChristmas@gmail.com
comments: []
'4':
id: 4
title: 25 DAYS TILL CHRISTMAS!!!
url: 'http://hohoho.com'
username: FatherChristmas@gmail.com
commentIds: []
upvotedBy:
- FatherChristmas@gmail.com
downvotedBy: []
nextArticleId: 1
comments:
'1':
id: 1
body: Learn backend
username: codinjesus
articleId: 2
upvotedBy:
- codinjesus
downvotedBy: []
'2':
id: 2
body: 'There non existent '
username: codingpro@gmail.com
articleId: 1
upvotedBy: []
downvotedBy: []
'3':
id: 3
body: HELOOOOOOO wrong forum
username: DevMister@gmail.com
articleId: 3
upvotedBy:
- DevMister@gmail.com
downvotedBy: []
nextCommentId: 1