Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove broken links in translations
  • Loading branch information
sarah11918 authored Sep 26, 2025
commit 713a34fd89d8cceb97ef67542d3d2b501cd0c49f
4 changes: 2 additions & 2 deletions src/content/docs/en/guides/upgrade-to/v5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ function useRoute(route: IntegrationRouteData) {
}
```

<ReadMore>See the [API reference for `IntegrationRouteData`](/en/reference/integrations-reference/#integrationroutedata-type-reference).</ReadMore>
<ReadMore>See the API reference for `IntegrationRouteData`.</ReadMore>

### Changed: `distURL` is now an array (Integrations API)

Expand All @@ -1139,7 +1139,7 @@ if (route.distURL) {
}
```

<ReadMore>See the [API reference for `IntegrationRouteData`](/en/reference/integrations-reference/#integrationroutedata-type-reference).</ReadMore>
<ReadMore>See the [API reference for `IntegrationRouteData`.</ReadMore>

### Changed: Arguments passed to `app.render()` (Adapter API)

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/en/reference/adapter-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ If not provided, Astro will fallback to its default behavior for fetching error
**Default:** `app.match(request)`
</p>

Provide a value for [`integrationRouteData`](/en/reference/integrations-reference/#integrationroutedata-type-reference) if you already know the route to render. Doing so will bypass the internal call to [`app.match`](#appmatch) to determine the route to render.
Provide a value for `integrationRouteData` if you already know the route to render. Doing so will bypass the internal call to [`app.match`](#appmatch) to determine the route to render.

```js "routeData"
const routeData = app.match(request);
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ja/reference/adapter-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ try {

###### `routeData`オプション

レンダリングするルートが事前に分かっている場合は、このオプションで[`routeData`](/ja/reference/integrations-reference/#integrationroutedata-type-reference)を指定できます。これにより、ルートを決定するための[`app.match`](#appmatchrequestメソッド)の内部呼び出しをスキップできます。
レンダリングするルートが事前に分かっている場合は、このオプションで`routeData`を指定できます。これにより、ルートを決定するための[`app.match`](#appmatchrequestメソッド)の内部呼び出しをスキップできます。

```js "routeData"
const routeData = app.match(request);
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/ko/guides/upgrade-to/v5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ function useRoute(route: IntegrationRouteData) {
}
```

<ReadMore>[`IntegrationRouteData`에 대한 API 참조](/ko/reference/integrations-reference/#integrationroutedata-타입-참조)를 확인하세요.</ReadMore>
<ReadMore>`IntegrationRouteData`에 대한 API 참조를 확인하세요.</ReadMore>

### 변경됨: `distURL`은 이제 배열입니다 (통합 API)

Expand All @@ -1133,7 +1133,7 @@ if (route.distURL) {
}
```

<ReadMore>[`IntegrationRouteData`에 대한 API 참조](/ko/reference/integrations-reference/#integrationroutedata-타입-참조)를 확인하세요.</ReadMore>
<ReadMore>`IntegrationRouteData`에 대한 API 참조를 확인하세요.</ReadMore>

### 변경됨: `app.render()`에 전달되는 인수 (어댑터 API)

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ko/reference/adapter-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ return app.render(request, {
**기본값:** `app.match(request)`
</p>

렌더링할 경로를 이미 알고 있는 경우 [`integrationRouteData`](/ko/reference/integrations-reference/#integrationroutedata-타입-참조)에 대한 값을 제공하세요. 그렇게 하면 렌더링할 경로를 결정하기 위해 [`app.match`](#appmatch)에 대한 내부 호출을 우회하게 됩니다.
렌더링할 경로를 이미 알고 있는 경우 `integrationRouteData`에 대한 값을 제공하세요. 그렇게 하면 렌더링할 경로를 결정하기 위해 [`app.match`](#appmatch)에 대한 내부 호출을 우회하게 됩니다.

```js "routeData"
const routeData = app.match(request);
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/ko/reference/integrations-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ export default {

<p>

**타입:** <code>Map\<<a href="#integrationroutedata-타입-참조">IntegrationRouteData</a>, URL\></code><br />
**타입:** <code>Map\IntegrationRouteData, URL\></code><br />
<Since v="2.7.0" />
</p>

Expand Down Expand Up @@ -1216,7 +1216,7 @@ export default function myIntegration() {

<p>

**타입:** [`IntegrationRouteData[]`](#integrationroutedata-타입-참조)
**타입:** `IntegrationRouteData[]`
</p>

생성된 모든 경로와 연결된 메타데이터 목록입니다.
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/zh-cn/guides/upgrade-to/v5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ function useRoute(route: IntegrationRouteData) {
}
```

<ReadMore>请参阅 [`IntegrationRouteData` 的 API 参考](/zh-cn/reference/integrations-reference/#integrationroutedata-类型参考)。</ReadMore>
<ReadMore>请参阅 `IntegrationRouteData` 的 API 参考。</ReadMore>

### 改动:`distURL` 现在是一个数组(集成 API)

Expand All @@ -1135,7 +1135,7 @@ if (route.distURL) {
}
```

<ReadMore>请参阅 [`IntegrationRouteData` 的 API 参考](/zh-cn/reference/integrations-reference/#integrationroutedata-类型参考)</ReadMore>
<ReadMore>请参阅 `IntegrationRouteData` 的 API 参考</ReadMore>

### 改动:传递给 `app.render()` 的参数(适配器 API)

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/zh-cn/reference/adapter-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ return app.render(request, {
**默认值:** `app.match(request)`
</p>

如果你已经知道要渲染的路由,请为 [`integrationRouteData`](/zh-cn/reference/integrations-reference/#integrationroutedata-类型参考) 提供一个值。这样做将绕过内部调用 [`app.match`](#appmatch) 来确定要渲染的路由。
如果你已经知道要渲染的路由,请为 `integrationRouteData` 提供一个值。这样做将绕过内部调用 [`app.match`](#appmatch) 来确定要渲染的路由。

```js "routeData"
const routeData = app.match(request);
Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/zh-cn/reference/integrations-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ function setPrerender() {

<p>

**类型:** [`IntegrationResolvedRoute[]`](#integrationroutedata-类型参考)
**类型:** `IntegrationResolvedRoute[]`
</p>

一个包含了所有路由及其关联元数据的列表。
Expand Down Expand Up @@ -1074,7 +1074,7 @@ export default {

<p>

**类型:** <code>Map\<<a href="#integrationroutedata-类型参考">IntegrationRouteData</a>, URL\></code><br />
**类型:** <code>Map\IntegrationRouteData, URL\></code><br />
<Since v="2.7.0" />
</p>

Expand Down Expand Up @@ -1214,7 +1214,7 @@ export default function myIntegration() {

<p>

**类型:** [`IntegrationRouteData[]`](#integrationroutedata-类型参考)
**类型:** `IntegrationRouteData[]`
</p>

所有生成的路由及其相关元数据的列表。
Expand Down
Loading