Skip to content

Commit

Permalink
docs: Add links to videos and articles to the website (#275)
Browse files Browse the repository at this point in the history
Add links to videos and articles to the website. Closes #255
  • Loading branch information
orangepigment authored Oct 1, 2024
1 parent 86fbe48 commit a077d1d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [References](reference/index.md)
- [Talks and articles](talks-and-articles.md)
21 changes: 21 additions & 0 deletions docs/_docs/talks-and-articles.md
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions docs/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a077d1d

Please sign in to comment.