summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-07-14 17:43:06 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-14 17:43:06 +0000
commit1583ef173ae36eb9f325c2d163df17ea49e244a9 (patch)
treeb97a58f9e0004ffb208c4cf5db31d0c4215f9418 /docs/reference
parentd40edb0b673f380c9eb9c07add3e0cd2371d9623 (diff)
downloadastro-1583ef173ae36eb9f325c2d163df17ea49e244a9.tar.gz
astro-1583ef173ae36eb9f325c2d163df17ea49e244a9.tar.zst
astro-1583ef173ae36eb9f325c2d163df17ea49e244a9.zip
[ci] yarn format
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/api-reference.md2
-rw-r--r--docs/reference/builtin-components.md2
-rw-r--r--docs/reference/cli-reference.md1
-rw-r--r--docs/reference/configuration-reference.md2
4 files changed, 3 insertions, 4 deletions
diff --git a/docs/reference/api-reference.md b/docs/reference/api-reference.md
index 834ab92c3..8797554e1 100644
--- a/docs/reference/api-reference.md
+++ b/docs/reference/api-reference.md
@@ -65,6 +65,7 @@ const data = Astro.fetchContent('../pages/post/*.md'); // returns an array of po
`Astro.site` returns a `URL` made from `buildOptions.site` in your Astro config. If undefined, this will return a URL generated from `localhost`.
## Collections API
+
### `collection` prop
```jsx
@@ -176,4 +177,3 @@ export default function () {
```
[canonical]: https://en.wikipedia.org/wiki/Canonical_link_element
-
diff --git a/docs/reference/builtin-components.md b/docs/reference/builtin-components.md
index 109a5cba0..54f22c2ea 100644
--- a/docs/reference/builtin-components.md
+++ b/docs/reference/builtin-components.md
@@ -17,8 +17,8 @@ import { Markdown } from 'astro/components';
```
See our [Markdown Guide](/guides/markdown-content) for more info.
-<!-- TODO: We should move some of the specific component info here. -->
+<!-- TODO: We should move some of the specific component info here. -->
## `<Prism />`
diff --git a/docs/reference/cli-reference.md b/docs/reference/cli-reference.md
index f8aeab7bf..9c718900c 100644
--- a/docs/reference/cli-reference.md
+++ b/docs/reference/cli-reference.md
@@ -21,7 +21,6 @@ Specifies should port to run on. Defaults to `3000`.
Builds your site for production.
-
## Global Flags
### `--config path`
diff --git a/docs/reference/configuration-reference.md b/docs/reference/configuration-reference.md
index 055024ca8..818267078 100644
--- a/docs/reference/configuration-reference.md
+++ b/docs/reference/configuration-reference.md
@@ -27,4 +27,4 @@ export default {
## Snowpack Config
-Astro is powered internally by Snowpack. You can configure Snowpack directly by creating a `snowpack.config.js` file. See [snowpack.dev](https://www.snowpack.dev/reference/configuration) for full documentation on this file. \ No newline at end of file
+Astro is powered internally by Snowpack. You can configure Snowpack directly by creating a `snowpack.config.js` file. See [snowpack.dev](https://www.snowpack.dev/reference/configuration) for full documentation on this file.