Skip to content

Commit 83d580d

Browse files
committed
Mention where mike serve serves from
1 parent 3c1659f commit 83d580d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@ production server, you can serve them locally via:
162162
mike serve
163163
```
164164

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

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

0 commit comments

Comments
 (0)