Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2020-10-13 09:08:27 +00:00
parent 8f71e69fdb
commit 15ae4a8da8
101 changed files with 1536 additions and 608 deletions

View File

@ -40,8 +40,8 @@ then
fi
# Do not use 'README.md', instead use 'index.md'
# Number of 'README.md's as of 2020-05-28
NUMBER_READMES=40
# Number of 'README.md's as of 2020-10-13
NUMBER_READMES=36
FIND_READMES=$(find doc/ -name "README.md" | wc -l)
echo '=> Checking for new README.md files...'
echo