diff options
author | 2021-07-14 13:41:51 -0400 | |
---|---|---|
committer | 2021-07-14 13:41:51 -0400 | |
commit | d40edb0b673f380c9eb9c07add3e0cd2371d9623 (patch) | |
tree | 0ec0d3487ac15cb609402f2f4f7e9c6fd5a6227b /docs/reference/builtin-components.md | |
parent | d07f3d4186ee0ffe5acb74ebc76c15a5611268fa (diff) | |
download | astro-d40edb0b673f380c9eb9c07add3e0cd2371d9623.tar.gz astro-d40edb0b673f380c9eb9c07add3e0cd2371d9623.tar.zst astro-d40edb0b673f380c9eb9c07add3e0cd2371d9623.zip |
Docs sync (#680)
* test ignoring examples from workspace
* docs sync
Diffstat (limited to 'docs/reference/builtin-components.md')
-rw-r--r-- | docs/reference/builtin-components.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/builtin-components.md b/docs/reference/builtin-components.md index 63d61ba74..109a5cba0 100644 --- a/docs/reference/builtin-components.md +++ b/docs/reference/builtin-components.md @@ -1,6 +1,6 @@ --- layout: ~/layouts/Main.astro -title: Astro Builtin Components +title: Built-In Components --- Astro includes several builtin components for you to use in your projects. All builtin components are available via `import {} from 'astro/components';`. @@ -16,10 +16,10 @@ import { Markdown } from 'astro/components'; </Markdown> ``` -See our [Markdown Guide](/docs/guides/markdown-content.md) for more info. - +See our [Markdown Guide](/guides/markdown-content) for more info. <!-- TODO: We should move some of the specific component info here. --> + ## `<Prism />` ```astro |