mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 09:19:16 +02:00
docs: fix localhost url without link (#8780)
This commit is contained in:
parent
88b6f5fc68
commit
ced57e501a
5 changed files with 5 additions and 5 deletions
|
@ -135,7 +135,7 @@ cd my-website
|
|||
npm run start
|
||||
```
|
||||
|
||||
By default, a browser window will open at http://localhost:3000.
|
||||
By default, a browser window will open at [http://localhost:3000](http://localhost:3000).
|
||||
|
||||
Congratulations! You have just created your first Docusaurus site! Browse around the site to see what's available.
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ cd my-website
|
|||
npm run start
|
||||
```
|
||||
|
||||
By default, a browser window will open at http://localhost:3000.
|
||||
By default, a browser window will open at [http://localhost:3000](http://localhost:3000).
|
||||
|
||||
Congratulations! You have just created your first Docusaurus site! Browse around the site to see what's available.
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ cd my-website
|
|||
npm run start
|
||||
```
|
||||
|
||||
By default, a browser window will open at http://localhost:3000.
|
||||
By default, a browser window will open at [http://localhost:3000](http://localhost:3000).
|
||||
|
||||
Congratulations! You have just created your first Docusaurus site! Browse around the site to see what's available.
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ cd my-website
|
|||
npm run start
|
||||
```
|
||||
|
||||
By default, a browser window will open at http://localhost:3000.
|
||||
By default, a browser window will open at [http://localhost:3000](http://localhost:3000).
|
||||
|
||||
Congratulations! You have just created your first Docusaurus site! Browse around the site to see what's available.
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ cd my-website
|
|||
npm run start
|
||||
```
|
||||
|
||||
By default, a browser window will open at http://localhost:3000.
|
||||
By default, a browser window will open at [http://localhost:3000](http://localhost:3000).
|
||||
|
||||
Congratulations! You have just created your first Docusaurus site! Browse around the site to see what's available.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue