Skip to content

Commit 79ffe29

Browse files
authored
Merge pull request #414 from segmentio/repo-sync
repo sync
2 parents 883366d + 06ab868 commit 79ffe29

File tree

5 files changed

+32
-6
lines changed

5 files changed

+32
-6
lines changed

.github/styles/segment/alt-tag.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extends: existence
2+
message: 'Please add alt text to the image'
3+
level: warning
4+
scope: raw
5+
nonword: true
6+
raw:
7+
- '(\!\[\])'

src/_data/catalog/overrides.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# This file is manually generated. When you add or remove an item, add or remove
22
# it from the `overrides-list.yml` too.
33
items:
4+
- slug: moengage
5+
id: 55b280290a20f4e22f0fb3d6
6+
connection_modes:
7+
device:
8+
web: true
9+
mobile: true
10+
server: true
11+
cloud:
12+
web: true
13+
mobile: true
14+
server: true
415
- slug: drip
516
id: 54521fd525e721e32a72eeaa
617
connection_modes:

src/connections/destinations/catalog/moengage/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: MoEngage Destination
3+
cmode-override: true
34
id: 55b280290a20f4e22f0fb3d6
5+
hide-personas-partial: true
46
---
57
## Getting Started
68

@@ -230,7 +232,7 @@ MoEngage moEngage = new MoEngage.Builder(this, "XXXXXXXXXXX")
230232
MoEngage.initialiseDefaultInstance(moEngage);
231233
```
232234
### Exclude MoEngage Storage File from Auto-Backup
233-
Auto backup service of Andriod periodically backs up the Shared Preference file, Database files, and so on.
235+
Auto backup service of Android periodically backs up the Shared Preference file, Database files, and so on.
234236

235237
For more information, refer to [Auto Backup](https://developer.android.com/guide/topics/data/autobackup){:target="_blank"}.
236238

@@ -349,7 +351,7 @@ Refer to the [MoEngage - API reference](https://moengage.github.io/android-api-r
349351

350352
##### Callbacks
351353

352-
We recommend you to add the callbacks in the onCreate() of the Application class since these callbacks can be triggered even when the application is in the background.
354+
Segment recommends that you add the callbacks in the onCreate() of the Application class since these callbacks can be triggered even when the application is in the background.
353355

354356
###### Token Callback
355357

@@ -362,7 +364,7 @@ If you're using the receiver provided by the SDK in your application's manifest
362364

363365
#### Declare and configure Rich Landing Activity:
364366

365-
A rich landing page can be used to open a web URL inside the app via a push campaign.
367+
A rich landing page can be used to open a web URL inside the app through a push campaign.
366368

367369
The configuration below is only required if you want to add a parent activity to the Rich landing page. If not, you can move to the next section.
368370
To use a rich landing page you need to add the below code in the AndroidManifest.xml
@@ -407,7 +409,7 @@ If your app supports the ability for a user to logout and login with a new ident
407409

408410
### Sample Implementation
409411

410-
Refer to [this](https://github.com/moengage/moengage-segment-integration){:target="_blank"} Github repository for sample implementation
412+
Refer to [this](https://github.com/moengage/moengage-segment-integration){:target="_blank"} GitHub repository for sample implementation
411413

412414
## Web
413415

src/utils/vale-test.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ For example, like [this](/docs/connections)
1111
segment.com/docs
1212

1313
Here's an update.
14-
15-
14+
![alt tag](/diagram-library/Elements.png)

vale-styles/segment/alt-tag.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extends: existence
2+
message: 'Please add alt text to the image'
3+
level: warning
4+
scope: raw
5+
nonword: true
6+
raw:
7+
- '(\!\[\])'

0 commit comments

Comments
 (0)