diff --git a/docs/modules/ROOT/pages/how-to-guides/Import-code/proc_importing_code.adoc b/docs/modules/ROOT/pages/how-to-guides/Import-code/proc_importing_code.adoc index 277ff1d4..62556d52 100644 --- a/docs/modules/ROOT/pages/how-to-guides/Import-code/proc_importing_code.adoc +++ b/docs/modules/ROOT/pages/how-to-guides/Import-code/proc_importing_code.adoc @@ -69,8 +69,7 @@ If {ProductName} can’t access your Git repository, see <>. **Note:** If your build is custom but your deployment is not, you do not have to include a `devfile.yaml` file in your repository. +** **Configure a custom build.** Include a Dockerfile that can build your application, then save it to one of the <>. **Note:** If your build is custom but your deployment is not, you do not have to include a `devfile.yaml` file in your repository. ** **Configure a custom deployment.** Include the following files in your repository to provide {ProductName} with custom deployment instructions: *** A standard Kubernetes YAML file *** A custom-build Dockerfile -*** A devfile that points to your Kubernetes YAML file and Dockerfile. **Note:** Make sure that your devfile is in one of the <>. - +*** A devfile that points to your Kubernetes YAML file and Dockerfile. **Note:** Make sure that your devfile is in one of the <>. + [TIP] ====