diff --git a/docs/core_concepts.md b/docs/core_concepts.md index 01418d8e2f..628eeebd44 100644 --- a/docs/core_concepts.md +++ b/docs/core_concepts.md @@ -1,6 +1,7 @@ # Core Concepts -Let's assume you're familiar with core Git, Docker, Kubernetes, Continuous Delivery, and GitOps concepts. +Let's assume you're familiar with core Git, Docker, Kubernetes, Continuous Delivery, and GitOps concepts. +Below are some of the concepts that are specific to Argo CD. * **Application** A group of Kubernetes resources as defined by a manifest. This is a Custom Resource Definition (CRD). * **Application source type** Which **Tool** is used to build the application.