Skip to content

Commit 8d4909a

Browse files
committed
fix: fix tag alignment
1 parent 86a6ef0 commit 8d4909a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/commands/generate-arazzo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ npx @redocly/cli generate-arazzo <your-OAS-description-file> [-o | --output-file
5555
- --with-expectations
5656
- boolean
5757
- By default, data for requests comes from the description at runtime. This option generates a test config file with data populated from the description with additional expectations. Example: `npx @redocly/cli generate-arazzo OAS-file.yaml -o=example.yaml --with-expectations`.
58-
{% /table %}
58+
59+
{% /table %}
5960

6061
<!-- TODO
6162
## Examples

docs/commands/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ Linting commands:
2525
- [`check-config`](check-config.md) Lint Redocly configuration file.
2626

2727
{% if includes($rbac.teams, "autheticated") %}
28+
2829
Testing commands:
2930

3031
- [`respect`](respect.md) Execute API tests described in an Arazzo description.
3132
- [`generate-arazzo`](generate-arazzo.md) Generate an Arazzo description from an OpenAPI description.
32-
{% /if %}
33+
34+
{% /if %}
3335

3436
Redocly platform commands:
3537

docs/commands/respect.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ npx @redocly/cli respect <your-test-file | multiple files | files bash query> [-
9494
Default: `us`.
9595
You can also pass the residency as an environment variable, as in the following example:
9696
`REDOCLY_CLI_RESPECT_RESIDENCY='eu'`
97-
{% /table %}
97+
98+
{% /table %}
9899

99100
## Examples
100101

0 commit comments

Comments
 (0)