zarf-dev / zarf

DevSecOps for Air Gap & Limited-Connection Systems. https://zarf.dev/
Apache License 2.0
1.41k stars 171 forks source link

Component Imports example does not exist #1831

Closed andrewg-xyz closed 1 year ago

andrewg-xyz commented 1 year ago

Component Imports docs section has tabs for Local Path | OCI URL neither has an example included.

Visual Proof (screenshots, videos, text, etc)

image

Noxsios commented 1 year ago

Looks like docs/3-create-a-zarf-package/2-zarf-components.md just needs the below fix

<Tabs queryString="import-examples">
<TabItem value="Local Path">
<ExampleYAML example="composable-packages" component="local-games-path" />
</TabItem>
<TabItem value="OCI URL">
<ExampleYAML example="composable-packages" component="oci-wordpress-url" />
</TabItem>
</Tabs>