mirror of https://github.com/dapr/docs.git
Removing on needed upper case (#882)
This commit is contained in:
parent
a2b5fe3f2b
commit
da6f259223
|
@ -126,7 +126,7 @@ This HTML will display the `dapr-overview.png` image on the `overview.md` page:
|
||||||
<img src="/images/overview-dapr-overview.png" width=1000 alt="Overview diagram of Dapr and its building blocks">
|
<img src="/images/overview-dapr-overview.png" width=1000 alt="Overview diagram of Dapr and its building blocks">
|
||||||
```
|
```
|
||||||
|
|
||||||
### Tabbed Content
|
### Tabbed content
|
||||||
Tabs are made possible through [Hugo shortcodes](https://gohugo.io/content-management/shortcodes/).
|
Tabs are made possible through [Hugo shortcodes](https://gohugo.io/content-management/shortcodes/).
|
||||||
|
|
||||||
The overall format is:
|
The overall format is:
|
||||||
|
@ -195,7 +195,7 @@ brew install dapr/tap/dapr-cli
|
||||||
|
|
||||||
{{< /tabs >}}
|
{{< /tabs >}}
|
||||||
|
|
||||||
### YouTube Videos
|
### YouTube videos
|
||||||
Hugo can automatically embed YouTube videos using a shortcode:
|
Hugo can automatically embed YouTube videos using a shortcode:
|
||||||
```
|
```
|
||||||
{{</* youtube [VIDEO ID] */>}}
|
{{</* youtube [VIDEO ID] */>}}
|
||||||
|
|
Loading…
Reference in New Issue