You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing unnecessary <application> attributes and updating README
Updates to README:
- The <application> attaributes weren’t necessary. Removed instructions
for it.
- Made the Email gear more prominent in the intro section
- Mentioned that developers should choose 1 of the 4 gears
- Updated HappyFox & Zendesk example domains to something more generic
Copy file name to clipboardExpand all lines: README.md
+9-31Lines changed: 9 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ HelpStack supports the following leading helpdesk solutions:
18
18
-[Zendesk](https://www.zendesk.com/)
19
19
-[Desk.com](http://www.desk.com/)
20
20
21
-
If you don't have a helpdesk solution, you can still configure HelpStack for users to raise requests via email.
21
+
- Email - If you don't have a helpdesk solution, you can still configure HelpStack for users to raise requests via email.
22
+
23
+
You can choose any 1 of the 4 options mentioned above, to get started with HelpStack.
22
24
23
25
Check out [helpstack.io](http://www.helpstack.io) for more information.
24
26
@@ -37,16 +39,6 @@ Installating the HelpStack library is fairly straight-forward.
37
39
38
40
manifestmerger.enabled=true
39
41
40
-
41
-
-**[Error]: Attribute is already present**: Replace the necessary attribute. For example:
42
-
43
-
<manifest
44
-
xmlns:tools="http://schemas.android.com/tools"
45
-
...>
46
-
47
-
<application
48
-
tools:replace="android:label"
49
-
...>
50
42
51
43
-**[Error]: Jar mismatch! Found different versions of jar in the dependency list**: Replace the jar in the library with the jar from your project. Clean the project and build again.
52
44
@@ -65,16 +57,6 @@ Installating the HelpStack library is fairly straight-forward.
65
57
}
66
58
67
59
68
-
-**[Error]: Attribute is already present**: Replace the necessary attribute. For example:
69
-
70
-
<manifest
71
-
xmlns:tools="http://schemas.android.com/tools"
72
-
...>
73
-
74
-
<application
75
-
tools:replace="android:label"
76
-
...>
77
-
78
60
-**[Issue]: Duplicate files copied in APK**: This happens due to library version-mismatch. To avoid using the library from HelpStack, exclude it when you add the dependency. For example:
79
61
80
62
compile ('com.tenmiles:helpstack:1.0') {
@@ -135,13 +117,11 @@ Obtain the necessary credentials for the gear of your choice and create a suitab
135
117
136
118
The API key and Auth code can be found in your HappyFox account under *Manage* > *Integrations*. You can generate an API key and Auth code by clicking on the API configure link.
137
119
138
-
Priority ID and Category ID cannot be nil. These are the ID's of the priority and the category with which tickets will be created. Setting the Section ID of your KB articles is optional.
139
-
140
-
*Example*:
120
+
Priority ID and Category ID cannot be nil. These are the ID's of the priority and the category with which tickets will be created. Setting the Section ID of your KB articles is optional. Navigate to the following URL's in your HappyFox account, to obtain the necessary details:
@@ -172,11 +152,9 @@ Priority ID and Category ID cannot be nil. These are the ID's of the priority an
172
152
173
153
}
174
154
175
-
The token can be found in your Zendesk account under Settings > Channels > API. Setting the Section ID of your Help Center articles is optional.
176
-
177
-
*Example*:
155
+
The token can be found in your Zendesk account under Settings > Channels > API. Setting the Section ID of your Help Center articles is optional. You can find the sections in your Zendesk account, as mentioned below:
0 commit comments