mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-26 22:47:49 +02:00
docs: make localhost links clickable (#7582)
* docs: clickable localhost links * revert changes in auto-generated examples folder Co-authored-by: dht <dht@users.noreply.github.com>
This commit is contained in:
parent
7869e74fd7
commit
5c9e4a2dcd
17 changed files with 21 additions and 21 deletions
|
@ -39,7 +39,7 @@ Start your site on the French locale:
|
|||
npm run start -- --locale fr
|
||||
```
|
||||
|
||||
Your localized site is accessible at `http://localhost:3000/fr/` and the `Getting Started` page is translated.
|
||||
Your localized site is accessible at [http://localhost:3000/fr/](http://localhost:3000/fr/) and the `Getting Started` page is translated.
|
||||
|
||||
:::caution
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue