We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f8c67 commit 8710308Copy full SHA for 8710308
packages/dev/src/quickstarts-data/yaml/template.yaml
@@ -12,7 +12,7 @@ spec:
12
# 'blue' | 'cyan' | 'green' | 'orange' | 'purple' | 'red' | 'grey'
13
color: grey
14
# - The icon defined as a base64 value. Example flow:
15
- # 1. Find an .svg you want to use, like from here: https://www.patternfly.org/v4/guidelines/icons/#all-icons
+ # 1. Find an .svg you want to use, like from here: https://www.patternfly.org/design-foundations/icons/#all-icons
16
# 2. Upload the file here and encode it (output format - plain text): https://base64.guru/converter/encode/image
17
# 3. compose - `icon: data:image/svg+xml;base64,<base64 string from step 2>`
18
# - If empty string (icon: ''), will use a default rocket icon
0 commit comments