fix(create-docusaurus): improve init template misleading doc + add Docuaurus social card (#8279)

This commit is contained in:
Sébastien Lorber 2022-11-02 17:03:00 +01:00 committed by GitHub
parent 7387aabbdc
commit 7a023a2c41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 29 additions and 12 deletions

View file

@ -51,7 +51,11 @@ You can use absolute paths to reference images in the static directory (`static/
![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).
You can reference images relative to the current file as well. This is particularly useful to colocate images close to the Markdown files using them:
```md
![Docusaurus logo](./img/docusaurus.png)
```
## Code Blocks