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: Update customization links #160

Merged
merged 1 commit into from
Dec 7, 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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ creating your stack.
== 1. Create a demos.yaml

For a custom demo, you must create a `mycorp-demos.yaml` containing demos according to the format defined by
https://github.com/stackabletech/stackablectl/blob/main/demos/demos-v1.yaml[the Stackable provided demos].
https://github.com/stackabletech/demos/blob/main/demos/demos-v2.yaml[the Stackable provided demos].

As of writing, a `demos.yaml` file could look as follows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fine, but you can also look at the chapter xref:customization/add-release.adoc[]
== 1. Create a stacks.yaml

For a custom stack you need to create a `mycorp-stacks.yaml` containing stacks according to the format defined by
https://github.com/stackabletech/stackablectl/blob/main/stacks/stacks-v1.yaml[the Stackable provided stacks].
https://github.com/stackabletech/demos/blob/main/stacks/stacks-v2.yaml[the Stackable provided stacks].

As of writing a `stacks.yaml` file could look as follows:

Expand Down