Skip to content

Commit

Permalink
refactor(create): update screenshots in quick start tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed May 2, 2022
1 parent e1b7171 commit c5c5c4f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,16 @@ Let's see how to [Create a page](./create-a-page.md).

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
![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

Markdown code blocks are supported with Syntax highlighting.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {

The locale dropdown now appears in your navbar:

![Locale Dropdown](/img/tutorial/localeDropdown.png)
![Locale Dropdown](./img/localeDropdown.png)

## Build your localized site

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit c5c5c4f

Please sign in to comment.