Skip to content

Commit

Permalink
Fix vendor name in network-storage.md (platformsh#4131)
Browse files Browse the repository at this point in the history
* Fix vendor name in network-storage.md

* missing update on the Upsun side

---------

Co-authored-by: Florent Huck <[email protected]>
  • Loading branch information
pjcdawkins and flovntp authored Jul 30, 2024
1 parent a7da379 commit 9f8c1da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sites/platform/src/add-services/network-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ mounts:
- `<SERVICE_NAME>` is the name you [defined in step 1](#1-configure-the-service).
- `<SOURCE_PATH>` specifies where the mount points inside the service.</br>
If the `source_path` is an empty string (`""`), your mount points to the entire service.</br>
If you don’t define a `source_path`, {{ .Site.Params.vendor.name }} uses the `MOUNT_PATH` as default value, without leading or trailing slashes.
If you don’t define a `source_path`, {{% vendor/name %}} uses the `MOUNT_PATH` as default value, without leading or trailing slashes.
For example, if your mount lives in the `/my/files/` directory within your app container, it will point to a `my/files` directory within the service.

### Example configuration
Expand Down
2 changes: 1 addition & 1 deletion sites/upsun/src/add-services/network-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
- `<SERVICE_NAME>` is the name you [defined in step 1](#1-configure-the-service).
- `<SOURCE_PATH>` specifies where the mount points inside the service.</br>
If the `source_path` is an empty string (`""`), your mount points to the entire service.</br>
If you don’t define a `source_path`, {{ .Site.Params.vendor.name }} uses the `MOUNT_PATH` as default value, without leading or trailing slashes.
If you don’t define a `source_path`, {{% vendor/name %}} uses the `MOUNT_PATH` as default value, without leading or trailing slashes.
For example, if your mount lives in the `/my/files/` directory within your app container, it will point to a `my/files` directory within the service.

### Example configuration
Expand Down

0 comments on commit 9f8c1da

Please sign in to comment.