Skip to content

Commit

Permalink
[automated commit] Bump docs to versions 2.33.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 Jan 9, 2025
1 parent 015aa89 commit 5361d15
Show file tree
Hide file tree
Showing 196 changed files with 69 additions and 3 deletions.
16 changes: 16 additions & 0 deletions docs/packages/astro/caching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import Issues from '../../getting-started/issues.md';

# Caching

When using Platformatic Astro, you can easily cache your pages and actions.

First of all, make sure you use a [composer](../../composer/overview.md) as the entrypoint of the application.

Then, enable `httpCache` in the [application configuration](../../runtime/configuration.md#httpcache) file.

Finally, make sure your pages return a proper `Cache-Control` header.
See the [Astro documentation](https://docs.astro.build/en/guides/on-demand-rendering/#astroresponseheaders) to learn more.

You are all set!

<Issues />
16 changes: 16 additions & 0 deletions docs/packages/remix/caching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import Issues from '../../getting-started/issues.md';

# Caching

When using Platformatic Refix, you can easily cache your pages and actions.

First of all, make sure you use a [composer](../../composer/overview.md) as the entrypoint of the application.

Then, enable `httpCache` in the [application configuration](../../runtime/configuration.md#httpcache) file.

Finally, make sure your pages return a proper `Cache-Control` header.
See the [Astro documentation](https://remix.run/docs/en/main/route/headers) to learn more.

You are all set!

<Issues />
3 changes: 2 additions & 1 deletion sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
"collapsed": true,
"items": [
"packages/astro/overview",
"packages/astro/configuration"
"packages/astro/configuration",
"packages/astro/caching"
]
},
{
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions versioned_docs/version-2.33.0/packages/astro/caching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import Issues from '../../getting-started/issues.md';

# Caching

When using Platformatic Astro, you can easily cache your pages and actions.

First of all, make sure you use a [composer](../../composer/overview.md) as the entrypoint of the application.

Then, enable `httpCache` in the [application configuration](../../runtime/configuration.md#httpcache) file.

Finally, make sure your pages return a proper `Cache-Control` header.
See the [Astro documentation](https://docs.astro.build/en/guides/on-demand-rendering/#astroresponseheaders) to learn more.

You are all set!

<Issues />
16 changes: 16 additions & 0 deletions versioned_docs/version-2.33.0/packages/remix/caching.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import Issues from '../../getting-started/issues.md';

# Caching

When using Platformatic Refix, you can easily cache your pages and actions.

First of all, make sure you use a [composer](../../composer/overview.md) as the entrypoint of the application.

Then, enable `httpCache` in the [application configuration](../../runtime/configuration.md#httpcache) file.

Finally, make sure your pages return a proper `Cache-Control` header.
See the [Astro documentation](https://remix.run/docs/en/main/route/headers) to learn more.

You are all set!

<Issues />
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
"collapsed": true,
"items": [
"packages/astro/overview",
"packages/astro/configuration"
"packages/astro/configuration",
"packages/astro/caching"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
"2.32.0",
"2.33.0",
"1.53.4"
]

0 comments on commit 5361d15

Please sign in to comment.