From bc9b033f01c268f492455a9abb3e42bc4cd5efc4 Mon Sep 17 00:00:00 2001 From: gak Date: Tue, 15 Nov 2016 10:06:25 -0800 Subject: [PATCH] Add a resources page to the documentation and start with a couple of videos from current and former Dagger developers. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139214012 --- _layouts/default.html | 3 +++ resources.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 resources.md diff --git a/_layouts/default.html b/_layouts/default.html index 019d8a317f2..1bf06355685 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -52,6 +52,9 @@ + + + diff --git a/resources.md b/resources.md new file mode 100644 index 00000000000..1a554383fff --- /dev/null +++ b/resources.md @@ -0,0 +1,30 @@ +--- +layout: default +title: Resources +--- + +This is a collection of resources from contributors that may provide +useful in getting started with Dagger 2. + +## Videos + +* [Dagger 2 - A New Type of dependency + injection](https://www.youtube.com/watch?v=oK_XtfXPkqw) + + Gregory Kick + + Aug 21, 2014 + +* [The Future of Dependency Injection with Dagger + 2](https://www.youtube.com/watch?v=plK0zyRLIP8) + + Jake Wharton + + Jan 4, 2016 + +* [Understanding Dagger 2's Generated + Code](https://www.youtube.com/watch?v=wCvXe2LsN5o) + + Ron Shapiro & David P. Baker + + Nov 10, 2016