diff --git a/docs/learning-mithril.md b/docs/learning-mithril.md new file mode 100644 index 00000000..fb599df8 --- /dev/null +++ b/docs/learning-mithril.md @@ -0,0 +1,5 @@ +# Learning Mithril + +Links to Mithril learning content: + +- [Mithril 0-60](https://scrimba.com/playlist/playlist-34) diff --git a/docs/nav-guides.md b/docs/nav-guides.md index 872ce86b..4a5be9df 100644 --- a/docs/nav-guides.md +++ b/docs/nav-guides.md @@ -9,6 +9,7 @@ - [Animation](animation.md) - [Testing](testing.md) - [Examples](examples.md) + - [Learning Mithril](learning-mithril.md) - Key concepts - [Vnodes](vnodes.md) - [Components](components.md)