summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Gastler2024-02-08 16:02:14 +0100
committerGitHub2024-02-08 16:02:14 +0100
commitd95cc1933ab3ad11e8dadb596842d1717dd5b358 (patch)
tree5f4a2b78a9586ac4b44bddef7fd0843f670f7a2f
parentbefe03d4ac8723b9af59ee41281a7379b1a564c8 (diff)
downloadIT.starlight-d95cc1933ab3ad11e8dadb596842d1717dd5b358.tar.gz
IT.starlight-d95cc1933ab3ad11e8dadb596842d1717dd5b358.tar.bz2
IT.starlight-d95cc1933ab3ad11e8dadb596842d1717dd5b358.zip
[i18nIgnore] docs: fix `editLink` example (#1466)
-rw-r--r--docs/src/content/docs/de/reference/configuration.mdx2
-rw-r--r--docs/src/content/docs/es/reference/configuration.mdx2
-rw-r--r--docs/src/content/docs/fr/reference/configuration.mdx2
-rw-r--r--docs/src/content/docs/id/reference/configuration.mdx2
-rw-r--r--docs/src/content/docs/it/reference/configuration.mdx2
-rw-r--r--docs/src/content/docs/ja/reference/configuration.mdx2
-rw-r--r--docs/src/content/docs/ko/reference/configuration.mdx2
-rw-r--r--docs/src/content/docs/pt-br/reference/configuration.mdx2
-rw-r--r--docs/src/content/docs/reference/configuration.mdx2
-rw-r--r--docs/src/content/docs/zh-cn/reference/configuration.mdx2
10 files changed, 10 insertions, 10 deletions
diff --git a/docs/src/content/docs/de/reference/configuration.mdx b/docs/src/content/docs/de/reference/configuration.mdx
index a937320a..03df0286 100644
--- a/docs/src/content/docs/de/reference/configuration.mdx
+++ b/docs/src/content/docs/de/reference/configuration.mdx
@@ -79,7 +79,7 @@ starlight({
});
```
-Mit dieser Konfiguration würde eine `/einfuehrung` einen Bearbeitungslink haben, der auf `https://github.com/withastro/starlight/edit/main/src/docs/einfuehrung.md` zeigt.
+Mit dieser Konfiguration würde eine `/einfuehrung` einen Bearbeitungslink haben, der auf `https://github.com/withastro/starlight/edit/main/src/content/docs/einfuehrung.md` zeigt.
### `sidebar`
diff --git a/docs/src/content/docs/es/reference/configuration.mdx b/docs/src/content/docs/es/reference/configuration.mdx
index 7b71811c..42ef859d 100644
--- a/docs/src/content/docs/es/reference/configuration.mdx
+++ b/docs/src/content/docs/es/reference/configuration.mdx
@@ -78,7 +78,7 @@ starlight({
});
```
-Con esta configuración, una página `/introduction` tendría un enlace de edición que apunta a `https://github.com/withastro/starlight/edit/main/src/docs/introduction.md`.
+Con esta configuración, una página `/introduction` tendría un enlace de edición que apunta a `https://github.com/withastro/starlight/edit/main/src/content/docs/introduction.md`.
### `sidebar`
diff --git a/docs/src/content/docs/fr/reference/configuration.mdx b/docs/src/content/docs/fr/reference/configuration.mdx
index 06c0c5be..df9885a8 100644
--- a/docs/src/content/docs/fr/reference/configuration.mdx
+++ b/docs/src/content/docs/fr/reference/configuration.mdx
@@ -79,7 +79,7 @@ starlight({
});
```
-Avec cette configuration, une page `/introduction` aurait un lien d'édition pointant vers `https://github.com/withastro/starlight/edit/main/src/docs/introduction.md`.
+Avec cette configuration, une page `/introduction` aurait un lien d'édition pointant vers `https://github.com/withastro/starlight/edit/main/src/content/docs/introduction.md`.
### `sidebar`
diff --git a/docs/src/content/docs/id/reference/configuration.mdx b/docs/src/content/docs/id/reference/configuration.mdx
index 3ab8a6ab..469f9d31 100644
--- a/docs/src/content/docs/id/reference/configuration.mdx
+++ b/docs/src/content/docs/id/reference/configuration.mdx
@@ -79,7 +79,7 @@ starlight({
});
```
-Dengan konfigurasi ini, halaman `/introduction` akan memiliki tautan untuk mengedit yang mengarah ke `https://github.com/withastro/starlight/edit/main/src/docs/introduction.md`.
+Dengan konfigurasi ini, halaman `/introduction` akan memiliki tautan untuk mengedit yang mengarah ke `https://github.com/withastro/starlight/edit/main/src/content/docs/introduction.md`.
### `sidebar`
diff --git a/docs/src/content/docs/it/reference/configuration.mdx b/docs/src/content/docs/it/reference/configuration.mdx
index f502ad02..7b3e584e 100644
--- a/docs/src/content/docs/it/reference/configuration.mdx
+++ b/docs/src/content/docs/it/reference/configuration.mdx
@@ -79,7 +79,7 @@ starlight({
});
```
-Con questa configurazione, una pagina `/introduction` avrà un link di modifica a `https://github.com/withastro/starlight/edit/main/src/docs/introduction.md`.
+Con questa configurazione, una pagina `/introduction` avrà un link di modifica a `https://github.com/withastro/starlight/edit/main/src/content/docs/introduction.md`.
### `sidebar`
diff --git a/docs/src/content/docs/ja/reference/configuration.mdx b/docs/src/content/docs/ja/reference/configuration.mdx
index 1db60e19..8deecb5f 100644
--- a/docs/src/content/docs/ja/reference/configuration.mdx
+++ b/docs/src/content/docs/ja/reference/configuration.mdx
@@ -78,7 +78,7 @@ starlight({
});
```
-この設定により、`/introduction`ページには`https://github.com/withastro/starlight/edit/main/src/docs/introduction.md`を指す編集リンクが表示されます。
+この設定により、`/introduction`ページには`https://github.com/withastro/starlight/edit/main/src/content/docs/introduction.md`を指す編集リンクが表示されます。
### `sidebar`
diff --git a/docs/src/content/docs/ko/reference/configuration.mdx b/docs/src/content/docs/ko/reference/configuration.mdx
index 59784c34..fc4b01ef 100644
--- a/docs/src/content/docs/ko/reference/configuration.mdx
+++ b/docs/src/content/docs/ko/reference/configuration.mdx
@@ -79,7 +79,7 @@ starlight({
});
```
-이 구성을 통해 `/introduction` 페이지에 있는 편집 링크는 `https://github.com/withastro/starlight/edit/main/src/docs/introduction.md`를 가리킵니다.
+이 구성을 통해 `/introduction` 페이지에 있는 편집 링크는 `https://github.com/withastro/starlight/edit/main/src/content/docs/introduction.md`를 가리킵니다.
### `sidebar`
diff --git a/docs/src/content/docs/pt-br/reference/configuration.mdx b/docs/src/content/docs/pt-br/reference/configuration.mdx
index d5dfa64f..be1f7c07 100644
--- a/docs/src/content/docs/pt-br/reference/configuration.mdx
+++ b/docs/src/content/docs/pt-br/reference/configuration.mdx
@@ -79,7 +79,7 @@ starlight({
});
```
-Com essa configuração, uma página `/introducao` teria um link de edição apontando para `https://github.com/withastro/starlight/edit/main/src/docs/introducao.md`.
+Com essa configuração, uma página `/introducao` teria um link de edição apontando para `https://github.com/withastro/starlight/edit/main/src/content/docs/introducao.md`.
### `sidebar`
diff --git a/docs/src/content/docs/reference/configuration.mdx b/docs/src/content/docs/reference/configuration.mdx
index 5b34b402..e401c59e 100644
--- a/docs/src/content/docs/reference/configuration.mdx
+++ b/docs/src/content/docs/reference/configuration.mdx
@@ -79,7 +79,7 @@ starlight({
});
```
-With this config, a `/introduction` page would have an edit link pointing to `https://github.com/withastro/starlight/edit/main/src/docs/introduction.md`.
+With this config, a `/introduction` page would have an edit link pointing to `https://github.com/withastro/starlight/edit/main/src/content/docs/introduction.md`.
### `sidebar`
diff --git a/docs/src/content/docs/zh-cn/reference/configuration.mdx b/docs/src/content/docs/zh-cn/reference/configuration.mdx
index 5aa41c5d..cfea47a5 100644
--- a/docs/src/content/docs/zh-cn/reference/configuration.mdx
+++ b/docs/src/content/docs/zh-cn/reference/configuration.mdx
@@ -79,7 +79,7 @@ starlight({
});
```
-使用此配置,`/introduction` 页面将具有指向 `https://github.com/withastro/starlight/edit/main/src/docs/introduction.md` 的编辑链接。
+使用此配置,`/introduction` 页面将具有指向 `https://github.com/withastro/starlight/edit/main/src/content/docs/introduction.md` 的编辑链接。
### `sidebar`