Fix project visibility level link
This commit is contained in:
parent
696f09c7bf
commit
a84b124850
1 changed files with 3 additions and 3 deletions
|
@ -598,7 +598,7 @@ Parameters:
|
||||||
| `container_registry_enabled` | boolean | no | Enable container registry for this project |
|
| `container_registry_enabled` | boolean | no | Enable container registry for this project |
|
||||||
| `shared_runners_enabled` | boolean | no | Enable shared runners for this project |
|
| `shared_runners_enabled` | boolean | no | Enable shared runners for this project |
|
||||||
| `public` | boolean | no | If `true`, the same as setting `visibility_level` to 20 |
|
| `public` | boolean | no | If `true`, the same as setting `visibility_level` to 20 |
|
||||||
| `visibility_level` | integer | no | See [project visibility level][#project-visibility-level] |
|
| `visibility_level` | integer | no | See [project visibility level](#project-visibility-level) |
|
||||||
| `import_url` | string | no | URL to import repository from |
|
| `import_url` | string | no | URL to import repository from |
|
||||||
| `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members |
|
| `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members |
|
||||||
| `only_allow_merge_if_build_succeeds` | boolean | no | Set whether merge requests can only be merged with successful builds |
|
| `only_allow_merge_if_build_succeeds` | boolean | no | Set whether merge requests can only be merged with successful builds |
|
||||||
|
@ -630,7 +630,7 @@ Parameters:
|
||||||
| `container_registry_enabled` | boolean | no | Enable container registry for this project |
|
| `container_registry_enabled` | boolean | no | Enable container registry for this project |
|
||||||
| `shared_runners_enabled` | boolean | no | Enable shared runners for this project |
|
| `shared_runners_enabled` | boolean | no | Enable shared runners for this project |
|
||||||
| `public` | boolean | no | If `true`, the same as setting `visibility_level` to 20 |
|
| `public` | boolean | no | If `true`, the same as setting `visibility_level` to 20 |
|
||||||
| `visibility_level` | integer | no | See [project visibility level][#project-visibility-level] |
|
| `visibility_level` | integer | no | See [project visibility level](#project-visibility-level) |
|
||||||
| `import_url` | string | no | URL to import repository from |
|
| `import_url` | string | no | URL to import repository from |
|
||||||
| `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members |
|
| `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members |
|
||||||
| `only_allow_merge_if_build_succeeds` | boolean | no | Set whether merge requests can only be merged with successful builds |
|
| `only_allow_merge_if_build_succeeds` | boolean | no | Set whether merge requests can only be merged with successful builds |
|
||||||
|
@ -661,7 +661,7 @@ Parameters:
|
||||||
| `container_registry_enabled` | boolean | no | Enable container registry for this project |
|
| `container_registry_enabled` | boolean | no | Enable container registry for this project |
|
||||||
| `shared_runners_enabled` | boolean | no | Enable shared runners for this project |
|
| `shared_runners_enabled` | boolean | no | Enable shared runners for this project |
|
||||||
| `public` | boolean | no | If `true`, the same as setting `visibility_level` to 20 |
|
| `public` | boolean | no | If `true`, the same as setting `visibility_level` to 20 |
|
||||||
| `visibility_level` | integer | no | See [project visibility level][#project-visibility-level] |
|
| `visibility_level` | integer | no | See [project visibility level](#project-visibility-level) |
|
||||||
| `import_url` | string | no | URL to import repository from |
|
| `import_url` | string | no | URL to import repository from |
|
||||||
| `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members |
|
| `public_builds` | boolean | no | If `true`, builds can be viewed by non-project-members |
|
||||||
| `only_allow_merge_if_build_succeeds` | boolean | no | Set whether merge requests can only be merged with successful builds |
|
| `only_allow_merge_if_build_succeeds` | boolean | no | Set whether merge requests can only be merged with successful builds |
|
||||||
|
|
Loading…
Reference in a new issue