From 90f16d06f1da5e0dd5c8132b415f03ae4cc5da24 Mon Sep 17 00:00:00 2001 From: Chr1st1anSears <117944059+Chr1st1anSears@users.noreply.github.com> Date: Thu, 8 Jun 2023 12:06:35 -0400 Subject: [PATCH] Revert "Fix a few internal xrefs" --- .../Import-code/proc_importing_code.adoc | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 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 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] ====