Subin Lee
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
docs/en/docs/contributing.md
|
|
@ -107,7 +107,7 @@ $ cd docs/en/ |
|
|
|
Then run `mkdocs` in that directory: |
|
|
|
|
|
|
|
```console |
|
|
|
$ mkdocs serve --dev-addr 8008 |
|
|
|
$ mkdocs serve --dev-addr 127.0.0.1:8008 |
|
|
|
``` |
|
|
|
|
|
|
|
/// |
|
|
@ -245,7 +245,7 @@ $ cd docs/es/ |
|
|
|
Then run `mkdocs` in that directory: |
|
|
|
|
|
|
|
```console |
|
|
|
$ mkdocs serve --dev-addr 8008 |
|
|
|
$ mkdocs serve --dev-addr 127.0.0.1:8008 |
|
|
|
``` |
|
|
|
|
|
|
|
/// |
|
|
|