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:
dht 2022-06-08 09:33:50 +03:00 committed by GitHub
parent 7869e74fd7
commit 5c9e4a2dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 21 additions and 21 deletions

View file

@ -26,6 +26,6 @@ Test your production build locally:
npm run serve
```
The `build` folder is now served at `http://localhost:3000/`.
The `build` folder is now served at [http://localhost:3000/](http://localhost:3000/).
You can now deploy the `build` folder **almost anywhere** easily, **for free** or very small cost (read the **[Deployment Guide](https://docusaurus.io/docs/deployment)**).