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

docs fixes #2168

Merged
merged 5 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/1-getting-started/0-understand-the-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
AustinAbro321 marked this conversation as resolved.
Show resolved Hide resolved

### GitOps Basics

Expand Down
2 changes: 1 addition & 1 deletion docs/3-create-a-zarf-package/2-zarf-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ The [`podinfo-flux`](/examples/podinfo-flux/) example showcases a simple GitOps
<ExampleYAML src={require('../../examples/composable-packages/zarf.yaml')} component="local-games-path" />
</TabItem>
<TabItem value="OCI URL">
<ExampleYAML src={require('../../examples/composable-packages/zarf.yaml')} component="oci-wordpress-url" />
<ExampleYAML src={require('../../examples/composable-packages/zarf.yaml')} component="oci-games-url" />
</TabItem>
</Tabs>

Expand Down
2 changes: 1 addition & 1 deletion docs/4-deploy-a-zarf-package/3-deployment-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/4-deploy-a-zarf-package/5-k9s-dashboard.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down