Skip to content

Commit

Permalink
Merge branch 'main' into DEV-2801
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh authored Jan 24, 2025
2 parents c8e10c1 + e0b941b commit 6b0797b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions website/docs/cli/schemas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ command line by executing the command [`atmos validate stacks`](/cli/commands/va

For this to work, configure the following:

- Add the [Atmos Manifest JSON Schema](pathname:///schemas/atmos/atmos-manifest/1.0/atmos-manifest.json) to your repository, for example
in [`stacks/schemas/atmos/atmos-manifest/1.0/atmos-manifest.json`](https://github.com/cloudposse/atmos/blob/master/examples/quick-start-advanced/stacks/schemas/atmos/atmos-manifest/1.0/atmos-manifest.json)
- Add the _optional_ [Atmos Manifest JSON Schema](pathname:///schemas/atmos/atmos-manifest/1.0/atmos-manifest.json) to your repository, for example
in `stacks/schemas/atmos/atmos-manifest/1.0/atmos-manifest.json`. If not specified, Atmos will default to the [schema](pathname:///schemas/atmos/atmos-manifest/1.0/atmos-manifest.json) corresponding to the currently installed version of Atmos.

- Configure the following section in the `atmos.yaml` [CLI config file](/cli/configuration)

Expand Down
4 changes: 2 additions & 2 deletions website/docs/introduction/why-atmos/stage-3.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Stage 4: Move Towards Modularization"
title: "Stage 3: Move Towards Modularization"
description: In-house modules are created to avoid code duplication.
sidebar_label: "Stage 3: Reinvent the Wheel"
sidebar_label: "Stage 3: Modularization"
sidebar_position: 4
id: stage-3
---
Expand Down
2 changes: 1 addition & 1 deletion website/docs/quick-start/advanced/configure-cli.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configure Atmos CLI
sidebar_position: 4
sidebar_label: Configure Atoms CLI
sidebar_label: Configure Atmos CLI
---
import File from '@site/src/components/File'

Expand Down

0 comments on commit 6b0797b

Please sign in to comment.