mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +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
|
@ -20,7 +20,7 @@ Create a markdown file at `docs/hello.md`:
|
|||
This is my **first Docusaurus document**!
|
||||
```
|
||||
|
||||
A new document is now available at `http://localhost:3000/docs/hello`.
|
||||
A new document is now available at [http://localhost:3000/docs/hello](http://localhost:3000/docs/hello).
|
||||
|
||||
## Configure the Sidebar
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue