mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 20:32:42 +02:00
docs: normalized spelling of web server
(#1473)
This commit is contained in:
parent
cb7c6f34b9
commit
54a00e7a04
14 changed files with 20 additions and 20 deletions
|
@ -88,7 +88,7 @@ I can write content using [GitHub-flavored Markdown syntax](https://github.githu
|
|||
}
|
||||
```
|
||||
|
||||
4. Kill your webserver (<kbd>Cmd</kbd> + <kbd>C</kbd> or <kbd>Ctrl</kbd> + <kbd>C</kbd>) and restart it (with `npm run start`) because a server restart is needed for sidebar changes.
|
||||
4. Kill your web server (<kbd>Cmd</kbd> + <kbd>C</kbd> or <kbd>Ctrl</kbd> + <kbd>C</kbd>) and restart it (with `npm run start`) because a server restart is needed for sidebar changes.
|
||||
5. Navigate to http://localhost:3000/docs/doc4.
|
||||
|
||||
You've created your first documentation page on Docusaurus! The `sidebars.json` is where you specify the order of your documentation pages and in the front matter of the Markdown file is where you provide metadata about that page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue