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/cli-reference.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/cli-reference.md')
-rw-r--r-- | docs/reference/cli-reference.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/cli-reference.md b/docs/reference/cli-reference.md index b0b16c524..f8aeab7bf 100644 --- a/docs/reference/cli-reference.md +++ b/docs/reference/cli-reference.md @@ -7,7 +7,7 @@ title: CLI Reference ### `astro dev` -Runs the Astro development server. This starts an HTTP server that responds to requests for pages stored in `src/pages` (or which folder is specified in your [configuration](../README.md##%EF%B8%8F-configuration)). +Runs the Astro development server. This starts an HTTP server that responds to requests for pages stored in `src/pages` (or which folder is specified in your [configuration](/reference/configuration-reference)). See the [dev server](./dev.md) docs for more information on how the dev server works. @@ -21,6 +21,7 @@ Specifies should port to run on. Defaults to `3000`. Builds your site for production. + ## Global Flags ### `--config path` |