Bug 1402026: Correct formatting for AS telemetry bulleted lists. r=liuche draft
authorMichael Comella <michael.l.comella@gmail.com>
Wed, 27 Sep 2017 15:10:02 -0700
changeset 671388 b3ec064a98a531aab5f38d7f4b3f338499010e97
parent 671387 d698849950de8cc7aa2736a3e8adc31fcfe70ac9
child 733530 62621d079735e3de03f0e978becfe476c32950c5
push id81950
push usermichael.l.comella@gmail.com
push dateWed, 27 Sep 2017 22:32:54 +0000
reviewersliuche
bugs1402026
milestone58.0a1
Bug 1402026: Correct formatting for AS telemetry bulleted lists. r=liuche Apparently, if you don't have whitespace above the bulleted list, it won't format as a list. MozReview-Commit-ID: LiLpSNScBxR
mobile/android/docs/activitystreamtelemetry.rst
--- a/mobile/android/docs/activitystreamtelemetry.rst
+++ b/mobile/android/docs/activitystreamtelemetry.rst
@@ -137,16 +137,17 @@ For both event types, in addition to glo
     extras: {
         ...
         "source_type": "highlights",
         "source_subtype": "visited"/"bookmarked",
         "action_position": number, /* 0-based index of a highlight being interacted with */
     }
 
 Subtype indicates reason an item being which is being interacted with appeared in the Highlights:
+
 - "visited": a website has been visited recently
 - "bookmarked": a website has been bookmarked recently
 
 For "loadurl.1" event, the following extra information is also recorded:
 
 .. code-block:: js
 
     extras: {