Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
55c0e16589
commit
95feeb4ee4
122 changed files with 50 additions and 927 deletions
|
@ -98,5 +98,4 @@ module Types
|
|||
end
|
||||
|
||||
::Types::MutationType.prepend(::Types::DeprecatedMutations)
|
||||
::Types::MutationType.prepend_if_ee('EE::Types::DeprecatedMutations')
|
||||
::Types::MutationType.prepend_if_ee('::EE::Types::MutationType')
|
||||
|
|
|
@ -118,6 +118,7 @@ exceptions:
|
|||
- RSS
|
||||
- RVM
|
||||
- SAML
|
||||
- SAAS
|
||||
- SAST
|
||||
- SCIM
|
||||
- SCP
|
||||
|
@ -146,6 +147,7 @@ exceptions:
|
|||
- TLS
|
||||
- TODO
|
||||
- TOML
|
||||
- TTL
|
||||
- UNIX
|
||||
- URI
|
||||
- URL
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
redirect_to: '../../user/project/pipelines/job_artifacts.md'
|
||||
redirect_to: '../pipelines/job_artifacts.md'
|
||||
---
|
||||
|
||||
This document was moved to [pipelines/job_artifacts.md](../../user/project/pipelines/job_artifacts.md).
|
||||
This document was moved to [pipelines/job_artifacts.md](../pipelines/job_artifacts.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'value_stream_analytics.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](value_stream_analytics.md)
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'documentation/styleguide.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](documentation/styleguide.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'workflow.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](workflow.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'workflow.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](workflow.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -283,8 +283,8 @@ and the following syntax rules.
|
|||
- As convention, always wrap URLs in single quotes `'url'`.
|
||||
- Always use relative paths against the home of CE and EE. Examples:
|
||||
- For `https://docs.gitlab.com/ee/README.html`, the relative URL is `README.html`.
|
||||
- For `https://docs.gitlab.com/ee/user/project/cycle_analytics.html`, the relative
|
||||
URL is `user/project/cycle_analytics.html`.
|
||||
- For `https://docs.gitlab.com/ee/user/analytics/value_stream_analytics.md`, the relative
|
||||
URL is `user/analytics/value_stream_analytics.html`.
|
||||
- For `README.html` files, add the complete path `path/to/README.html`.
|
||||
- For `index.html` files, use the clean (canonical) URL: `path/to/`.
|
||||
- For EE-only docs, use the same relative path, but add the attribute `ee_only: true` below
|
||||
|
@ -328,7 +328,7 @@ There are three main considerations on the logic built for the nav:
|
|||
- `https://docs.gitlab.com/*`
|
||||
- [EE-only](#ee-only-docs): documentation only available in `/ee/`, not on `/ce/`, e.g.:
|
||||
- `https://docs.gitlab.com/ee/user/group/epics/`
|
||||
- `https://docs.gitlab.com/ee/user/project/security_dashboard.html`
|
||||
- `https://docs.gitlab.com/ee/user/application_security/security_dashboard/index.html`
|
||||
- [Default URL](#default-url): between CE and EE docs, the default is `ee`, therefore, all docs
|
||||
should link to `/ee/` unless if on `/ce/` linking internally to `ce`.
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'style/javascript.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](style/javascript.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'style/scss.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](style/scss.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../testing_guide/frontend_testing.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../testing_guide/frontend_testing.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'feature_flags/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](feature_flags/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'fe_guide/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](fe_guide/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'i18n/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](i18n/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../testing_guide/frontend_testing.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../testing_guide/frontend_testing.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../fe_guide/style/html.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../fe_guide/style/html.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../fe_guide/style/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../fe_guide/style/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../fe_guide/style/javascript.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../fe_guide/style/javascript.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../fe_guide/tooling.md#formatting-with-prettier'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../fe_guide/tooling.md#formatting-with-prettier).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -4,5 +4,5 @@ redirect_to: '../snowplow.md'
|
|||
|
||||
This document was moved to [another location](../snowplow.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- This redirect file can be deleted after April 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
||||
|
|
|
@ -4,5 +4,5 @@ redirect_to: '../usage_ping.md'
|
|||
|
||||
This document was moved to [another location](../usage_ping.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- This redirect file can be deleted after April 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'feature_flags/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](feature_flags/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../administration/troubleshooting/sidekiq.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../administration/troubleshooting/sidekiq.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'https://about.gitlab.com/handbook/product/product-intelligence-guide/'
|
||||
---
|
||||
|
||||
This document was moved to [another location](https://about.gitlab.com/handbook/product/product-intelligence-guide/).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'https://about.gitlab.com/handbook/product/product-intelligence-guide/'
|
||||
---
|
||||
|
||||
This document was moved to [another location](https://about.gitlab.com/handbook/product/product-intelligence-guide/).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../snowplow.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../snowplow.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../usage_ping.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../usage_ping.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'testing_guide/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](testing_guide/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'https://about.gitlab.com/handbook/marketing/strategic-marketing/roles-personas/'
|
||||
---
|
||||
|
||||
This document was moved to [another location](https://about.gitlab.com/handbook/marketing/strategic-marketing/roles-personas/).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'add-file.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](add-file.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../user/project/merge_requests/creating_merge_requests.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../user/project/merge_requests/creating_merge_requests.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'start-using-git.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](start-using-git.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../user/group/index.md#create-a-new-group'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../user/group/index.md#create-a-new-group).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../user/project/issues/index.md#view-and-manage-issues'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../user/project/issues/index.md#view-and-manage-issues).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'slash_commands.md'
|
||||
---
|
||||
|
||||
This document was moved to [integration/slash_commands.md](slash_commands.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../administration/auth/crowd.md'
|
||||
---
|
||||
|
||||
This document was moved to [`administration/auth/crowd`](../administration/auth/crowd.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../user/project/integrations/jira.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../user/project/integrations/jira.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../administration/auth/ldap/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [`administration/auth/ldap`](../administration/auth/ldap/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../user/project/integrations/slack.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../user/project/integrations/slack.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../user/markdown.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../user/markdown.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
redirect_to: '../user/permissions.md'
|
||||
---
|
||||
|
||||
# Permissions
|
||||
|
||||
This document was moved to [user/permissions.md](../user/permissions.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../administration/raketasks/check.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../administration/raketasks/check.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../administration/raketasks/maintenance.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../administration/raketasks/maintenance.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'upgrading_auto_deploy_dependencies.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](upgrading_auto_deploy_dependencies.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../lfs/migrate_to_git_lfs.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../lfs/migrate_to_git_lfs.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
redirect_to: 'https://docs.gitlab.com'
|
||||
---
|
||||
|
||||
Visit our [documentation page](https://docs.gitlab.com) for information about GitLab.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
redirect_to: 'https://docs.gitlab.com'
|
||||
---
|
||||
|
||||
Visit our [documentation page](https://docs.gitlab.com) for information about GitLab.
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../../gitlab-basics/README.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../../gitlab-basics/README.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
redirect_to: '../gitlab_flow.md'
|
||||
---
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../profile/account/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [profile](../profile/account/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../profile/account/two_factor_authentication.md'
|
||||
---
|
||||
|
||||
This document was moved to [profile/account/two_factor_authentication](../profile/account/two_factor_authentication.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'dev_ops_report.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](dev_ops_report.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
redirect_to: '../analytics/dev_ops_report.md'
|
||||
---
|
||||
|
||||
Conversational Development Index was renamed to [DevOps Report](../analytics/dev_ops_report.md) in GitLab 12.6.
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../analytics/dev_ops_report.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../analytics/dev_ops_report.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'analytics/user_cohorts.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](analytics/user_cohorts.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../analytics/value_stream_analytics.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../analytics/value_stream_analytics.md)
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../compliance/compliance_dashboard/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../compliance/compliance_dashboard/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../compliance/license_compliance/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../compliance/license_compliance/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: ../../compliance/license_compliance/index.md
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../compliance/license_compliance/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../packages/dependency_proxy/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../packages/dependency_proxy/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../application_security/security_dashboard/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../application_security/security_dashboard/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../operations/incident_management/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [../../operations/incident_management/index.md](../../operations/incident_management/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../pipelines/job_artifacts.md'
|
||||
---
|
||||
|
||||
This document was moved to [pipelines/job_artifacts](../pipelines/job_artifacts.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../ci/ci_cd_for_external_repos/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../ci/ci_cd_for_external_repos/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../add_eks_clusters.md#existing-eks-cluster'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../add_eks_clusters.md#existing-eks-cluster).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../packages/container_registry/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../packages/container_registry/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../analytics/value_stream_analytics.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../analytics/value_stream_analytics.md)
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../repository/gpg_signed_commits/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../repository/gpg_signed_commits/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'tfvc.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](tfvc.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../../operations/incident_management/generic_alerts.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../../operations/incident_management/generic_alerts.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../clusters/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../clusters/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'overview.md'
|
||||
---
|
||||
|
||||
This document was moved to [Integrations](overview.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../../operations/metrics/dashboards/yaml_number_format.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../../operations/metrics/dashboards/yaml_number_format.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'managing_issues.md#closing-issues-automatically'
|
||||
---
|
||||
|
||||
This document was moved to [another location](managing_issues.md#closing-issues-automatically).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'managing_issues.md#closing-issues'
|
||||
---
|
||||
|
||||
This document was moved to [another location](managing_issues.md#closing-issues).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'managing_issues.md#create-a-new-issue'
|
||||
---
|
||||
|
||||
This document was moved to [another location](managing_issues.md#create-a-new-issue).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'managing_issues.md#deleting-issues'
|
||||
---
|
||||
|
||||
This document was moved to [another location](managing_issues.md#deleting-issues).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'managing_issues.md#moving-issues'
|
||||
---
|
||||
|
||||
This document was moved to [another location](managing_issues.md#moving-issues).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'index.md#similar-issues'
|
||||
---
|
||||
|
||||
This document was moved to [another location](index.md#similar-issues).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../packages/maven_repository/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../packages/maven_repository/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'merge_requests/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [merge_requests/index.md](merge_requests/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'code_quality.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](code_quality.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../application_security/container_scanning/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../application_security/container_scanning/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../application_security/dast/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../application_security/dast/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../application_security/dependency_scanning/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../application_security/dependency_scanning/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../compliance/license_compliance/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../compliance/license_compliance/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: 'allow_collaboration.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](allow_collaboration.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../discussions/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../discussions/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
redirect_to: 'merge_when_pipeline_succeeds.md'
|
||||
---
|
||||
|
||||
This document was moved to [merge_when_pipeline_succeeds](merge_when_pipeline_succeeds.md).
|
||||
|
||||
>[Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/7135) by the "Rename MWBS service to Merge When Pipeline Succeeds" change.
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../application_security/sast/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../application_security/sast/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../application_security/container_scanning/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../application_security/container_scanning/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../../operations/incident_management/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../../operations/incident_management/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../../operations/metrics/dashboards/settings.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../../operations/metrics/dashboards/settings.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../../operations/error_tracking.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../../operations/error_tracking.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../../operations/feature_flags.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../../operations/feature_flags.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../../operations/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../../operations/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../../operations/metrics/dashboards/settings.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../../operations/metrics/dashboards/settings.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../../operations/tracing.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../../operations/tracing.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
redirect_to: '../../packages/maven_repository/index.md'
|
||||
---
|
||||
|
||||
This document was moved to [another location](../../packages/maven_repository/index.md).
|
||||
|
||||
<!-- This redirect file can be deleted after February 1, 2021. -->
|
||||
<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/#move-or-rename-a-page -->
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue