Skip to content

Commit

Permalink
Fix table layout in transforms.md doc (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
jboelter authored Nov 23, 2020
1 parent 8a5d9a5 commit b3223da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docfx/articles/transforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ Example:
| Result | `/my/v1/api/more/stuff` |

#### QueryValueParameter

| Key | Value | Required |
|-----|-------|----------|
| QueryValueParameter | Name of a query string parameter | yes |
| Set/Append | Static value | yes |

Expand Down Expand Up @@ -224,7 +226,9 @@ Example:
| Result | `?a=b&foo=remainder` |

#### QueryRouteParameter

| Key | Value | Required |
|-----|-------|----------|
| QueryRouteParameter | Name of a query string parameter | yes |
| Set/Append | The name of a route value | yes |

Expand Down Expand Up @@ -254,7 +258,9 @@ Example:
| Result | `?foo=more/stuff` |

#### QueryRemoveParameter

| Key | Value | Required |
|-----|-------|----------|
| QueryRemoveParameter | Name of a query string parameter | yes |

Config:
Expand Down

0 comments on commit b3223da

Please sign in to comment.