Skip to content

Commit

Permalink
[automated commit] Bump docs to versions 2.18.0, 1.53.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leorossi authored and github-actions[bot] committed Dec 3, 2024
1 parent cbf840c commit 87c9440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/http-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To enable HTTP caching, let's set the `httpCache` property to `true` in the root

```json
{
"$schema": "https://schemas.platformatic.dev/@platformatic/runtime/2.9.0.json",
"$schema": "https://schemas.platformatic.dev/@platformatic/runtime/2.19.0.json",
"entrypoint": "main",
"watch": true,
"autoload": {
Expand Down Expand Up @@ -167,7 +167,7 @@ Let's set the `X-Cache-Tags` header in the root `platformatic.json` file.

```json
{
"$schema": "https://schemas.platformatic.dev/@platformatic/runtime/2.9.0.json",
"$schema": "https://schemas.platformatic.dev/@platformatic/runtime/2.19.0.json",
"entrypoint": "main",
"watch": true,
"autoload": {
Expand Down

0 comments on commit 87c9440

Please sign in to comment.