Skip to content

Commit

Permalink
Remove monospacing from section headers
Browse files Browse the repository at this point in the history
Also, remove some unnecessary nesting from a few headers
  • Loading branch information
Rich Loveland committed Jan 30, 2018
1 parent 34312ae commit f91563f
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions dev-docs/adunit-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ This page describes the properties of the `adUnit` object.
* TOC
{:toc}

## `adUnit`

See the table below for the list of properties on the ad unit. For example ad units, see the [Examples](#addAdUnits-Examples) below.
## adUnit

See the table below for the list of properties on the ad unit. For example ad units, see the [Examples](#adUnit-examples) below.

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description |
Expand All @@ -44,7 +43,7 @@ See the table below for the list of properties on the ad unit. For example ad u

<a name="bids" />

### `adUnit.bids`
### adUnit.bids

See the table below for the list of properties in the `bids` array of the ad unit. For example ad units, see the [Examples](#addAdUnits-Examples) below.

Expand All @@ -58,7 +57,7 @@ See the table below for the list of properties in the `bids` array of the ad uni

<a name="mediatypes" />

### `adUnit.mediaTypes`
### adUnit.mediaTypes

See the table below for the list of properties in the `mediaTypes` object of the ad unit. For example ad units showing the different media types, see the [Examples](#addAdUnits-Examples) below.

Expand All @@ -71,7 +70,7 @@ See the table below for the list of properties in the `mediaTypes` object of the

<a name="banner" />

#### `adUnit.mediaTypes.banner`
#### adUnit.mediaTypes.banner

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description |
Expand All @@ -81,7 +80,7 @@ See the table below for the list of properties in the `mediaTypes` object of the

<a name="native" />

#### `adUnit.mediaTypes.native`
#### adUnit.mediaTypes.native

The `native` object contains the following properties that correspond to the assets of the native ad.

Expand Down Expand Up @@ -115,7 +114,7 @@ The `native` object contains the following properties that correspond to the ass

<a name="native-image" />

##### `adUnit.mediaTypes.native.image`
##### adUnit.mediaTypes.native.image

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description |
Expand All @@ -126,7 +125,7 @@ The `native` object contains the following properties that correspond to the ass

<a name="native-image-aspectratios" />

###### `adUnit.mediaTypes.native.image.aspect_ratios`
###### adUnit.mediaTypes.native.image.aspect_ratios

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description |
Expand All @@ -137,7 +136,7 @@ The `native` object contains the following properties that correspond to the ass

<a name="native-title" />

##### `adUnit.mediaTypes.native.title`
##### adUnit.mediaTypes.native.title

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description |
Expand All @@ -147,7 +146,7 @@ The `native` object contains the following properties that correspond to the ass

<a name="native-sponsoredBy" />

##### `adUnit.mediaTypes.native.sponsoredBy`
##### adUnit.mediaTypes.native.sponsoredBy

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description |
Expand All @@ -156,14 +155,16 @@ The `native` object contains the following properties that correspond to the ass

<a name="native-clickUrl" />

##### `adUnit.mediaTypes.native.clickUrl`
##### adUnit.mediaTypes.native.clickUrl

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description |
|------------+----------+---------+----------------------------------------------------------|
| `required` | Required | Boolean | Whether a click URL asset is required on this native ad. |

##### `adUnit.mediaTypes.native.body`
<a name="adUnit.mediaTypes.native.body" />

##### adUnit.mediaTypes.native.body

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description |
Expand All @@ -172,7 +173,7 @@ The `native` object contains the following properties that correspond to the ass

<a name="native-icon" />

##### `adUnit.mediaTypes.native.icon`
##### adUnit.mediaTypes.native.icon

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description |
Expand All @@ -183,7 +184,7 @@ The `native` object contains the following properties that correspond to the ass

<a name="native-icon-aspectratios" />

###### `adUnit.mediaTypes.native.icon.aspect_ratios`
###### adUnit.mediaTypes.native.icon.aspect_ratios

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description |
Expand All @@ -194,7 +195,7 @@ The `native` object contains the following properties that correspond to the ass

<a name="video" />

#### `adUnit.mediaTypes.video`
#### adUnit.mediaTypes.video

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description |
Expand All @@ -213,7 +214,7 @@ The `native` object contains the following properties that correspond to the ass

<a name="adUnit-banner-example">

##### Banner
### Banner

For an example of a banner ad unit, see below. For more detailed instructions, see [Getting Started]({{site.baseurl}}/dev-docs/getting-started.html).

Expand All @@ -236,7 +237,7 @@ pbjs.addAdUnits({

<a name="adUnit-video-example">

##### Video
### Video

For an example of an instream video ad unit, see below. For more detailed instructions, see [Show Video Ads]({{site.baseurl}}/dev-docs/show-video-with-a-dfp-video-tag.html).

Expand Down Expand Up @@ -288,7 +289,7 @@ pbjs.addAdUnit({

<a name="adUnit-native-example">

##### Native
### Native

For an example of a native ad unit, see below. For more detailed instructions, see [Show Native Ads]({{site.baseurl}}/dev-docs/show-native-ads.html).

Expand Down

0 comments on commit f91563f

Please sign in to comment.