Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh committed Jun 8, 2024
1 parent a4035f8 commit 9e3bec2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/cli/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"label": "CLI",
"position": 4,
"collapsible": true,
"collapsed": true,
"collapsed": true
}
2 changes: 1 addition & 1 deletion website/docs/introduction/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ operational mastery and innovation faster, transforming their infrastructure man

## How does Atmos work?

At a high-level, Atmos is responsible for managing the configuration that gets passed to [Components](/reference/glossary/component) when they are instantiated.
At a high-level, Atmos is responsible for managing the configuration that gets passed to [Components](/terms/component) when they are instantiated.

To make this less abstract, we're going to focus on Terraform and how configuration gets passed to it.
The secret to scaling architectures with Terraform, is to decompose it into smaller root modules. We want to keep these root modules
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/glossary/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Glossary",
"collapsible": true,
"collapsed": true,
"collapsed": true
}

0 comments on commit 9e3bec2

Please sign in to comment.