Skip to content

Commit 5975e37

Browse files
authored
Merge branch 'main' into guides/send
2 parents 65c3d53 + 126240e commit 5975e37

File tree

20 files changed

+42
-25
lines changed

20 files changed

+42
-25
lines changed

content/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ layout: hextra-home
66
disableSidebar: false
77
type: default
88
width: normal
9+
aliases:
10+
- /doc/developer
911
---
1012
<!-- markdownlint-disable MD033 MD034-->
1113
{{< hextra/hero-badge link="https://github.com/clevercloud/documentation">}}

content/doc/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ comments: false
66
linkTitle: Documentation
77
aliases:
88
- /clever-cloud-overview
9+
- /doc/en
10+
- /documentation
911
---
1012

1113
{{< hextra/hero-subtitle >}}

content/doc/addons/fs-bucket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FS Buckets are provided for application needing file-system backward compatibili
2828
- FS Buckets are note available in Health Data Hosting (HDS) Zone
2929
- Clever Cloud provides automated backups every 24 hours, with only 72 hours of retention for FS Buckets (7 days for databases)
3030

31-
>[!NOTE] PHP applications includes a default FS Bucket for session storage
31+
> [!NOTE] PHP applications includes a default FS Bucket for session storage
3232
> To deploy a PHP application on an HDS region, set [`CC_PHP_DISABLE_APP_BUCKET=true`](/developers/doc/applications/php/#speed-up-or-disable-the-session-fs-bucket). Consider using Redis to manage PHP sessions.
3333
3434
## Configuring your application

content/doc/addons/keycloak.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ The number of realms significantly impacts the overall performances. **Use as fe
124124

125125
You can also create a realm from the Keycloak administrator console. On the dropdown menu from the top left corner, click `create realm`.
126126

127-
>[!NOTE]
128-
Starting with `26.2` release, Keycloak add-ons on Clever Cloud come with `admin-cli` client disabled by default. If you need it for provisioning through a `direct access grant`, you must enable it first.
127+
> [!NOTE]
128+
> Starting with `26.2` release, Keycloak add-ons on Clever Cloud come with `admin-cli` client disabled by default. If you need it for provisioning through a `direct access grant`, you must enable it first.
129129
130130
### Exporting realms data
131131

content/doc/addons/mongodb.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ keywords:
1111
- nosql
1212
- database
1313
aliases:
14+
- /doc/mongodb
1415
- /doc/deploy/addon/mongodb
1516
- /doc/deploy/addon/mongodb/mongodb
1617
- /doc/deploy/addon/mongodb/managing-mongodb

content/doc/administrate/cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ keywords:
1717
and the client. Following rules defined by the user, Varnish will cache the data of an application to reduce the load on its server. We use **Varnish 7.7.1 and varnish-modules 0.26.0**.
1818

1919

20-
>[!NOTE] Supported runtimes
21-
>Varnish is available on **FrankenPHP**, **Go**, **Linux**, **Node.js**, **PHP with Apache**, **Static**, and **V (Vlang)** applications
20+
> [!NOTE] Supported runtimes
21+
> Varnish is available on **FrankenPHP**, **Go**, **Linux**, **Node.js**, **PHP with Apache**, **Static**, and **V (Vlang)** applications
2222
2323
## Enable Varnish for your application
2424

content/doc/applications/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ keywords:
99
- deploy
1010

1111
aliases:
12+
- /doc/java/select-java-version
1213
- /doc/deploy/application
1314
- /doc/deploy
1415
comments: false

content/doc/applications/frankenphp.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ type: docs
1212

1313
It comes with many extensions and features such as early hints (HTTP 103), real-time capabilities with its built-in Mercure hub. FrankenPHP can also make your Laravel and Symfony projects faster than ever through their official integrations with the [worker mode](#worker-mode). Deploying PHP applications with FrankenPHP on Clever Cloud is straightforward and requires no complex configuration, nor Docker container.
1414

15-
> [!NOTE] FrankenPHP is a new runtime. Help us to improve it by reporting any issue or suggestion on the [Clever Cloud Community](https://github.com/CleverCloud/Community/discussions/categories/frankenphp)
15+
> [!NOTE] FrankenPHP is a new runtime
16+
> Help us to improve it by reporting any issue or suggestion on the [Clever Cloud Community](https://github.com/CleverCloud/Community/discussions/categories/frankenphp)
1617
1718
## Create your FrankenPHP application
1819

@@ -46,7 +47,8 @@ If a `composer.json` file is detected at the root of your project, it will be us
4647

4748
To install development dependencies, set the `CC_PHP_DEV_DEPENDENCIES` environment variable to `install`.
4849

49-
> [!TIP] To use a local Composer to install dependencies, put the `composer.phar` file at the root of your project
50+
> [!TIP] Use a local Composer version
51+
> If you put a `composer.phar` file at the root of your project, it will be used to install dependencies.
5052
5153
## Custom PHP configuration
5254

content/doc/applications/linux.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ description: Build and deploy any application with Mise and your favorite tools
99

1010
Clever Cloud platform provides a multi-runtime environment, including many tools to deploy and run your applications. The Linux runtime is a versatile solution to build and deploy any kind of application. The Mise package manager helps you to install and manage any supported dependencies Clever Cloud doesn't provide by default such as Dart, Gleam, Zig for example.
1111

12-
> [!NOTE] Linux is a new runtime. Help us to improve it by reporting any issue or suggestion on the [Clever Cloud Community](https://github.com/CleverCloud/Community/discussions/categories/paas-runtimes)
12+
> [!NOTE] Linux is a new runtime
13+
> Help us to improve it by reporting any issue or suggestion on the [Clever Cloud Community](https://github.com/CleverCloud/Community/discussions/categories/paas-runtimes)
1314
1415
## Create your Linux application
1516

@@ -35,7 +36,7 @@ During the build phase, Clever Cloud will run the `CC_BUILD_COMMAND` if provided
3536

3637
- [Learn more about Deployment hooks](/developers/doc/develop/build-hooks/)
3738

38-
>[!TIP] Use Mise package manager to define build/run commands
39+
> [!TIP] Use Mise package manager to define build/run commands
3940
> If you define `build` and `run` tasks in the `mise.toml` file [or as File Tasks](https://mise.jdx.dev/tasks/#tasks-in-mise-toml-files), Clever Cloud will automatically use them. `CC_BUILD_COMMAND` and `CC_RUN_COMMAND` have precedence over the `build` and `run` tasks defined by Mise.
4041
4142
## Clever Task and Multi-runtime approach

content/doc/applications/nodejs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ We support any package manager compatible with Node.js. The [environment variabl
106106

107107
You can also deploy using Deno with additional configuration. See the [Lume with Deno guide](/developers/guides/lume-deno/) for example.
108108

109-
>[!NOTE]
109+
> [!NOTE]
110110
> If a `bun.lock` or a `yarn.lock` file exists in your application's main folder, `bun`/`yarn` is used. To overwrite this behavior, either delete the `bun.lock`/`yarn.lock` file or set the `CC_NODE_BUILD_TOOL` environment variable.
111111
112112
### Set Node.js version
@@ -115,8 +115,8 @@ If you need a specific version or branch of Node.js, set `CC_NODE_VERSION`. You
115115

116116
{{< runtimes_versions node >}}
117117

118-
>[!NOTE]
119-
For legacy reasons, the system prioritizes to the `engines.node` value in `package.json` over the `CC_NODE_VERSION` environment variable when both are set.
118+
> [!NOTE]
119+
> For legacy reasons, the system prioritizes to the `engines.node` value in `package.json` over the `CC_NODE_VERSION` environment variable when both are set.
120120
121121
### Bun version
122122

0 commit comments

Comments
 (0)