Show
= Support URL parameters in the custom definition of the getting started sample
Starting from this release, you can add parameters when defining a URL of a getting started sample:
[source,code]
----
{
"displayName": "Example",
"description": "Example",
"tags": ["example"],
"url": " https://example.com/my-project.git?df=next/base/devfile.yaml "
}
----
Find more details about configuring getting started samples in the link: https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.13/html/administration_guide/configuring-devspaces#configuring-getting-started-samples [official documentation].