Skip to content

Commit

Permalink
docs: fix broken links closes #1779 (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamaltman authored Oct 28, 2024
1 parent 219e15b commit 05d6fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/commands/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ REDOCLY_AUTHORIZATION=<api-key> redocly push <files> --organization <organizatio
| Option | Type | Description |
| --------------------- | :------: | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| files | [string] | **REQUIRED.** List of folders and/or files to upload. |
| --organization, -o | string | **REQUIRED.** [Organization slug](https://redocly.com/docs/realm/setup/how-to/git-providers/gitlab-self-managed#find-org-slug). |
| --project, -p | string | **REQUIRED.** [Project slug](https://redocly.com/docs/realm/setup/how-to/git-providers/gitlab-self-managed#find-org-slug). |
| --organization, -o | string | **REQUIRED.** Organization slug. |
| --project, -p | string | **REQUIRED.** Project slug. |
| --mount-path, -mp | string | **REQUIRED.** The path where the files are mounted in the project. |
| --branch, -b | string | **REQUIRED.** The branch files are pushed from. |
| --author, -a | string | **REQUIRED.** The author of the push in the format: `'Author Name <author-email@example.com>'`. |
Expand Down

1 comment on commit 05d6fd3

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 78.58% 4993/6354
🟡 Branches 67.24% 2063/3068
🟡 Functions 73.01% 825/1130
🟡 Lines 78.87% 4711/5973

Test suite run success

810 tests passing in 121 suites.

Report generated by 🧪jest coverage report action from 05d6fd3

Please sign in to comment.