From 08c3b291c695ded59eb72bdcf6bb75307364d315 Mon Sep 17 00:00:00 2001 From: cavemansspa Date: Mon, 20 Nov 2017 17:30:08 -0500 Subject: [PATCH] docs: Learning section (#1817) --- docs/learning-mithril.md | 5 +++++ docs/nav-guides.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 docs/learning-mithril.md 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)