Skip to content

Commit a0099fd

Browse files
committed
docs: update links
1 parent 7704f98 commit a0099fd

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/content/docs/1.getting-started/2.installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This configuration creates a default `content` collection that processes all Mar
5858
The `type: page` means there is a 1-to-1 relationship between content files and pages on your site.
5959
::
6060

61-
::note{to="/docs/usage/collections"}
61+
::note{to="/docs/collections/define"}
6262
Learn more in our **Collections guide**.
6363
::
6464

@@ -72,7 +72,7 @@ Create a `content/index.md` file in your project root directory:
7272
Here is some content.
7373
```
7474

75-
Read more about writing [Markdown pages](/docs/usage/markdown).
75+
Read more about writing [Markdown pages](/docs/files/markdown).
7676

7777
### Display your Page
7878

docs/content/docs/2.collections/1.collections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ type Collection = {
116116
}
117117
```
118118
119-
::note{to="/docs/usage/types"}
119+
::note{to="/docs/collections/types"}
120120
Learn more about collection types.
121121
::
122122
@@ -135,7 +135,7 @@ type CollectionSource = {
135135
}
136136
```
137137
138-
::note{to="/docs/usage/sources"}
138+
::note{to="/docs/collections/sources"}
139139
Learn more about collection sources.
140140
::
141141

docs/content/docs/2.collections/2.types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The data type is useful for content that doesn’t directly correspond to a webp
101101
With data collections, you have complete control over the schema, allowing you to define custom structures.
102102

103103
::note
104-
There’s no strict relationship between collection type and file extension. For instance, a **page** collection can use [Markdown](/docs/usage/markdown) or [YAML](/docs/usage/yaml) or JS[Markdown](/docs/usage/json) files, and **data** collections can use any of these formats as well.
104+
There’s no strict relationship between collection type and file extension. For instance, a **page** collection can use [Markdown](/docs/files/markdown) or [YAML](/docs/files/yaml) or [JSON](/docs/files/json) files, and **data** collections can use any of these formats as well.
105105
::
106106

107107
## Ordering Files

docs/content/docs/3.files/1.markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ description: 'meta description of the page'
8989
| ------------------------------------------- | :-------: | ------------------------------------- | -------------------------------------------------------------------------------------------------------- |
9090
| `title` | `string` | First `<h1>`{lang="html"} of the page | Title of the page, will also be injected in metas |
9191
| `description` | `string` | First `<p>`{lang="html"} of the page | Description of the page, will be shown below the title and injected into the metas |
92-
| `navigation` | `boolean` | `true` | Define if the page is included in [`queryCollectionNavigation`](/docs/usage/navigation) return value. |
92+
| `navigation` | `boolean` | `true` | Define if the page is included in [`queryCollectionNavigation`](/docs/utils/query-collection-navigation) return value. |
9393

9494
### Vue Components
9595

docs/content/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ sections:
6363
icon: i-lucide-code-xml
6464
links:
6565
- label: Learn more about MDC
66-
to: /docs/usage/markdown#mdc-syntax
66+
to: /docs/files/markdown#mdc-syntax
6767
trailingIcon: i-lucide-arrow-right
6868
color: neutral
6969
variant: subtle

0 commit comments

Comments
 (0)