Skip to content

Commit 4ac4037

Browse files
committed
Fix formatting
1 parent 6b25516 commit 4ac4037

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

source/includes/_locations.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ See the <a href="#api-insert-name-callback-elem-meta">insert documentation</a> f
66

77
## Vehicle Media
88

9-
> Usage:
9+
> **Usage:**
1010
1111
```javascript
1212
(async APILoader => {
@@ -45,7 +45,7 @@ This element is positioned below the vehicle image area on vehicle search pages.
4545

4646
## Vehicle Badge
4747

48-
> Usage:
48+
> **Usage:**
4949
5050
```javascript
5151
(async APILoader => {
@@ -90,7 +90,7 @@ This element is positioned below the vehicle tech specs area on vehicle search a
9090

9191
## Vehicle Payments
9292

93-
> Usage:
93+
> **Usage:**
9494
9595
```javascript
9696
(async APILoader => {
@@ -146,7 +146,7 @@ This element is positioned directly below the vehicle pricing area on vehicle se
146146

147147
## Vehicle Pricing
148148

149-
> Usage:
149+
> **Usage:**
150150
151151
```javascript
152152
(async APILoader => {
@@ -186,7 +186,7 @@ This element is positioned after the vehicle-payments insert location, and is pl
186186

187187
## Vehicle Media Container
188188

189-
> Usage:
189+
> **Usage:**
190190
191191
```javascript
192192
(async APILoader => {
@@ -220,7 +220,7 @@ This element is the media gallery container on vehicle details pages. Injecting
220220

221221
## Primary Banner
222222

223-
> Usage:
223+
> **Usage:**
224224
225225
```javascript
226226
(async APILoader => {
@@ -265,7 +265,7 @@ You can target either the listings or details page by first subscribing to the <
265265

266266
## Secondary Content
267267

268-
> Usage:
268+
> **Usage:**
269269
270270
```javascript
271271
(async APILoader => {
@@ -303,7 +303,7 @@ Because this may also be present on one or two standalone pages as custom additi
303303

304304
## Content
305305

306-
> Usage:
306+
> **Usage:**
307307
308308
```javascript
309309
(async APILoader => {

source/includes/_methods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ The current supported intent types are:
408408
And, we only support limited attributes of the link to be modified in order to preserve the look and feel of the link.
409409
The attributes that can be modified are `href`, `target`, `onclick`, `popover` and `attributes (data-*)`.
410410

411-
> Usage:
411+
> **Usage:**
412412
413413
```javascript
414414
(async APILoader => {

source/includes/_privateutils.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ These utilities methods are only intended to be used internally by DDC and not p
44

55
## API.privateUtils.hideDefaultPayments()
66

7-
> Usage:
7+
> **Usage:**
88
99
```javascript
1010
(async APILoader => {
@@ -27,7 +27,7 @@ That session storage entry is then read in by the `wsm-pricing-display` module a
2727

2828
## API.privateUtils.getSettings()
2929

30-
**Usage:**
30+
> **Usage:**
3131
3232
```javascript
3333
(async APILoader => {

source/includes/_utilities.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In addition to the event based system for working with sites, some utility metho
44

55
## API.utils.getAttributeForVehicles(attribute)
66

7-
> Usage:
7+
> **Usage:**
88
99
```javascript
1010
(async APILoader => {
@@ -32,7 +32,7 @@ This can be used to obtain an array of attributes for the currently displayed ve
3232

3333
## API.utils.getConfig(testConfig)
3434

35-
> Usage:
35+
> **Usage:**
3636
3737
```javascript
3838
(async APILoader => {
@@ -56,7 +56,7 @@ This fetches a JavaScript object of your integration's configuration for the cur
5656

5757
## API.utils.getDealerData()
5858

59-
> Usage:
59+
> **Usage:**
6060
6161
```javascript
6262
(async APILoader => {
@@ -72,7 +72,7 @@ This fetches the <a href="#dealership-info-event">Dealership Info Event object</
7272

7373
## API.utils.getJwtForSite()
7474

75-
> Usage:
75+
> **Usage:**
7676
7777
```javascript
7878
(async APILoader => {
@@ -92,7 +92,7 @@ This fetches an object containing a Java Web Token which can be used to secure/v
9292

9393
## API.utils.getJwtForVehicles()
9494

95-
> Usage:
95+
> **Usage:**
9696
9797
```javascript
9898
(async APILoader => {
@@ -112,7 +112,7 @@ This fetches an object containing the array of VINs on the current page and a co
112112

113113
## API.utils.getPageData()
114114

115-
> Usage:
115+
> **Usage:**
116116
117117
```javascript
118118
(async APILoader => {
@@ -131,7 +131,7 @@ The utility method `getUnlockedVehicles` returns an array of vehicle UUIDs where
131131

132132
This can be useful when paired with the `unlockPricing` method. When `vehicle-data-updated-v1` triggers, a list of currently displayed vehicles is provided. You could gather the list of vehicles, skip the ones which are already unlocked, and then call your service for a smaller subset of vehicles which may need to be unlocked.
133133

134-
> Usage:
134+
> **Usage:**
135135
136136
```javascript
137137
(async APILoader => {
@@ -170,7 +170,7 @@ This can be useful when paired with the `unlockPricing` method. When `vehicle-da
170170

171171
## API.utils.getUrlParams()
172172

173-
> Usage:
173+
> **Usage:**
174174
175175
```javascript
176176
(async APILoader => {
@@ -199,7 +199,7 @@ Will return the following object:
199199

200200
## API.utils.getVehicleData()
201201

202-
> Usage:
202+
> **Usage:**
203203
204204
```javascript
205205
(async APILoader => {
@@ -218,7 +218,7 @@ You can provide the vehicles to unlock by passing an array of vehicle UUIDs to t
218218

219219
The method must be called on each page where you want the vehicles to be unlocked. If a vehicle has been previously unlocked, it will be initially displayed unlocked on a subsequent view of the vehicle. However, when faceting and searching vehicles it is common for a mix of locked and unlocked vehicles to be rendered. Therefore, it is necessary to call the function each time the `vehicle-data-updated-v1` event is triggered.
220220

221-
> Usage:
221+
> **Usage:**
222222
223223
```javascript
224224
(async APILoader => {

0 commit comments

Comments
 (0)