Skip to content

Commit 959f19e

Browse files
committed
fix: callout syntax, don't use link/code in title
1 parent bc28979 commit 959f19e

File tree

12 files changed

+30
-25
lines changed

12 files changed

+30
-25
lines changed

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/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/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

content/doc/applications/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ You can use `DISABLE_<extension_name>=true` in your [environment variables](/dev
509509

510510
By default, an [FS Bucket](/developers/doc/addons/fs-bucket/) is created for each PHP applications, so that session data is available on each instance. This FS Bucket is also used to store TMP files by default. You can change this behavior by setting the `TMPDIR` environment variable. You can set it to `/tmp` for example.
511511

512-
>[!NOTE] FS Buckets are not available in HDS regions
512+
> [!NOTE] FS Buckets are not available in HDS regions
513513
> 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.
514514
515515
### Speed up or disable the session FS Bucket

content/doc/applications/static.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ aliases:
1313

1414
Static is a flexible, light and simple runtime dedicated to static sites generators (SSG), designed for minimum configuration effort with Auto-build feature. Pico instances are available, it allows users to put services in front of it, such as [Redirection.io](https://www.clever-cloud.com/developers/doc/reference/reference-environment-variables/#use-redirectionio-as-a-proxy) or [Varnish](/developers/doc/administrate/cache/).
1515

16-
> [!NOTE] Static 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)
16+
> [!NOTE] Static is a new runtime
17+
> 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)
1718
1819
## Create your Static application
1920

@@ -86,7 +87,7 @@ Supported Static Site Generators (SSG) are:
8687
* Build command: `hugo --gc --minify --destination <out-dir>`
8788
* Detected file: `hugo.json`, `hugo.toml`, `hugo.yaml`
8889

89-
>[!TIP] Set the Hugo version
90+
> [!TIP] Set the Hugo version
9091
>Use a specific Hugo version by setting the `CC_HUGO_VERSION` environment variable to `0.145`, `0.146`, `0.147` (default) or `0.148`
9192
9293
### mdBook

content/doc/applications/v.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ description: Build and deploy your V (Vlang) based API and applications
99

1010
[V](https://vlang.io) is a very simple modern language, similar to Go. It's a statically typed compiled programming language designed for building maintainable software. Its design has also been influenced by Oberon, Rust, Swift, Kotlin, and Python. One of its forces is it comes with [a strong standard library](https://modules.vlang.io/), built-in modules and a package manager. Thus, it includes a web server easy to use in V applications : [Veb](https://modules.vlang.io/veb.html).
1111

12-
> [!NOTE] V (Vlang) 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] V (Vlang) 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 V (Vlang) application
1516

content/doc/cli/applications/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Default region is our Paris datacenters (`par`), but it can be:
6868
- `syd` (Sydney, OVHcloud)
6969
- `wsw` (Warsaw, OVHcloud)
7070

71-
> [!NOTE] To benefit from certified hosting for health data, you need to deploy in an HDS zone and to sign up to a specific contract. \
72-
> This begins with [an initial discussion with our team](https://www.clever-cloud.com/fr/hebergement-donnees-de-sante/contact-hds/).
71+
> [!NOTE] To benefit from certified hosting for health data, you need to deploy in an HDS zone and to sign up to a specific contract
72+
> This begins by having [an initial discussion with Clever Cloud team](https://www.clever-cloud.com/fr/hebergement-donnees-de-sante/contact-hds/)
7373
7474
After the application creation, you can ask for a `json` formatted report instead of an `human` sentence:
7575

0 commit comments

Comments
 (0)