Skip to content

Commit

Permalink
Change images paths (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: Adyan Imkenov <[email protected]>
  • Loading branch information
aimkenov21 and Adyan Imkenov authored Nov 12, 2024
1 parent 97c18c7 commit 939d2b9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Binary file added ru/_images/cover-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ru/_images/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ru/_images/mountain.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ru/project/pc-example1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ blocks:
background:
light:
image:
mobile: '../../_images/cover.png'
mobile: '../_images/cover.png'
desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover.png'
disableCompress: true
color: '#C6FE4D'
fullWidth: false
dark:
image:
mobile: '../../_images/cover-dark.png'
mobile: '../_images/cover-dark.png'
desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover-dark.png'
disableCompress: true
color: '#C6FE4D'
Expand Down
4 changes: 2 additions & 2 deletions ru/project/pc-example3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ blocks:
background:
light:
image:
mobile: '../../_images/cover.png'
mobile: '../_images/cover.png'
desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover.png'
disableCompress: true
color: '#C6FE4D'
fullWidth: false
dark:
image:
mobile: '../../_images/cover-dark.png'
mobile: '../_images/cover-dark.png'
desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-cover-dark.png'
disableCompress: true
color: '#C6FE4D'
Expand Down
8 changes: 4 additions & 4 deletions ru/syntax/media.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
Вы можете сделать изображение кликабельным, используя [правила оформления ссылок](./links.md). Для этого добавьте стандартную разметку изображения в ту часть, которая предназначена для указания текста ссылки.

```markdown
[![An old rock in the desert](../../_images/mountain.jpg "Mountain" =100x200)](https://yandex.com/images/search?text=mountain)
[![An old rock in the desert](../_images/mountain.jpg "Mountain" =100x200)](https://yandex.com/images/search?text=mountain)
```

**Результат:**

[![An old rock in the desert](../../_images/mountain.jpg "Mountain" =100x200)](https://yandex.com/images/search?text=mountain)
[![An old rock in the desert](../_images/mountain.jpg "Mountain" =100x200)](https://yandex.com/images/search?text=mountain)

### Reference-style разметка для изображений {#reference-style}

Expand All @@ -43,14 +43,14 @@
```markdown
![An old rock in the desert][image1]

[image1]: ../../_images/mountain.jpg "Mountain"
[image1]: ../_images/mountain.jpg "Mountain"
```

**Результат:**

![An old rock in the desert][image1]

[image1]: ../../_images/mountain.jpg "Mountain"
[image1]: ../_images/mountain.jpg "Mountain"

## Видео {#video}

Expand Down

0 comments on commit 939d2b9

Please sign in to comment.