You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/platform/src/create-apps/app-reference/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ You can add as many packages to your application container as you need.
25
25
26
26
{{% vendor/name %}} guarantees optimal user experience with the specific [set of packages](/create-apps/app-reference/composable-image.md#supported-nix-packages) it supports.
27
27
You can use any other package available from the [Nix Packages collection](https://search.nixos.org/), including unstable ones,
|`name`|`string`| Yes | No | A unique name for the app. Must be lowercase alphanumeric characters. Changing the name destroys data associated with the app. |
45
-
|`stack`| An array of [Nix packages](#stack)| Yes | No | A list of packages from the {{% vendor/name %}} collection of [supported runtimes](#supported-nix-packages) and/or from [NixPkgs](https://search.nixos.org/packages). |
45
+
|`stack`| An array of [Nix packages](#stack)| Yes | No | A list of packages from the {{% vendor/name %}} collection of [supported runtimes](#supported-nix-packages) and/or from [Nixpkgs](https://search.nixos.org/packages). |
46
46
|`size`| A [size](#sizes)|| Yes | How much resources to devote to the app. Defaults to `AUTO` in production environments. |
47
47
|`relationships`| A dictionary of [relationships](#relationships)|| Yes | Connections to other services and apps. |
48
48
|`disk`|`integer` or `null`|| Yes | The size of the disk space for the app in [MB](/glossary.md#mb). Minimum value is `128`. Defaults to `null`, meaning no disk is available. See [note on available space](#available-disk-space)|
Copy file name to clipboardExpand all lines: sites/platform/src/create-apps/app-reference/single-runtime-image.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ use the [`source.root` property](#source).
57
57
## Types
58
58
59
59
{{% note theme="info" %}}
60
-
You can now use the Upsun composable image (BETA) to install runtimes and tools in your application container.
60
+
You can now use the {{% vendor/name %}} composable image (BETA) to install runtimes and tools in your application container.
61
61
If you've reached this section from another page, you may be interested in supported `stacks` where `type` was referenced.
62
62
See [supported Nix packages for the `stack` key](/create-apps/app-reference/composable-image#supported-nix-packages) for more information.
63
63
{{% /note %}}
@@ -133,7 +133,7 @@ For more information, see how to [define relationships between your apps](/creat
133
133
New syntax (default and explicit endpoints) described below is supported by most, but not all, image types
134
134
(`Relationship 'SERVICE_NAME' of application 'app' ... targets a service without a valid default endpoint configuration.`).
135
135
This syntax is currently being rolled out for all images.
136
-
If you encounter this error, use the "legacy" Platform.sh configuration noted at the bottom of this section.
136
+
If you encounter this error, use the "legacy" {{% vendor/name %}} configuration noted at the bottom of this section.
137
137
138
138
{{< /note >}}
139
139
@@ -1079,7 +1079,7 @@ You can also set your [app's runtime timezone](/create-apps/timezone.md).
1079
1079
### Extensions
1080
1080
1081
1081
{{% note theme="info" %}}
1082
-
You can now use the Upsun composable image (BETA) to install runtimes and tools in your application container.
1082
+
You can now use the {{% vendor/name %}} composable image (BETA) to install runtimes and tools in your application container.
1083
1083
If you've reached this section from another page and are using the composable image, enabling/disabling extensions should be placed under the `stack` key instead of what is listed below.
1084
1084
See [how to configure extensions with the composable image](/create-apps/app-reference/composable-image#top-level-properties).
Copy file name to clipboardExpand all lines: sites/platform/src/create-apps/hooks/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ Because these steps should be done before the site accepts request, they should
113
113
All of this configuration and preparation can be handled in a bash script.
114
114
115
115
<!-- @todo: this context is not so simple to disentangle, so leaving for now -->
116
-
1. Copy the [preparation script from the Platform.sh template](https://github.com/platformsh-templates/nextjs-drupal/blob/master/api/platformsh-scripts/hooks.deploy.sh)
116
+
1. Copy the [preparation script from the {{% vendor/name %}} template](https://github.com/platformsh-templates/nextjs-drupal/blob/master/api/platformsh-scripts/hooks.deploy.sh)
117
117
into a file called `hooks.deploy.sh` in a `api/platformsh-scripts` directory.
118
118
Note that hooks are executed using the dash shell, not the bash shell used by SSH logins.
119
119
2. Copy the [Drush configuration script from the template](https://github.com/platformsh-templates/nextjs-drupal/blob/master/api/drush/platformsh_generate_drush_yml.php)
Copy file name to clipboardExpand all lines: sites/upsun/src/create-apps/app-reference/_index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ You can add as many packages to your application container as you need.
25
25
26
26
{{% vendor/name %}} guarantees optimal user experience with the specific [set of packages](/create-apps/app-reference/composable-image.md#supported-nix-packages) it supports.
27
27
You can use any other package available from the [Nix Packages collection](https://search.nixos.org/), including unstable ones,
0 commit comments