summaryrefslogtreecommitdiff
path: root/config/dates.json
blob: 01aa4d9bc466b035a1642ea48528ea814c871be9 (plain)
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
[
    {
        "date": "2016-12-31",
        "url": "2017-01.html",
        "name": "I 2017",
        "index": "1"
    },
    {
        "date": "2017-03-31",
        "url": "2017-02.html",
        "name": "II 2017",
        "index": "2"
    },
    {
        "date": "2017-06-30",
        "url": "2017-03.html",
        "name": "III 2017",
        "index": "3"
    },
    {
        "date": "2017-09-30",
        "url": "2017-04.html",
        "name": "IV 2017",
        "index": "4"
    },
    {
        "date": "2017-12-31",
        "url": "2018-01.html",
        "name": "I 2018",
        "index": "5"
    },
    {
        "date": "2018-03-31",
        "url": "2018-02.html",
        "name": "II 2018",
        "index": "6"
    },
    {
        "date": "2018-06-30",
        "url": "2018-03.html",
        "name": "III 2018",
        "index": "7"
    },
    {
        "date": "2018-09-30",
        "url": "2018-04.html",
        "name": "IV 2018",
        "index": "8"
    },
    {
        "date": "2018-12-31",
        "url": "2019-01.html",
        "name": "I 2019",
        "index": "9"
    },
    {
        "date": "2019-03-31",
        "url": "2019-02.html",
        "name": "II 2019",
        "index": "10"
    },
    {
        "date": "2019-06-30",
        "url": "2019-03.html",
        "name": "III 2019",
        "index": "11"
    },
    {
        "date": "2019-09-30",
        "url": "2019-04.html",
        "name": "IV 2019",
        "index": "12"
    },
    {
        "date": "2019-12-31",
        "menu_age": "new",
        "url": "2020-01.html",
        "name": "I 2020",
        "index": "13"
    },
    {
        "date": "2020-03-31",
        "menu_age": "new",
        "url": "2020-02.html",
        "name": "II 2020",
        "index": "14"
    },
    {
        "date": "2021-03-31",
        "menu_age": "new",
        "url": "2021-01.html",
        "name": "I 2021",
        "index": "15"
    },
    {
        "date": "2021-06-30",
        "menu_age": "new",
        "url": "2021-02.html",
        "name": "II 2021",
        "index": "16"
    },
    {
        "date": "2021-09-30",
        "menu_age": "new",
        "url": "2021-03.html",
        "name": "III 2021",
        "index": "17"
    },
    {
        "date": "2021-12-31",
        "menu_age": "new",
        "url": "2021-04.html",
        "name": "IV 2021",
        "index": "18"
    },
    {
        "date": "2022-03-31",
        "menu_age": "new",
        "url": "2022-01.html",
        "name": "I 2022",
        "index": "19"
    },
    {
        "date": "2022-06-30",
        "menu_age": "new",
        "url": "2022-02.html",
        "name": "II 2022",
        "index": "20"
    },
    {
        "date": "2022-09-30",
        "menu_age": "new",
        "url": "2022-03.html",
        "links": ["index.html"],
        "name": "III 2022",
        "index": "21"
    }
]