forked from LikaloLLC/docsie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tiers.json
74 lines (72 loc) · 2.17 KB
/
tiers.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"Banner": "All features including the most advanced are forever free for open source projects, please contact us with your project details",
"tiers": [
{
"pricing": {
"monthly": { "price": "99",
"currency": "$"},
"yearly" : { "price": "79.00",
"currency": "$"}
},
"name": "Standard",
"order": 1,
"icon" : "www.docsie.io/icon.png",
"description": "Awesome stuff.",
"call_to_action" : {"text":"Sign-up Now!",
"url": "signup.com?utm=3423"},
"popular": "True"
},
{
"pricing": {
"monthly": { "price": "1.00",
"currency": "$"},
"yearly" : { "price": "1.00",
"currency": "$"}
},
"currency": "$",
"frequency" : "month",
"name": "Start-Up",
"icon" : "www.docsie.io/icon.png",
"order": 2,
"description": "This tier has all the tools needed for a small-size start-up",
"call_to_action" : {"text":"Try it Free!",
"url": "try-it-free-url"}
},
{
"pricing": {
"monthly": { "price": "1.00",
"currency": "$"},
"yearly" : { "price": "1.00",
"currency": "$"}
},
"currency": "",
"comment" : "",
"name": "Growth",
"icon" : "www.docsie.io/icon.png",
"order": 3,
"description": "Professional Product Documentation Tools for a Growing Businesses",
"features": [
],
"call_to_action" : {"text":"Contact Us",
"url": "contact-us-url"}
},
{
"pricing": {
"monthly": { "price": "5.00",
"currency": "$"},
"yearly" : { "price": "4.00",
"currency": "$"}
},
"currency": "",
"comment" : "starting from",
"name": "Entreprise",
"icon" : "www.docsie.io/icon.png",
"order": 4,
"description": "Accelerate your Enterprise Product Documentation with Docsie",
"features": [
],
"call_to_action" : {"text":"Contact Us",
"url": "contact-us-url"}
}
]
}