-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description - [x] Remove hard hat admonition - [ ] Add more resource to Understand the Basics page - [ ] Formatting ## Related Issue Usability testing revealed that the hard hat admonition communicated to the users that the docs were unfinished and therefore not valuable or worth exploring. The admonition is no longer needed. Removing should remove this barrier observed and keep users from feeling a sense of unease and uncertainty about the docs. Fixes # (issue) ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## Checklist before merging - [x] Documentation has been updated as necessary (add the `needs-docs` label)
- Loading branch information
1 parent
ac56c88
commit 2a3cb19
Showing
2 changed files
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
# Core Concepts | ||
|
||
:::caution Hard Hat Area | ||
This page is still being developed. More content will be added soon! | ||
::: | ||
|
||
Now, assuming you're familiar with Kubernetes, the AirGap, and GitOps from [Understanding the Basics](./1-understand-the-basics.md), we can get started on the core concepts of Zarf. | ||
|
||
##Zarf Concepts | ||
|
||
- [**Zarf Package**](./4-user-guide/2-zarf-packages/1-zarf-packages.md) - A binary file that contains the instructions and dependencies necessary to install an application on a system. | ||
- [**Zarf Component**](./4-user-guide/2-zarf-packages/2-zarf-components.md) - A set of defined functionality and resources that build up a package. | ||
- [**Zarf Init Package**](./4-user-guide/2-zarf-packages/3-the-zarf-init-package.md) - The initial package that lays the groundwork for other packages. |