Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit d0b6d22

Browse files
authored
Merge pull request #129 from Chr1st1anSears/fix-xrefs
Fix a few internal xrefs
2 parents 8080467 + 07c1b5f commit d0b6d22

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docs/modules/ROOT/pages/how-to-guides/Import-code/proc_importing_code.adoc

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ If {ProductName} can’t access your Git repository, see <<Granting App Studio a
6969
|N/A
7070
|===
7171

72-
////
72+
////
73+
7374
From JSese: May 15, 2023, Commenting out per Matt Reid and Christian V. Support for private repos is post-Summit.
7475
[discrete]
7576
== Granting App Studio access to your Git repository
@@ -89,6 +90,7 @@ If {ProductName} can’t access your Git repository, the following message displ
8990
. Enter your **Username**.
9091
. Enter an **API token**.
9192
. Click **Connect**.
93+
9294
////
9395

9496
.What's next
@@ -133,12 +135,11 @@ After you create your application, you can adjust your configuration settings an
133135
[role="_abstract"]
134136
When you import code, {ProductName} analyzes your repository to determine the right runtime to use to build and deploy your application. In some cases, however, {ProductName} is unable to find the right runtime, and this can cause your code import to fail. These are the most common causes of issues with importing code to {ProductName}:
135137

136-
* **Your repository contains a Dockerfile in an unexpected directory.**
137-
+
138+
=== Your repository contains a Dockerfile in an unexpected directory.**
139+
138140
If {ProductName} finds a Dockerfile in your repository, it determines that a Dockerfile runtime is the most suitable for building and deploying you application. However, if the Dockerfile is not saved in one of the following expected locations, an error in determining the right runtime for your components can occur:
139-
+
140-
[#expected Dockerfile locations]
141-
.Expected Dockerfile locations
141+
142+
==== Expected Dockerfile locations [[expected_Dockerfile_locations]]
142143
** Dockerfile
143144
** docker/Dockerfile
144145
** .docker/Dockerfile/build/Dockerfile
@@ -179,8 +180,8 @@ If your code import fails because your repository is missing either a Dockerfile
179180
** Make sure that neither of these resources is in a private repository that requires access authentication.
180181
** Make sure that your devfile is in one of these expected locations:
181182
+
182-
[#expected devfile locations]
183-
.Expected devfile locations
183+
==== Expected devfile locations [[expected_devfile_locations]]
184+
184185
*** devfile.yaml
185186
*** .devfile.yaml
186187
*** .devfile/devfile.yaml
@@ -193,11 +194,12 @@ Some repositories require custom build or deployment instructions; for example,
193194
**Solutions**
194195
+
195196
[#custom build and deployment instructions]
196-
** **Configure a custom build.** Include a Dockerfile that can build your application, then save it to one of the <<expected Dockerfile locations>>. **Note:** If your build is custom but your deployment is not, you do not have to include a `devfile.yaml` file in your repository.
197+
** **Configure a custom build.** Include a Dockerfile that can build your application, then save it to one of the <<expected_Dockerfile_locations>>. **Note:** If your build is custom but your deployment is not, you do not have to include a `devfile.yaml` file in your repository.
197198
** **Configure a custom deployment.** Include the following files in your repository to provide {ProductName} with custom deployment instructions:
198199
*** A standard Kubernetes YAML file
199200
*** A custom-build Dockerfile
200-
*** A devfile that points to your Kubernetes YAML file and Dockerfile. **Note:** Make sure that your devfile is in one of the <<expected devfile locations>>.
201+
*** A devfile that points to your Kubernetes YAML file and Dockerfile. **Note:** Make sure that your devfile is in one of the <<expected_devfile_locations>>.
202+
201203
+
202204
[TIP]
203205
====

0 commit comments

Comments
 (0)