summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-08-13 01:03:06 +0000
committerEvan Read <eread@gitlab.com>2019-08-13 01:03:06 +0000
commit6480bd6dc9f2e32bf3651606e836516cad65c2c8 (patch)
tree291f6aacf875b6f5441f1b3bb3718828e59b534a
parent204c3ed3dd912d59c8f878dfac925a26286992d2 (diff)
parent24ae0d4c83ce5b23573bdab1ac8092ff9b978585 (diff)
downloadgitlab-ce-6480bd6dc9f2e32bf3651606e836516cad65c2c8.tar.gz
Merge branch 'docs-debug-dstanley' into 'master'
Bring resources.md from debug project to docs See merge request gitlab-org/gitlab-ce!31366
-rw-r--r--doc/administration/index.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/administration/index.md b/doc/administration/index.md
index fb07b41eb8b..2b25e8efd23 100644
--- a/doc/administration/index.md
+++ b/doc/administration/index.md
@@ -190,3 +190,8 @@ Learn how to install, configure, update, and maintain your GitLab instance.
- [Troubleshooting ElasticSearch](troubleshooting/elasticsearch.md): Tips to troubleshoot ElasticSearch.
- [Kubernetes troubleshooting](troubleshooting/kubernetes_cheat_sheet.md): Commands and tips useful
for troubleshooting Kubernetes-related issues.
+- Useful links from the Support Team:
+ - [GitLab Developer Docs](https://docs.gitlab.com/ee/development/README.html).
+ - [Repairing and recovering broken git repositories](https://git.seveas.net/repairing-and-recovering-broken-git-repositories.html).
+ - [Testing with OpenSSL](https://www.feistyduck.com/library/openssl-cookbook/online/ch-testing-with-openssl.html).
+ - [Strace zine](https://wizardzines.com/zines/strace/).