summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-02-05 16:16:46 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-02-05 16:16:46 +0000
commitef543044b2b8bb2c967f3911d6b7745ecf25a33b (patch)
tree6990ac767bca5634fc47175db1cf35440e78be08
parenta14db4a22441a835758b0d50e37024606662d0e8 (diff)
downloadgitlab-ce-ef543044b2b8bb2c967f3911d6b7745ecf25a33b.tar.gz
Docs: add index for project operations
-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]**