mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
refactor(create): update screenshots in quick start tutorial (#7286)
This commit is contained in:
parent
7a3894e664
commit
881430078e
7 changed files with 5 additions and 3 deletions
|
@ -43,7 +43,7 @@ Let's see how to [Create a page](./create-a-page.md).
|
||||||
|
|
||||||
Regular Markdown images are supported.
|
Regular Markdown images are supported.
|
||||||
|
|
||||||
Add an image at `static/img/docusaurus.png` and display it in Markdown:
|
You can use absolute paths to reference images in the static directory (`static/img/docusaurus.png`):
|
||||||
|
|
||||||
```md
|
```md
|
||||||

|

|
||||||
|
@ -51,6 +51,8 @@ Add an image at `static/img/docusaurus.png` and display it in Markdown:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
You can reference images relative to the current file as well, as shown in [the extra guides](../tutorial-extras/manage-docs-versions.md).
|
||||||
|
|
||||||
## Code Blocks
|
## Code Blocks
|
||||||
|
|
||||||
Markdown code blocks are supported with Syntax highlighting.
|
Markdown code blocks are supported with Syntax highlighting.
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
|
@ -45,7 +45,7 @@ module.exports = {
|
||||||
|
|
||||||
The docs version dropdown appears in your navbar:
|
The docs version dropdown appears in your navbar:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Update an existing version
|
## Update an existing version
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,7 @@ module.exports = {
|
||||||
|
|
||||||
The locale dropdown now appears in your navbar:
|
The locale dropdown now appears in your navbar:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Build your localized site
|
## Build your localized site
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
Binary file not shown.
Before Width: | Height: | Size: 29 KiB |
Loading…
Add table
Add a link
Reference in a new issue