Skip to content

Commit 5bbfa3c

Browse files
author
Mateu Aguiló Bosch
committed
docs: add links to videos
1 parent b935532 commit 5bbfa3c

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

Diff for: .emdaer/README.emdaer.md

+6
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
runEmdaer: false
6161
-->
6262

63+
<!--emdaer-p
64+
- '@emdaer/plugin-import'
65+
- path: .emdaer/docs/videos.md
66+
runEmdaer: false
67+
-->
68+
6369
## Contributors
6470
<!--emdaer-p
6571
- '@emdaer/plugin-contributors-details-github'

Diff for: .emdaer/docs/videos.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Videos
2+
Take a look at the video series for the ContentaJS GraphQL introduction.
3+
4+
|[![ContentaJS GraphQL video](https://img.youtube.com/vi/TrfuwNV5cUQ/0.jpg)](https://www.youtube.com/watch?v=TrfuwNV5cUQ)|[![ContentaJS GraphQL video](https://img.youtube.com/vi/KEd4rsIQBug/0.jpg)](https://www.youtube.com/watch?v=KEd4rsIQBug)|[![ContentaJS GraphQL video](https://img.youtube.com/vi/Qnlm2gCKcwo/0.jpg)](https://www.youtube.com/watch?v=Qnlm2gCKcwo)|[![ContentaJS GraphQL video](https://img.youtube.com/vi/j492r-M5-8A/0.jpg)](https://www.youtube.com/watch?v=j492r-M5-8A)|
5+
|[![ContentaJS GraphQL video](https://img.youtube.com/vi/TLx4EmAP1TY/0.jpg)](https://www.youtube.com/watch?v=TLx4EmAP1TY)|[![ContentaJS GraphQL video](https://img.youtube.com/vi/7eLsfIZYuvU/0.jpg)](https://www.youtube.com/watch?v=7eLsfIZYuvU)|[![ContentaJS GraphQL video](https://img.youtube.com/vi/xMn-jRFJ_lo/0.jpg)](https://www.youtube.com/watch?v=xMn-jRFJ_lo)|[![ContentaJS GraphQL video](https://img.youtube.com/vi/TrfuwNV5cUQ/0.jpg)](https://www.youtube.com/watch?v=TrfuwNV5cUQ)|

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-->
66

77
<!--
8-
emdaerHash:0d18edd03b3fb0e634476a9c62ca4794
8+
emdaerHash:ffed72627ed6a0d132db5d46b0614511
99
-->
1010

1111
<h1 id="contentajs-graphql-img-align-right-src-logo-svg-alt-contenta-logo-title-contenta-logo-width-100-">ContentaJS GraphQL <img align="right" src="./logo.svg" alt="Contenta logo" title="Contenta logo" width="100"></h1>
@@ -27,6 +27,7 @@ That will show the necessary code to add GraphQL to your Contenta project.</p>
2727
<li><a href="#examples">Examples</a></li>
2828
</ul>
2929
</li>
30+
<li><a href="#videos">Videos</a></li>
3031
<li><a href="#contributors">Contributors</a></li>
3132
<li><a href="#license">License</a></li>
3233
</ul>
@@ -93,6 +94,10 @@ like:</p>
9394
curl -X GET \
9495
'http://localhost:3000/graphql?query={recipesByAuthor(authorName:"Umami"){title,id,random,author{name}}}'
9596
</code></pre>
97+
<h2 id="videos">Videos</h2>
98+
<p>Take a look at the video series for the ContentaJS GraphQL introduction.</p>
99+
<p>|<a href="https://www.youtube.com/watch?v=TrfuwNV5cUQ"><img src="https://img.youtube.com/vi/TrfuwNV5cUQ/0.jpg" alt="ContentaJS GraphQL video"></a>|<a href="https://www.youtube.com/watch?v=KEd4rsIQBug"><img src="https://img.youtube.com/vi/KEd4rsIQBug/0.jpg" alt="ContentaJS GraphQL video"></a>|<a href="https://www.youtube.com/watch?v=Qnlm2gCKcwo"><img src="https://img.youtube.com/vi/Qnlm2gCKcwo/0.jpg" alt="ContentaJS GraphQL video"></a>|<a href="https://www.youtube.com/watch?v=j492r-M5-8A"><img src="https://img.youtube.com/vi/j492r-M5-8A/0.jpg" alt="ContentaJS GraphQL video"></a>|
100+
|<a href="https://www.youtube.com/watch?v=TLx4EmAP1TY"><img src="https://img.youtube.com/vi/TLx4EmAP1TY/0.jpg" alt="ContentaJS GraphQL video"></a>|<a href="https://www.youtube.com/watch?v=7eLsfIZYuvU"><img src="https://img.youtube.com/vi/7eLsfIZYuvU/0.jpg" alt="ContentaJS GraphQL video"></a>|<a href="https://www.youtube.com/watch?v=xMn-jRFJ_lo"><img src="https://img.youtube.com/vi/xMn-jRFJ_lo/0.jpg" alt="ContentaJS GraphQL video"></a>|<a href="https://www.youtube.com/watch?v=TrfuwNV5cUQ"><img src="https://img.youtube.com/vi/TrfuwNV5cUQ/0.jpg" alt="ContentaJS GraphQL video"></a>|</p>
96101
<h2 id="contributors">Contributors</h2>
97102
<details>
98103
<summary><strong>Contributors</strong></summary><br>

0 commit comments

Comments
 (0)