Skip to content

Commit a9a3c3e

Browse files
authored
Merge branch 'main' into remove-things-but-dont-remove-them
2 parents 7d20628 + 9c155cb commit a9a3c3e

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

sites/platform/src/create-apps/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Unlike other runtimes most PHP applications do not have a start command. There i
120120

121121
{{< /note >}}
122122

123-
The following example shows a setup for a PHP app with comments to explain the settings.
123+
The following example shows a setup for a PHP app with comments to explain the settings. Please note that Composable image is currently available as a Beta feature.
124124

125125
{{< codetabs >}}
126126

@@ -186,7 +186,7 @@ web:
186186
<--->
187187
188188
+++
189-
title=Composable image
189+
title=Composable image (BETA)
190190
+++
191191
192192
```yaml {configFile="app"}

sites/platform/src/create-apps/app-reference/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ layout: single
66
---
77

88
To define your app, you can either use one of {{% vendor/name %}}'s [single-runtime image](/create-apps/app-reference/single-runtime-image.md)
9-
or its [composable image](/create-apps/app-reference/composable-image.md).
9+
or its [composable image (BETA)](/create-apps/app-reference/composable-image.md).
1010

1111
## Single-runtime image
1212

1313
{{% vendor/name %}} provides and maintains a list of single-runtime images you can use for each of your application containers.</br>
1414
See [all of the options you can use](/create-apps/app-reference/single-runtime-image.md) to define your app using a single-runtime image.
1515

16-
## Composable image
16+
## Composable image (BETA)
1717

1818
The {{% vendor/name %}} composable image provides more flexibility than single-runtime images.
1919
When using a composable image, you can define a stack (or group of packages) for your application container to use.

sites/platform/src/create-apps/app-reference/composable-image.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ description: Use {{% vendor/name %}}'s composable image to build and deploy your
55
keywords:
66
- sleepy crons
77
- sleepy_crons
8+
beta: true
9+
banner:
10+
title: Beta Feature
11+
body: The {{% vendor/name %}} composable image is currently available in Beta.
12+
This feature as well as its documentation is subject to change.
813
---
914

1015
The {{% vendor/name %}} composable image provides enhanced flexibility when defining your app.

sites/upsun/src/create-apps/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Unlike other runtimes, most PHP applications do not have a start command. There
114114

115115
{{< /note >}}
116116

117-
The following example shows a setup for a PHP app with comments to explain the settings.
117+
The following example shows a setup for a PHP app with comments to explain the settings. Please note that Composable image is currently available as a Beta feature.
118118

119119
{{< codetabs >}}
120120

@@ -182,7 +182,7 @@ services:
182182
<--->
183183
184184
+++
185-
title=Composable image
185+
title=Composable image (BETA)
186186
+++
187187
188188
```yaml {configFile="app"}

sites/upsun/src/create-apps/app-reference/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ layout: single
66
---
77

88
To define your app, you can either use one of {{% vendor/name %}}'s [single-runtime image](/create-apps/app-reference/single-runtime-image.md)
9-
or its [composable image](/create-apps/app-reference/composable-image.md).
9+
or its [composable image (BETA)](/create-apps/app-reference/composable-image.md).
1010

1111
## Single-runtime image
1212

1313
{{% vendor/name %}} provides and maintains a list of single-runtime images you can use for each of your application containers.</br>
1414
See [all of the options you can use](/create-apps/app-reference/single-runtime-image.md) to define your app using a single-runtime image.
1515

16-
## Composable image
16+
## Composable image (BETA)
1717

1818
The {{% vendor/name %}} composable image provides more flexibility than single-runtime images.
1919
When using a composable image, you can define a stack (or group of packages) for your application container to use.

sites/upsun/src/create-apps/app-reference/composable-image.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
title: "Composable image"
33
weight: 5
44
description: Use {{% vendor/name %}}'s composable image to build and deploy your app.
5+
beta: true
6+
banner:
7+
title: Beta Feature
8+
body: The {{% vendor/name %}} composable image is currently available in Beta.
9+
This feature as well as its documentation is subject to change.
510
---
611

712
The {{% vendor/name %}} composable image provides enhanced flexibility when defining your app.

0 commit comments

Comments
 (0)