diff options
author | 2021-07-07 20:10:09 +0000 | |
---|---|---|
committer | 2021-07-07 20:10:09 +0000 | |
commit | 1bbe98ae54eb6018184fdc3875fe689775510ad6 (patch) | |
tree | eb8500d84704793c0d5b711f2e8f1b3822a83532 /docs/reference | |
parent | 53fcae1a9a26e3e2e9d6aca7ec71acc13a3556ea (diff) | |
download | astro-1bbe98ae54eb6018184fdc3875fe689775510ad6.tar.gz astro-1bbe98ae54eb6018184fdc3875fe689775510ad6.tar.zst astro-1bbe98ae54eb6018184fdc3875fe689775510ad6.zip |
[ci] yarn format
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/api-reference.md | 2 | ||||
-rw-r--r-- | docs/reference/builtin-components.md | 2 | ||||
-rw-r--r-- | docs/reference/cli-reference.md | 1 | ||||
-rw-r--r-- | docs/reference/configuration-reference.md | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/docs/reference/api-reference.md b/docs/reference/api-reference.md index 0f04682bf..f5e4da83c 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 @@ -179,4 +180,3 @@ export default function () { [config]: ../README.md#%EF%B8%8F-configuration [docs-collections]: ./collections.md [rss]: #-rss-feed - diff --git a/docs/reference/builtin-components.md b/docs/reference/builtin-components.md index 1ea265351..63d61ba74 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](/docs/guides/markdown-content.md) 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 ebd51a3c2..b0b16c524 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. |