[*] Update markdown
This commit is contained in:
parent
ee9d44fc60
commit
a87175f186
|
@ -19,7 +19,7 @@ create-missing = false
|
||||||
|
|
||||||
[serve]
|
[serve]
|
||||||
hostname = "localhost"
|
hostname = "localhost"
|
||||||
port = "3000"
|
port = 3000
|
||||||
|
|
||||||
[preprocessor.index]
|
[preprocessor.index]
|
||||||
|
|
||||||
|
@ -120,7 +120,7 @@ This controls the serve process of your book.
|
||||||
```toml
|
```toml
|
||||||
[serve]
|
[serve]
|
||||||
hostname = "localhost"
|
hostname = "localhost"
|
||||||
port = "3000"
|
port = 3000
|
||||||
```
|
```
|
||||||
|
|
||||||
- **hostname:** The hostname to serve the book, by default it will be `localhost`.
|
- **hostname:** The hostname to serve the book, by default it will be `localhost`.
|
||||||
|
|
Loading…
Reference in New Issue