docs: add primers to docs

This commit is contained in:
Zach Daniel 2023-09-20 18:01:33 -04:00
parent 6a2f0e41e5
commit 9d0359a2ed
2 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,10 @@
Calculations in Ash allow for displaying complex values as a top level value of a resource.
## Primer
<iframe width="560" height="315" src="https://www.youtube.com/embed/oxaqpDlI-Hk?si=leaR-xQ5SD7PKOXo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
## Declaring calculations on a resource
### Expression Calculations

View file

@ -14,6 +14,10 @@ The Livebook tutorial is self contained and separate from the documentation belo
[![Run in Livebook](https://livebook.dev/badge/v1/pink.svg)](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Fash-project%2Fash_tutorial%2Fblob%2Fmaster%2Foverview.livemd)
## Watch the ElixirConf Talk
<iframe width="560" height="315" class="rounded-xl w-full aspect-video" src="https://www.youtube.com/embed/c4iou77kOFc?si=gxPdzGng5cQTrr7P" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />
## Goals
In this guide we will: