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

Commit 7524c83

Browse files
Merge pull request #135 from redhat-appstudio/revert-129-fix-xrefs
Revert "Fix a few internal xrefs"
2 parents d0b6d22 + 90f16d0 commit 7524c83

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

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

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

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

9694
.What's next
@@ -135,11 +133,12 @@ After you create your application, you can adjust your configuration settings an
135133
[role="_abstract"]
136134
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}:
137135

138-
=== Your repository contains a Dockerfile in an unexpected directory.**
139-
136+
* **Your repository contains a Dockerfile in an unexpected directory.**
137+
+
140138
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:
141-
142-
==== Expected Dockerfile locations [[expected_Dockerfile_locations]]
139+
+
140+
[#expected Dockerfile locations]
141+
.Expected Dockerfile locations
143142
** Dockerfile
144143
** docker/Dockerfile
145144
** .docker/Dockerfile/build/Dockerfile
@@ -180,8 +179,8 @@ If your code import fails because your repository is missing either a Dockerfile
180179
** Make sure that neither of these resources is in a private repository that requires access authentication.
181180
** Make sure that your devfile is in one of these expected locations:
182181
+
183-
==== Expected devfile locations [[expected_devfile_locations]]
184-
182+
[#expected devfile locations]
183+
.Expected devfile locations
185184
*** devfile.yaml
186185
*** .devfile.yaml
187186
*** .devfile/devfile.yaml
@@ -194,12 +193,11 @@ Some repositories require custom build or deployment instructions; for example,
194193
**Solutions**
195194
+
196195
[#custom build and deployment instructions]
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.
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.
198197
** **Configure a custom deployment.** Include the following files in your repository to provide {ProductName} with custom deployment instructions:
199198
*** A standard Kubernetes YAML file
200199
*** A custom-build Dockerfile
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-
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>>.
203201
+
204202
[TIP]
205203
====

0 commit comments

Comments
 (0)