Skip to content

Commit 3b0283c

Browse files
committed
add the rest of the deploys overview
1 parent 716a58f commit 3b0283c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/modules/deploy/pages/deploys-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ Configure environment integrations to install the CircleCI release agent into yo
5050

5151
Developers can monitor deployments in the CircleCI web app, and run commands to manage those deployments from the UI. Commands are monitored by CircleCI and relayed to the release agent, which then runs the commands for you.
5252

53-
[#releases-concepts]
53+
5454
== Concepts
5555

5656
The sections below explain some key software delivery concepts. Understanding these concepts will help you take full advantage of CircleCI deploys.
5757

58-
[#component]
58+
5959
=== Component
6060

6161
A _component_ in CircleCI is a collection of code and configuration that is deployed and released as a single unit. In Kubernetes terms, this would be a Deployment or Rollout object along with the related objects such as Pods, ReplicaSets, etc. that share a common `circleci.com/component-name` label.

0 commit comments

Comments
 (0)