Customize Workspaces Launch Button
About 122 wordsLess than 1 minute
You can customize the Workspaces launch button name, description, hover image, and CPU core count.
The configuration file is .cnb/settings.yml in the repository root of the default branch. The following is a complete example:
.cnb/settings.yml
workspace:
launch:
button:
name: Launch Cloud-Native Development
description: Enter the online coding environment with one click
hoverImage: .cnb/launch-hover.gif
cpus: 8
disabled: false
autoOpenWebIDE: falseFor the fields you can customize and detailed explanations of other parameters (such as auto-opening WebIDE after creation, disabling the button, and more), see Workspaces Launch Button Customization.