From b693fad36087978827cea563d6a9b036d13cd92a Mon Sep 17 00:00:00 2001 From: Bryan Finster Date: Mon, 7 Aug 2023 09:48:04 -0500 Subject: [PATCH] chore: Standardize usage of tag to aid conversion. (#1948) ## Description The `` component had inconsistent usage, making conversion logic more complex than needed. I've standardized the usage to make the conversion more straightforward. ... ## Related Issue ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Other (security config, docs update, etc) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --- docs/0-zarf-overview.md | 6 +++--- docs/2-the-zarf-cli/index.md | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/0-zarf-overview.md b/docs/0-zarf-overview.md index cef9d74ca8..e89945d9d4 100644 --- a/docs/0-zarf-overview.md +++ b/docs/0-zarf-overview.md @@ -161,7 +161,7 @@ In the more complex use case, your package consists of updates for many apps/sys 3. `$` Enter the commands into your terminal. - + :::info @@ -199,7 +199,7 @@ Zarf has no prerequisites on Linux. However, for this example, we will use Docke ::: - + :::info @@ -231,7 +231,7 @@ zarf package deploy sget://defenseunicorns/zarf-hello-world:$(uname -m) ``` - + ## Windows Commands diff --git a/docs/2-the-zarf-cli/index.md b/docs/2-the-zarf-cli/index.md index e90cbe0fa7..f14c049c87 100644 --- a/docs/2-the-zarf-cli/index.md +++ b/docs/2-the-zarf-cli/index.md @@ -18,7 +18,7 @@ You can get the Zarf CLI on your machine in a few different ways. You can use th - + ```bash brew tap defenseunicorns/tap @@ -27,7 +27,7 @@ brew install zarf - + ```bash brew tap defenseunicorns/tap @@ -71,7 +71,7 @@ Available Commands: - + ```bash zarf --help @@ -79,9 +79,9 @@ zarf --help - + -- If you're not sure where the file was downloaded to, a good default place to look is `~/Downloads`. +- If you're not sure where the file was downloaded, a good default place to look is `~/Downloads`. - While we only say `zarf` for this example command, the name of the binary is the name of the file you downloaded, which will likely have a different name. ```bash @@ -91,7 +91,7 @@ chmod +x ~/Downloads/zarf # Make the binary executable - + - While we only say `zarf` for this example command, depending on your system, you might have to use a different name for the binary like `zarf-mac-intel` or `zarf-mac-apple`.