refactor(create): update screenshots in quick start tutorial (#7286)

This commit is contained in:
Joshua Chen 2022-05-04 18:00:12 +08:00 committed by GitHub
parent 7a3894e664
commit 881430078e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 5 additions and 3 deletions

View file

@ -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
![Docusaurus logo](/img/docusaurus.png) ![Docusaurus logo](/img/docusaurus.png)
@ -51,6 +51,8 @@ Add an image at `static/img/docusaurus.png` and display it in Markdown:
![Docusaurus logo](/img/docusaurus.png) ![Docusaurus logo](/img/docusaurus.png)
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

View file

@ -45,7 +45,7 @@ module.exports = {
The docs version dropdown appears in your navbar: The docs version dropdown appears in your navbar:
![Docs Version Dropdown](/img/tutorial/docsVersionDropdown.png) ![Docs Version Dropdown](./img/docsVersionDropdown.png)
## Update an existing version ## Update an existing version

View file

@ -71,7 +71,7 @@ module.exports = {
The locale dropdown now appears in your navbar: The locale dropdown now appears in your navbar:
![Locale Dropdown](/img/tutorial/localeDropdown.png) ![Locale Dropdown](./img/localeDropdown.png)
## 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