From a077d1dbbfde09fdecd331aff1608930fc5bb3b7 Mon Sep 17 00:00:00 2001 From: orangepigment <88874983+orangepigment@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:24:43 +0300 Subject: [PATCH] docs: Add links to videos and articles to the website (#275) Add links to videos and articles to the website. Closes #255 --- docs/_docs/index.md | 3 ++- docs/_docs/talks-and-articles.md | 21 +++++++++++++++++++++ docs/sidebar.yml | 1 + 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 docs/_docs/talks-and-articles.md diff --git a/docs/_docs/index.md b/docs/_docs/index.md index 82d5f17f..a0ac8d9f 100644 --- a/docs/_docs/index.md +++ b/docs/_docs/index.md @@ -20,4 +20,5 @@ This website contains documentation and tutorial to take Iron in hand. ## Useful links - [[API docs|io.github.iltotore.iron]] -- [References](reference/index.md) \ No newline at end of file +- [References](reference/index.md) +- [Talks and articles](talks-and-articles.md) \ No newline at end of file diff --git a/docs/_docs/talks-and-articles.md b/docs/_docs/talks-and-articles.md new file mode 100644 index 00000000..ea0694c9 --- /dev/null +++ b/docs/_docs/talks-and-articles.md @@ -0,0 +1,21 @@ +--- +title: "Talks and articles" +--- + +# Talks and articles + +## Talks/Videos + +- [How to write library docs | Iron review](https://www.youtube.com/watch?v=4pq1elOap9k) by [@Zelenya](https://github.com/Zelenya) +- Armored type safety with Iron by [@rlemaitre](https://github.com/rlemaitre) and [@vbergeron](https://github.com/vbergeron) (chronological order): + - [Scala Matters 2023 edition](https://www.youtube.com/watch?v=lrdBoYSKSnw) + - [Scala.IO Nantes 2024 edition](https://www.youtube.com/watch?v=I3BvpzFVBto) + - [Scalar edition](https://www.youtube.com/watch?v=ZVQ72Zh4wjg) + - [ScalaMatsuri edition](https://www.youtube.com/watch?v=SrocjO2_2_w) +- 🇫🇷 [[Sunny Tech 2024] Codez sans crainte: Scala 3 et Iron, les Héros de la Fiabilité en Prog Fonctionnel](https://www.youtube.com/watch?v=TGkZ2P8aVA4) + by [@rlemaitre](https://github.com/rlemaitre) and [@vbergeron](https://github.com/vbergeron) (again) + +## Articles + +- [What makes library docs great [Library review: Iron]](https://dev.to/zelenya/what-makes-library-docs-great-library-review-iron-518a) by [@Zelenya](https://github.com/Zelenya) (written version of the video mentioned above) +- [Type safety with Iron](https://blog.michal.pawlik.dev/posts/scala/iron/) by [@majk-p](https://github.com/majk-p) \ No newline at end of file diff --git a/docs/sidebar.yml b/docs/sidebar.yml index 30bd6e64..ea044b6e 100644 --- a/docs/sidebar.yml +++ b/docs/sidebar.yml @@ -5,6 +5,7 @@ subsection: - page: code-of-conduct.md - page: contributing.md - page: comparison-refined.md + - page: talks-and-articles.md - title: "Reference" directory: reference index: reference/index.md