Skip to content
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: 2 additions & 0 deletions docs/install-upgrade/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ After the above workflow a user will have a .img file suitable for installing th

## Complete Example File

The following example outlines a comprehensive Fabricator configuration. You can find further configuration details in the Fabricator [API Reference](../../reference/include-fab-api/).

``` { .yaml .annotate title="fab.yaml" linenums="1"}
apiVersion: fabricator.githedgehog.com/v1beta1
kind: Fabricator
Expand Down
1 change: 1 addition & 0 deletions docs/reference/.pages
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
nav:
- Fabric API: api.md
- Fabricator API: include-fab-api.md
- ...
Loading