Skip to content

Commit

Permalink
edit: update "since" to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jan 12, 2023
1 parent b21283f commit 441e2de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/en/guides/content-collections.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import TypeScriptSettingTabs from '~/components/tabs/TypeScriptSettingTabs.astro


<p>
<Since v="1.7.0" />
<Since v="2.0.0" />
</p>

Content collections help organize your Markdown or MDX and type-check your frontmatter with schemas. Collections may be helpful if you:
Expand Down
2 changes: 1 addition & 1 deletion src/pages/en/reference/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ Pagination will pass a `page` prop to every rendered page that represents a sing
## Content Collections

<p>
<Since v="1.7.0" />
<Since v="2.0.0" />
</p>

Content collections offer APIs to configure and query your Markdown or MDX documents in `src/content/`. For features and usage examples, [see our content collections guide](/en/guides/content-collections/).
Expand Down
2 changes: 1 addition & 1 deletion src/pages/en/reference/cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ This command only checks types within `.astro` files.
## `astro sync`

<p>
<Since v="1.7.0" />
<Since v="2.0.0" />
</p>

:::tip
Expand Down

0 comments on commit 441e2de

Please sign in to comment.