Skip to content

Commit a7a12c0

Browse files
author
Natalie Arellano
committed
Add stubs for missing content
Signed-off-by: Natalie Arellano <[email protected]>
1 parent a1e2e6c commit a7a12c0

25 files changed

+138
-8
lines changed

content/docs/for-app-developers/concepts/builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title="What is a builder?"
33
weight=2
44
+++
55

6-
A `builder` is an OCI image containing
6+
A `builder` is an [OCI image](https://github.com/opencontainers/image-spec) containing
77
an ordered combination of [buildpacks][buildpack] and
88
a [build-time base image], a [lifecycle] binary, and a reference to a [runtime base image].
99

content/docs/for-app-developers/how-to/build-inputs/buildpacks.md renamed to content/docs/for-app-developers/how-to/build-inputs/specify-buildpacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@ A buildpack located in a CNB Registry
107107
<small><sup></sup> Directory buildpacks are not currently supported on Windows.</small><br />
108108
<small><sup></sup> Version may be omitted if there is only one buildpack in the builder matching the `id`.</small>
109109

110-
[project-toml]: /docs/for-app-developers/how-to/build-inputs/project-toml/
110+
[project-toml]: /docs/for-app-developers/how-to/build-inputs/use-project-toml/
111111
[samples]: https://github.com/buildpacks/samples
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
title="Specify the default launch process"
3+
weight=99
4+
summary="Buildpacks can define multiple processes for an application image. Specify which process should be the default."
5+
+++
6+
7+
This page is a stub! Please feel free to open a PR to contribute this content, or check back later :)

content/docs/for-app-developers/how-to/build-inputs/inline-buildpacks.md renamed to content/docs/for-app-developers/how-to/build-inputs/use-inline-buildpacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ EOF
5454
### Further Reading
5555
For more about project descriptors, look at the [schema][descriptor-schema], as well as the [specification][spec].
5656

57-
[project-toml]: /docs/for-app-developers/how-to/build-inputs/project-toml/
57+
[project-toml]: /docs/for-app-developers/how-to/build-inputs/use-project-toml/
5858
[descriptor-schema]: /docs/reference/project-descriptor/
5959
[spec]: https://github.com/buildpacks/spec/blob/main/extensions/project-descriptor.md

content/docs/for-app-developers/how-to/build-inputs/project-toml.md renamed to content/docs/for-app-developers/how-to/build-inputs/use-project-toml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ docker run sample-app
106106
### Further Reading
107107
For more about project descriptors, look at the [schema][descriptor-schema], as well as the [specification][spec].
108108

109-
[specify-buildpacks]: /docs/for-app-developers/how-to/build-inputs/buildpacks
110-
[descriptor-envs]: /docs/for-app-developers/how-to/build-inputs/build-time-environment/#using-project-descriptor
109+
[specify-buildpacks]: /docs/for-app-developers/how-to/build-inputs/specify-buildpacks
110+
[descriptor-envs]: /docs/for-app-developers/how-to/build-inputs/configure-build-time-environment/#using-project-descriptor
111111
[descriptor-schema]: /docs/reference/project-descriptor/
112112
[samples]: https://github.com/buildpacks/samples
113113
[spec]: https://github.com/buildpacks/spec/blob/main/extensions/project-descriptor.md
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
title="Understand build failures"
3+
weight=99
4+
summary="How to troubleshoot when things go wrong."
5+
+++
6+
7+
This page is a stub! Please feel free to open a PR to contribute this content, or check back later :)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+++
2+
title="What is the build plan?"
3+
weight=99
4+
+++
5+
6+
<!--more-->
7+
8+
This page is a stub! Please feel free to open a PR to contribute this content, or check back later :)

0 commit comments

Comments
 (0)