summaryrefslogtreecommitdiff
path: root/doc/user/admin_area/settings/index.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-08-10 17:07:30 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2018-09-14 16:28:31 +0200
commitc019030809d83f46d3ef65bae806e9f2c3404ec9 (patch)
tree24b1b1d03f451a320951e4c1e59683b78d6f7a21 /doc/user/admin_area/settings/index.md
parentb92b7d822226724db76b8dfb61dca438ea8dbb1c (diff)
downloadgitlab-ce-c019030809d83f46d3ef65bae806e9f2c3404ec9.tar.gz
Document how to enable Auto DevOps at the instance level
Diffstat (limited to 'doc/user/admin_area/settings/index.md')
-rw-r--r--doc/user/admin_area/settings/index.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/user/admin_area/settings/index.md b/doc/user/admin_area/settings/index.md
new file mode 100644
index 00000000000..93767aefb51
--- /dev/null
+++ b/doc/user/admin_area/settings/index.md
@@ -0,0 +1,22 @@
+# Admin area settings **[CORE ONLY]**
+
+In the admin area settings, you can find various options for your GitLab
+instance like sign-up restrictions, account limits and quota, metrics, etc.
+
+Navigate to it by going to **Admin area > Settings**. Some of the settings
+include:
+
+- [Continuous Integration and Deployment](continuous_integration.md)
+- [Email](email.md)
+- [Sign up restrictions](sign_up_restrictions.md)
+- [Terms](terms.md)
+- [Third party offers](third_party_offers.md)
+- [Usage statistics](usage_statistics.md)
+- [Visibility and access controls](visibility_and_access_controls.md)
+
+## GitLab.com admin area settings
+
+Most of the settings under the admin area change the behavior of the whole
+GitLab instance. For GitLab.com, the admin settings are available only for the
+GitLab.com administrators, and the parameters can be found on the
+[GitLab.com settings](../../gitlab_com/index.md) documentation.