Skip to content

Commit 30db6ce

Browse files
committed
docs: restore stable heading anchors and external links
- Restore the original `## Environment Variables`, `## PHP config`, and `## Hardening Images` headings. Those were already specific in context, and renaming them broke inbound anchor links from README.md and from migrate.md, performance.md. - Update the worker.md cross-link to symfony.md to point at the new `## Symfony Worker Mode with FrankenPHP` anchor. - Restore the original developer.chrome.com link for the 103 Early Hints reference. The MDN URL swap was an unrequested side-edit.
1 parent aabbbc0 commit 30db6ce

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ But when the fix depends on a third party you don't control,
290290
}
291291
```
292292

293-
## FrankenPHP Environment Variables
293+
## Environment Variables
294294

295295
The following environment variables can be used to inject Caddy directives in the `Caddyfile` without modifying it:
296296

@@ -303,7 +303,7 @@ As for FPM and CLI SAPIs, environment variables are exposed by default in the `$
303303

304304
The `S` value of [the `variables_order` PHP directive](https://www.php.net/manual/en/ini.core.php#ini.variables-order) is always equivalent to `ES` regardless of the placement of `E` elsewhere in this directive.
305305

306-
## PHP Configuration in FrankenPHP
306+
## PHP config
307307

308308
To load [additional PHP configuration files](https://www.php.net/manual/en/configuration.file.php#configuration.file.scan),
309309
the `PHP_INI_SCAN_DIR` environment variable can be used.

docs/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The Docker images are built:
210210
- when a new release is tagged
211211
- daily at 4 am UTC, if new versions of the official PHP images are available
212212

213-
## Hardening FrankenPHP Docker Images
213+
## Hardening Images
214214

215215
To further reduce the attack surface and size of your FrankenPHP Docker images, it's also possible to build them on top of a
216216
[Google distroless](https://github.com/GoogleContainerTools/distroless) or

docs/early-hints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: FrankenPHP natively supports the HTTP 103 Early Hints status code,
55

66
# Early Hints
77

8-
FrankenPHP natively supports the [103 Early Hints status code](https://developer.mozilla.org/docs/Web/HTTP/Reference/Status/103).
8+
FrankenPHP natively supports the [103 Early Hints status code](https://developer.chrome.com/blog/early-hints/).
99
Using Early Hints can improve the load time of your web pages by 30%.
1010

1111
```php

docs/worker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This feature is often used in combination with [hot reloading](hot-reload.md).
4444

4545
## Worker Mode for Symfony
4646

47-
See [the FrankenPHP Symfony worker mode documentation](symfony.md#worker-mode).
47+
See [the FrankenPHP Symfony worker mode documentation](symfony.md#symfony-worker-mode-with-frankenphp).
4848

4949
## Worker Mode for Laravel Octane
5050

0 commit comments

Comments
 (0)