Commit 94efd91d authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'repo-merge-check-26' into 'master'

Remove doc/project/*.md from whitelist

Closes gitlab-ce#59159

See merge request gitlab-org/gitlab-ee!12102
parents 01d30663 5d59cd4b
...@@ -84,7 +84,7 @@ When you create a project in GitLab, you'll have access to a large number of ...@@ -84,7 +84,7 @@ When you create a project in GitLab, you'll have access to a large number of
- [Wiki](wiki/index.md): document your GitLab project in an integrated Wiki. - [Wiki](wiki/index.md): document your GitLab project in an integrated Wiki.
- [Snippets](../snippets.md): store, share and collaborate on code snippets. - [Snippets](../snippets.md): store, share and collaborate on code snippets.
- [Cycle Analytics](cycle_analytics.md): review your development lifecycle. - [Cycle Analytics](cycle_analytics.md): review your development lifecycle.
- [Security Dashboard](security_dashboard.md): Security Dashboard. - [Security Dashboard](security_dashboard.md): Security Dashboard. **[ULTIMATE]**
- [Syntax highlighting](highlighting.md): an alternative to customize - [Syntax highlighting](highlighting.md): an alternative to customize
your code blocks, overriding GitLab's default choice of language. your code blocks, overriding GitLab's default choice of language.
- [Badges](badges.md): badges for the project overview. - [Badges](badges.md): badges for the project overview.
...@@ -130,7 +130,7 @@ Read through the documentation on [project settings](settings/index.md). ...@@ -130,7 +130,7 @@ Read through the documentation on [project settings](settings/index.md).
- [Export a project from GitLab](settings/import_export.md#exporting-a-project-and-its-data) - [Export a project from GitLab](settings/import_export.md#exporting-a-project-and-its-data)
- [Importing and exporting projects between GitLab instances](settings/import_export.md) - [Importing and exporting projects between GitLab instances](settings/import_export.md)
## CI/CD for external repositories ## CI/CD for external repositories **[PREMIUM]**
Instead of importing a repository directly to GitLab, you can connect your repository Instead of importing a repository directly to GitLab, you can connect your repository
as a CI/CD project. as a CI/CD project.
......
...@@ -190,7 +190,7 @@ module EESpecificCheck ...@@ -190,7 +190,7 @@ module EESpecificCheck
'doc/user/operations_dashboard/**/*', 'doc/user/operations_dashboard/**/*',
'doc/user/profile/*.md', 'doc/user/profile/*.md',
'doc/user/profile/account/**/*', 'doc/user/profile/account/**/*',
'doc/user/project/*.md', # 'doc/user/project/*.md',
'doc/user/project/builds/**/*', 'doc/user/project/builds/**/*',
# 'doc/user/project/clusters/*.md', # 'doc/user/project/clusters/*.md',
# 'doc/user/project/clusters/eks_and_gitlab/**/*', # 'doc/user/project/clusters/eks_and_gitlab/**/*',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment