Skip to content

Commit

Permalink
docs: fix markdown notices
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Sep 24, 2024
1 parent 6c0292a commit f62244f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ This is an opt-in configuration that needs to be added to the global options in
}
```

> ![CAUTION]
> [!CAUTION]
>
> Enabling this option may cause old HTTP/1.x clients that don't support full-duplex to deadlock.
This can also be configured using the `CADDY_GLOBAL_OPTIONS` environment config:
Expand Down
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ To develop easily with FrankenPHP, mount the directory from your host containing
docker run -v $PWD:/app/public -p 80:80 -p 443:443 -p 443:443/udp --tty my-php-app
```

> ![TIP]
> [!TIP]
>
> The `--tty` option allows to have nice human-readable logs instead of JSON logs.
Expand Down
2 changes: 1 addition & 1 deletion docs/fr/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Pour développer facilement avec FrankenPHP, montez le répertoire de l'hôte co
docker run -v $PWD:/app/public -p 80:80 -p 443:443 -p 443:443/udp --tty my-php-app
```

> ![TIP]
> [!TIP]
>
> L'option --tty permet d'avoir des logs lisibles par un humain au lieu de logs JSON.
Expand Down
2 changes: 1 addition & 1 deletion docs/fr/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ docker run \
dunglas/frankenphp
```

> ![CAUTION]
> [!CAUTION]
>
> Assurez-vous de remplacer `172.17.0.3` par l'IP qui sera attribuée à votre conteneur.
Expand Down
3 changes: 2 additions & 1 deletion docs/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ As the static binary doesn't bundle TLS certificates, you need to point OpenSSL
Inspect the output of [`openssl_get_cert_locations()`](https://www.php.net/manual/en/function.openssl-get-cert-locations.php),
to find where CA certificates must be installed and store them at this location.

> ![WARNING]
> [!WARNING]
>
> Web and CLI contexts may have different settings.
> Be sure to run `openssl_get_cert_locations()` in the proper context.
Expand Down
2 changes: 1 addition & 1 deletion docs/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Then, to start FrankenPHP in worker mode through Octane, run:
PATH="$PWD:$PATH" ./frankenphp php-cli artisan octane:frankenphp
```
> ![CAUTION]
> [!CAUTION]
>
> For the command to work, the standalone binary **must** be named `frankenphp`
> because Octane needs a program named `frankenphp` available in the path.
4 changes: 2 additions & 2 deletions docs/tr/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ FrankenPHP ile kolayca geliştirme yapmak için, uygulamanın kaynak kodunu içe
docker run -v $PWD:/app/public -p 80:80 -p 443:443 -p 443:443/udp --tty my-php-app
```

> ![İPUCU]
> [!TIP]
>
> `--tty' seçeneği JSON günlükleri yerine insan tarafından okunabilir güzel günlüklere sahip olmayı sağlar.
> `--tty` seçeneği JSON günlükleri yerine insan tarafından okunabilir güzel günlüklere sahip olmayı sağlar.
Docker Compose ile:

Expand Down

0 comments on commit f62244f

Please sign in to comment.