summaryrefslogtreecommitdiff
path: root/config/dates.json
blob: 8c7aa5cf170525d8db07579800f0992bb33457fb (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
[
    {
        "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": "index.html",
        "name": "I 2019",
        "index": "9"
    }
]