Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update atmos-example-infra.mdx #838

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion website/docs/tutorials/atmos-example-infra.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Atmos Example Infrastructure
title: Atmos Example Infrastructure (Test 2)
sidebar_label: Atmos Example Infrastructure
sidebar_position: 3
description: "Learn about the Example Infrastructure that Atmos shows how to configure and provision"
Expand All @@ -16,6 +16,9 @@ The [example](https://github.com/cloudposse/atmos/tree/main/examples/quick-start

This example provides a simple filesystem layout that looks like this:




```console
   │  
   │   # Centralized stacks configuration
Expand Down Expand Up @@ -144,3 +147,5 @@ To run the example, execute the following commands in a terminal:

- `cd example`
- `make all` - it will build the Docker image, build the CLI tool inside the image, and then start the container


Loading