1
1
const markdownUrlBase = '/manuals/' ;
2
2
3
- export const V2_0_0 = {
3
+ export const V3_0_0 = {
4
4
isLatest : true ,
5
- urlName : '2 .0.0' ,
5
+ urlName : '3 .0.0' ,
6
6
displayName : 'Socially Merge' ,
7
- dateString : '01.02 .2017' ,
7
+ dateString : '15.06 .2017' ,
8
8
steps : [
9
9
{
10
10
url : '/setup' ,
@@ -40,7 +40,7 @@ export const V2_0_0 = {
40
40
} ,
41
41
{
42
42
url : '/authentication' ,
43
- name : 'Authentication' ,
43
+ name : 'Users & Authentication' ,
44
44
template : markdownUrlBase + 'templates/step7.md'
45
45
} ,
46
46
{
@@ -50,33 +50,53 @@ export const V2_0_0 = {
50
50
} ,
51
51
{
52
52
url : '/privacy' ,
53
- name : 'Privacy & Security ' ,
53
+ name : 'Privacy & Subscriptions ' ,
54
54
template : markdownUrlBase + 'templates/step9.md'
55
55
} ,
56
56
{
57
57
url : '/filter-and-pagination' ,
58
58
name : 'Filter & Pagination' ,
59
59
template : markdownUrlBase + 'templates/step10.md'
60
60
} ,
61
+ {
62
+ url : '/android-testing' ,
63
+ name : 'Android testing' ,
64
+ template : markdownUrlBase + 'templates/step11.md'
65
+ } ,
61
66
{
62
67
url : '/google-maps' ,
63
- name : 'Google Maps' ,
64
- template : markdownUrlBase + 'templates/step11 .md'
68
+ name : 'Google Maps & Geolocation ' ,
69
+ template : markdownUrlBase + 'templates/step12 .md'
65
70
} ,
66
71
{
67
72
url : '/file-upload' ,
68
73
name : 'File Upload & Images' ,
69
- template : markdownUrlBase + 'templates/step12 .md'
74
+ template : markdownUrlBase + 'templates/step13 .md'
70
75
} ,
71
76
{
72
77
url : '/native-mobile' ,
73
78
name : 'Native Mobile' ,
74
- template : markdownUrlBase + 'templates/step13.md'
79
+ template : markdownUrlBase + 'templates/step14.md'
80
+ } ,
81
+ {
82
+ url : '/addressbook' ,
83
+ name : 'Addressbook integration' ,
84
+ template : markdownUrlBase + 'templates/step15.md'
85
+ } ,
86
+ {
87
+ url : '/push-notifications' ,
88
+ name : 'FCM Push Notifications' ,
89
+ template : markdownUrlBase + 'templates/step16.md'
90
+ } ,
91
+ {
92
+ url : '/facebook' ,
93
+ name : 'Facebook authentication' ,
94
+ template : markdownUrlBase + 'templates/step17.md'
75
95
} ,
76
96
{
77
97
url : '/summary' ,
78
98
name : 'Summary' ,
79
- template : markdownUrlBase + 'templates/step14 .md' ,
99
+ template : markdownUrlBase + 'templates/step18 .md' ,
80
100
hideCodeDiff : true
81
101
}
82
102
]
0 commit comments