Skip to content

Commit 28d716a

Browse files
author
Natalie Arellano
committed
Add aliases
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 44c6eed commit 28d716a

File tree

82 files changed

+331
-32
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+331
-32
lines changed

content/docs/for-app-developers/concepts/base-images/run.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
12
+++
23
title="Run image"
4+
aliases=[
5+
"/docs/concepts/components/base-images/run"
6+
]
37
weight=2
48
+++
59

content/docs/for-app-developers/concepts/base-images/stack.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
12
+++
23
title="Stack"
3-
weight=99
44
aliases=[
5-
"/docs/using-pack/stacks/"
5+
"/docs/concepts/components/stack",
6+
"/docs/using-pack/stacks/"
67
]
8+
weight=99
79
+++
810

911
A stack (deprecated) is the grouping together of the build and run base images, represented by a unique ID.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
12
+++
23
title="What is a platform?"
4+
aliases=[
5+
"/docs/concepts/components/platform"
6+
]
37
weight=4
48
+++
59

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
12
+++
23
title="What happens during rebase?"
3-
weight=4
44
aliases=[
5-
"/docs/using-pack/update-app-rebase/"
5+
"/docs/concepts/operations/rebase",
6+
"/docs/using-pack/update-app-rebase/"
67
]
8+
weight=4
79
+++
810

911
`Rebase` allows app developers or operators to rapidly update an app image when its [runtime base image] has changed.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
12
+++
23
title="What is build reproducibility?"
4+
aliases=[
5+
"/docs/features/reproducibility"
6+
]
37
weight=6
48
+++
59

content/docs/for-app-developers/how-to/build-inputs/configure-build-time-environment.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
12
+++
23
title="Customize buildpack behavior with build-time environment variables"
4+
aliases=[
5+
"/docs/app-developer-guide/environment-variables"
6+
]
37
weight=2
48
+++
59

@@ -147,4 +151,4 @@ The following environment variables were set and available to buildpacks at buil
147151
>`name=FOO` to the `project.toml`, it wouldn't detect any value set for `FOO`).
148152
149153
[descriptor-schema]: /docs/reference/project-descriptor/
150-
[samples]: https://github.com/buildpacks/samples
154+
[samples]: https://github.com/buildpacks/samples

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
12
+++
23
title="Specify buildpacks or extensions at build time"
4+
aliases=[
5+
"/docs/app-developer-guide/specify-buildpacks"
6+
]
37
weight=1
48
summary="No builder author can be truly omniscient, and whoever created yours surely was no exception!"
59
+++

content/docs/for-app-developers/how-to/build-inputs/use-cache-image.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
12
+++
23
title="Use a cache image"
4+
aliases=[
5+
"/docs/app-developer-guide/using-cache-image"
6+
]
37
weight=6
48
summary="Share layers between builds with a cache image."
59
+++

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
12
+++
23
title="Use an inline buildpack"
4+
aliases=[
5+
"/docs/app-developer-guide/using-inline-buildpacks"
6+
]
37
weight=5
48
summary="Customize your build with a bit of shell script."
59
+++

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
12
+++
23
title="Use project.toml"
4+
aliases=[
5+
"/docs/app-developer-guide/using-project-descriptor"
6+
]
37
weight=4
48
summary="Simplify your `pack` configuration."
59
+++

0 commit comments

Comments
 (0)