mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-20 12:37:01 +02:00
docs: clean up language in create new site tutorial (#1537)
* Clean up tutorial language Minor changes to clarify wording and grammar. * Update tutorial-create-new-site.md
This commit is contained in:
parent
43ff2b7670
commit
fa4d72d969
1 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,7 @@ id: tutorial-create-new-site
|
|||
title: Create a New Site
|
||||
---
|
||||
|
||||
In this section, we'll get our Docusaurus site up and running for local development. The process takes less than a few minutes.
|
||||
In this section, we'll get our Docusaurus site up and running for local development. The process only takes a few minutes.
|
||||
|
||||
<img alt="Docusaurus browser" src="/img/undraw_docusaurus_browser.svg" class="docImage"/>
|
||||
|
||||
|
@ -17,7 +17,7 @@ docusaurus-init
|
|||
|
||||
> The `Linking dependencies...` step might take a while, but it will finish eventually.
|
||||
|
||||
The following contents will be created for you in the directory you are in.
|
||||
The following contents will be created in your current directory. Some example documentation pages (under `docs`) and blog posts (under `website/blog`) are included.
|
||||
|
||||
```sh
|
||||
├── Dockerfile
|
||||
|
@ -58,11 +58,10 @@ The following contents will be created for you in the directory you are in.
|
|||
└── yarn.lock
|
||||
```
|
||||
|
||||
There would be some example documentation and blog pages generated.
|
||||
|
||||
2. Run `cd website` to go into the `website` directory.
|
||||
1. Run `npm start` or `yarn start`.
|
||||
|
||||
A browser window will open up at http://localhost:3000.
|
||||
|
||||
Congratulations, you have just made your first Docusaurus site! Click around the pages generated for you to see what's available.
|
||||
Congratulations, you have just made your first Docusaurus site! Click around the pages to get a feel for it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue