From 9cf4482e91297c60f8d4dfecfc2eec2558a70b8c Mon Sep 17 00:00:00 2001 From: Austin Abro <37223396+AustinAbro321@users.noreply.github.com> Date: Wed, 29 Nov 2023 14:30:28 -0500 Subject: [PATCH] docs fixes (#2168) ## Description docs fixes ## Related Issue Fixes #2165 ## Type of change - [X] Other (security config, docs update, etc) --------- Co-authored-by: Wayne Starr --- docs/1-getting-started/0-understand-the-basics.md | 2 +- docs/3-create-a-zarf-package/2-zarf-components.md | 2 +- docs/4-deploy-a-zarf-package/3-deployment-ui.md | 2 +- docs/4-deploy-a-zarf-package/5-k9s-dashboard.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/1-getting-started/0-understand-the-basics.md b/docs/1-getting-started/0-understand-the-basics.md index e0a3b3352b..8f10bfc3f8 100644 --- a/docs/1-getting-started/0-understand-the-basics.md +++ b/docs/1-getting-started/0-understand-the-basics.md @@ -16,7 +16,7 @@ Before you can effectively use Zarf, it is useful to have an understanding of th ### AirGap Basics - [What is AirGap](https://ibm.github.io/kubernetes-networking/vpc/airgap/) -- AirGap Kubernetes Course - Coming Soon! +- [AirGap Kubernetes Course](https://training.linuxfoundation.org/training/modern-air-gap-software-delivery-lfs281/) - Created by Defense Unicorns ### GitOps Basics diff --git a/docs/3-create-a-zarf-package/2-zarf-components.md b/docs/3-create-a-zarf-package/2-zarf-components.md index a79c6d69bd..2ebd2f975f 100644 --- a/docs/3-create-a-zarf-package/2-zarf-components.md +++ b/docs/3-create-a-zarf-package/2-zarf-components.md @@ -177,7 +177,7 @@ The [`podinfo-flux`](/examples/podinfo-flux/) example showcases a simple GitOps - + diff --git a/docs/4-deploy-a-zarf-package/3-deployment-ui.md b/docs/4-deploy-a-zarf-package/3-deployment-ui.md index efa1f360f5..2551994493 100644 --- a/docs/4-deploy-a-zarf-package/3-deployment-ui.md +++ b/docs/4-deploy-a-zarf-package/3-deployment-ui.md @@ -90,7 +90,7 @@ Once a package is deployed into the cluster, the Web UI offers additional comman - Update: Use when you wish to update a package with a new version of the same package. - Remove: Use when you wish to remove a package and all of its resources from the cluster. This cannot be undone. -![Web UI deployed packages table with a context menu showing additional package commands](../.images/dashboard/Web%20UI%20-%20package%20commands.png +![Web UI deployed packages table with a context menu showing additional package commands](../.images/dashboard/Web%20UI%20-%20package%20commands.png) ## Technical Details diff --git a/docs/4-deploy-a-zarf-package/5-k9s-dashboard.md b/docs/4-deploy-a-zarf-package/5-k9s-dashboard.md index 1df1bbfeb7..d59622c28f 100644 --- a/docs/4-deploy-a-zarf-package/5-k9s-dashboard.md +++ b/docs/4-deploy-a-zarf-package/5-k9s-dashboard.md @@ -1,6 +1,6 @@ # K9s Dashboard -Zarf vendors in [K9s, a terminal-based UI to interact with your Kubernetes cluster. K9s is not necessary to deploy, manage, or operate Zarf or its deployed packages, but it is a great tool to use when you want to interact with your cluster. Since Zarf vendors in this tool, you don't have to worry about additional dependencies or trying to install it yourself! +Zarf vendors in [K9s](https://k9scli.io/), a terminal-based UI to interact with your Kubernetes cluster. K9s is not necessary to deploy, manage, or operate Zarf or its deployed packages, but it is a great tool to use when you want to interact with your cluster. Since Zarf vendors in this tool, you don't have to worry about additional dependencies or trying to install it yourself! ## Using the k9s Dashboard