From 779e470c2ec46c099f21ebe2ca1d21a2480d4253 Mon Sep 17 00:00:00 2001 From: tspearconquest <81998567+tspearconquest@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:07:05 -0600 Subject: [PATCH 1/3] Fix typo Atoms -> Atmos (#964) Signed-off-by: Thomas D. Spear Co-authored-by: Thomas D. Spear --- website/docs/quick-start/advanced/configure-cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/quick-start/advanced/configure-cli.mdx b/website/docs/quick-start/advanced/configure-cli.mdx index d60cd5359..08035959d 100644 --- a/website/docs/quick-start/advanced/configure-cli.mdx +++ b/website/docs/quick-start/advanced/configure-cli.mdx @@ -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' From 55692ee0b972284c2cb80afc48e91280495e1ab0 Mon Sep 17 00:00:00 2001 From: tspearconquest <81998567+tspearconquest@users.noreply.github.com> Date: Fri, 24 Jan 2025 11:10:32 -0600 Subject: [PATCH 2/3] Fix typo stage 4 -> stage 3 (#965) * Fix typo stage 4 -> stage 3 Signed-off-by: Thomas D. Spear * Update website/docs/introduction/why-atmos/stage-3.mdx --------- Signed-off-by: Thomas D. Spear Co-authored-by: Thomas D. Spear Co-authored-by: Erik Osterman (CEO @ Cloud Posse) --- website/docs/introduction/why-atmos/stage-3.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/introduction/why-atmos/stage-3.mdx b/website/docs/introduction/why-atmos/stage-3.mdx index bb6b00042..fc6b672cd 100644 --- a/website/docs/introduction/why-atmos/stage-3.mdx +++ b/website/docs/introduction/why-atmos/stage-3.mdx @@ -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 --- From e0b941ba8bf5c273f497be1762c1568391bb5639 Mon Sep 17 00:00:00 2001 From: tspearconquest <81998567+tspearconquest@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:22:21 -0600 Subject: [PATCH 3/3] Remove Broken Link to Schema (#967) * Remove broken link -- the file is located under /website/static/schemas/atmos/atmos-manifest/1.0/atmos-manifest.json but I'm not sure if this doc should actually link to it there so I removed it pending any disucussion on the PR Signed-off-by: Thomas D. Spear * Apply suggestions from code review --------- Signed-off-by: Thomas D. Spear Co-authored-by: Thomas D. Spear Co-authored-by: Erik Osterman (CEO @ Cloud Posse) --- website/docs/cli/schemas.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/cli/schemas.mdx b/website/docs/cli/schemas.mdx index bb77436e9..1b7e139e8 100644 --- a/website/docs/cli/schemas.mdx +++ b/website/docs/cli/schemas.mdx @@ -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)