summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-02-05 16:16:46 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-02-05 16:16:46 +0000
commitac3d30f2128226023b56ae2643823a03f13b0a7a (patch)
tree6990ac767bca5634fc47175db1cf35440e78be08
parenta14db4a22441a835758b0d50e37024606662d0e8 (diff)
parentef543044b2b8bb2c967f3911d6b7745ecf25a33b (diff)
downloadgitlab-ce-ac3d30f2128226023b56ae2643823a03f13b0a7a.tar.gz
Merge branch 'docs-operations-index' into 'master'
Docs: add index for project operations Closes #56115 See merge request gitlab-org/gitlab-ce!24565
-rw-r--r--doc/user/project/operations/index.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user/project/operations/index.md b/doc/user/project/operations/index.md
new file mode 100644
index 00000000000..b0f9936be5c
--- /dev/null
+++ b/doc/user/project/operations/index.md
@@ -0,0 +1,11 @@
+# Project operations
+
+GitLab provides a variety of tools to help operate and maintain
+your applications:
+
+- Collect [Prometheus metrics](../integrations/prometheus_library/index.md).
+- Deploy to different [environments](../../../ci/environments.md).
+- Connect your project to a [Kubernetes cluster](../clusters/index.md).
+- Discover and view errors generated by your applications with [Error Tracking](error_tracking.md).
+- Create, toggle, and remove [Feature Flags](https://docs.gitlab.com/ee/user/project/operations/feature_flags.html). **[PREMIUM]**
+- [Trace](https://docs.gitlab.com/ee/user/project/operations/tracing.html) the performance and health of a deployed application. **[ULTIMATE]**