Skip to content

Commit

Permalink
Mention where mike serve serves from
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed Jan 22, 2024
1 parent 3c1659f commit 83d580d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,9 @@ production server, you can serve them locally via:
mike serve
```

By default, this serves the docs on `http://localhost:8000`, but you can
change this with `-a`/`--dev-addr`.
This serves your current documentation as committed to your `gh-pages` branch.
By default, it serves the docs at `http://localhost:8000`, but you can change
this with `-a`/`--dev-addr`.

> [!CAUTION]
> `mike serve` and `mkdocs serve` should be used *for testing only*. To host
Expand Down

0 comments on commit 83d580d

Please sign in to comment.