Skip to content

Commit 536e3dd

Browse files
committed
docs: add rbac so new files require login to allow for earlier merge
1 parent 544e6ff commit 536e3dd

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/commands/generate-arazzo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
slug:
33
- /docs/cli/commands/generate-arazzo
44
- /docs/respect/commands/generate-arazzo
5+
rbac:
6+
authenticated: read
57
---
68
# `generate-arazzo`
79

docs/commands/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ Linting commands:
2424
- [`lint`](lint.md) Lint API description.
2525
- [`check-config`](check-config.md) Lint Redocly configuration file.
2626

27+
{% if includes($rbac.teams, "autheticated") %}
2728
Testing commands:
2829

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

3234
Redocly platform commands:
3335

docs/commands/respect.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
slug:
33
- /docs/cli/commands/respect
44
- /docs/respect/commands/respect
5+
rbac:
6+
authenticated: read
57
---
68
# `respect`
79

0 commit comments

Comments
 (0)