Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2020-06-08 21:09:17 +00:00
parent 99c01aa686
commit d48cbe1786
33 changed files with 868 additions and 249 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 2018-03-26
NUMBER_READMES=46
# Number of 'README.md's as of 2020-05-28
NUMBER_READMES=45
FIND_READMES=$(find doc/ -name "README.md" | wc -l)
echo '=> Checking for new README.md files...'
echo