diff options
author | 2021-09-03 11:06:25 -0700 | |
---|---|---|
committer | 2021-09-03 11:06:25 -0700 | |
commit | e282e8e4ac7077a43b48bd692cfa28bbe4a9bdd0 (patch) | |
tree | df18ae4a08575666e3616427438ecfb3e500dc61 /docs/src/pages/getting-started.md | |
parent | 373e44d0a59339fd6b15280afd4b35b05fc94deb (diff) | |
download | astro-e282e8e4ac7077a43b48bd692cfa28bbe4a9bdd0.tar.gz astro-e282e8e4ac7077a43b48bd692cfa28bbe4a9bdd0.tar.zst astro-e282e8e4ac7077a43b48bd692cfa28bbe4a9bdd0.zip |
Add new <Code> component, to succeed <Prism> (#1208)
* add code component
* Update packages/astro/components/Debug.astro
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
* Update packages/astro/components/Debug.astro
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
* fix format in debug component
* remove Debug changes
* add wrap support
* add props docs
* update default theme
Co-authored-by: Peter Singh <drgaud@hotmail.com>
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
Diffstat (limited to 'docs/src/pages/getting-started.md')
-rw-r--r-- | docs/src/pages/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/getting-started.md b/docs/src/pages/getting-started.md index b1d1563f5..73ac8e0d7 100644 --- a/docs/src/pages/getting-started.md +++ b/docs/src/pages/getting-started.md @@ -38,7 +38,7 @@ Our helpful guide on [Astro components](/core-concepts/astro-components) introdu ### API Reference -This documentation section is useful when you want to learn more details about a particular Astro API. For example, [Configuration Reference](/reference/configuration-reference) lists all possible configuration options available to you. [Built-in Components Reference](/reference/builtin-components) lists all available core components, like `<Markdown />` and `<Prism />`. +This documentation section is useful when you want to learn more details about a particular Astro API. For example, [Configuration Reference](/reference/configuration-reference) lists all possible configuration options available to you. [Built-in Components Reference](/reference/builtin-components) lists all available core components, like `<Markdown />` and `<Code />`. ### Versioned Documentation |