[docs content] use "version" not since (#4043)
* [docs content] use "version" not since Change to use `@version` to create the `<Since />` component for docs. (not `@since) Also, quick sentence edit. * Update packages/astro/src/@types/astro.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
parent
813d392717
commit
ab8f4901a2
1 changed files with 2 additions and 2 deletions
|
@ -710,7 +710,7 @@ export interface AstroUserConfig {
|
|||
* @name Legacy Flags
|
||||
* @description
|
||||
* To help some users migrate between versions of Astro, we occasionally introduce `legacy` flags.
|
||||
* These flags let you to opt-in to some deprecated or otherwise outdated behavior of Astro
|
||||
* These flags allow you to opt in to some deprecated or otherwise outdated behavior of Astro
|
||||
* in the latest version, so that you can continue to upgrade and take advantage of new Astro releases.
|
||||
*/
|
||||
legacy?: {
|
||||
|
@ -719,7 +719,7 @@ export interface AstroUserConfig {
|
|||
* @name legacy.astroFlavoredMarkdown
|
||||
* @type {boolean}
|
||||
* @default `false`
|
||||
* @since 1.0.0-rc
|
||||
* @version 1.0.0-rc.1
|
||||
* @description
|
||||
* Enable Astro's pre-v1.0 support for components and JSX expressions in `.md` Markdown files.
|
||||
* In Astro `1.0.0-rc`, this original behavior was removed as the default, in favor of our new [MDX integration](/en/guides/integrations-guide/mdx/).
|
||||
|
|
Loading…
Reference in a new issue