Skip to content

Commit ab98f88

Browse files
authored
[docs] better text/links in config ref adapter entry (#13698)
1 parent 6a2cfd8 commit ab98f88

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changeset/purple-horses-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': patch
3+
---
4+
5+
Improves the configuration reference docs for the `adapter` entry with more relevant text and links.

packages/astro/src/types/public/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,9 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
363363
* @see output
364364
* @description
365365
*
366-
* Deploy to your favorite server, serverless, or edge host with build adapters. Import one of our first-party adapters for [Netlify](https://docs.astro.build/en/guides/deploy/netlify/#adapter-for-ssr), [Vercel](https://docs.astro.build/en/guides/deploy/vercel/#adapter-for-ssr), and more to engage Astro SSR.
366+
* Deploy to your favorite server, serverless, or edge host with build adapters. Import one of our first-party adapters ([Cloudflare](/en/guides/integrations-guide/cloudflare/), [Netlify](/en/guides/integrations-guide/netlify/), [Node.js](/en/guides/integrations-guide/node/), [Vercel](/en/guides/integrations-guide/vercel/)) or explore [community adapters](https://astro.build/integrations/2/?search=&categories%5B%5D=adapters) to enable on-demand rendering in your Astro project.
367367
*
368-
* [See our On-demand Rendering guide](https://docs.astro.build/en/guides/on-demand-rendering/) for more on SSR, and [our deployment guides](https://docs.astro.build/en/guides/deploy/) for a complete list of hosts.
368+
* See our [on-demand rendering guide](/en/guides/on-demand-rendering/) for more on Astro's server rendering options.
369369
*
370370
* ```js
371371
* import netlify from '@astrojs/netlify';

0 commit comments

Comments
 (0)