From 07c1b5f38c2079b7498b2ed92ecf2f867fcd6286 Mon Sep 17 00:00:00 2001 From: Christian Sears Date: Wed, 7 Jun 2023 12:27:09 -0400 Subject: [PATCH] Fix a few internal xrefs --- .../Import-code/proc_importing_code.adoc | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) 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 62556d52..277ff1d4 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,7 +69,8 @@ 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] ====