Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix broken links closes #1779 #1786

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>'`. |
Expand Down
Loading