diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-01 07:13:13 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-01 07:13:13 +0000 |
commit | 7216d460e474fb3ba530a8ce84eca1c18aded8b0 (patch) | |
tree | 82a9494189c320a7fd6532dcbadc323d4c876a11 | |
parent | df6b92d9a2c005775f86645f6e4293f818a0ca99 (diff) | |
parent | 8b710c8ba43e55c1370bc849e67c57abe1f30cb7 (diff) | |
download | gitlab-ce-7216d460e474fb3ba530a8ce84eca1c18aded8b0.tar.gz |
Merge branch 'docs-repo-merge-9-analytics' into 'master'
Docs: Merge EE doc/analytics to CE
See merge request gitlab-org/gitlab-ce!27699
-rw-r--r-- | doc/analytics/README.md | 5 | ||||
-rw-r--r-- | doc/analytics/contribution_analytics.md | 5 | ||||
-rwxr-xr-x | scripts/lint-doc.sh | 2 |
3 files changed, 11 insertions, 1 deletions
diff --git a/doc/analytics/README.md b/doc/analytics/README.md new file mode 100644 index 00000000000..6b63edb5174 --- /dev/null +++ b/doc/analytics/README.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/user/group/index.html#user-contribution-analysis-starter' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/user/group/index.html#user-contribution-analysis-starter) diff --git a/doc/analytics/contribution_analytics.md b/doc/analytics/contribution_analytics.md new file mode 100644 index 00000000000..38d71263bc1 --- /dev/null +++ b/doc/analytics/contribution_analytics.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/user/group/contribution_analytics/index.html' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/user/group/contribution_analytics/index.html). diff --git a/scripts/lint-doc.sh b/scripts/lint-doc.sh index bc73225c1bf..f39c64339fe 100755 --- a/scripts/lint-doc.sh +++ b/scripts/lint-doc.sh @@ -35,7 +35,7 @@ fi # Do not use 'README.md', instead use 'index.md' # Number of 'README.md's as of 2018-03-26 -NUMBER_READMES_CE=43 +NUMBER_READMES_CE=44 NUMBER_READMES_EE=46 FIND_READMES=$(find doc/ -name "README.md" | wc -l) echo '=> Checking for new README.md files...' |