Skip to content

Commit bc9b033

Browse files
gk5885ronshapiro
authored andcommitted
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
1 parent 9908e7d commit bc9b033

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
<paper-item label="Testing">
5353
<a href="http://google.github.io/dagger/testing.html"></a>
5454
</paper-item>
55+
<paper-item label="Resources">
56+
<a href="http://google.github.io/dagger/resources.html"></a>
57+
</paper-item>
5558
<paper-item label="FAQ">
5659
<a href="http://google.github.io/dagger/faq.html"></a>
5760
</paper-item>

resources.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: default
3+
title: Resources
4+
---
5+
6+
This is a collection of resources from contributors that may provide
7+
useful in getting started with Dagger 2.
8+
9+
## Videos
10+
11+
* [Dagger 2 - A New Type of dependency
12+
injection](https://www.youtube.com/watch?v=oK_XtfXPkqw)
13+
14+
Gregory Kick
15+
16+
Aug 21, 2014
17+
18+
* [The Future of Dependency Injection with Dagger
19+
2](https://www.youtube.com/watch?v=plK0zyRLIP8)
20+
21+
Jake Wharton
22+
23+
Jan 4, 2016
24+
25+
* [Understanding Dagger 2's Generated
26+
Code](https://www.youtube.com/watch?v=wCvXe2LsN5o)
27+
28+
Ron Shapiro & David P. Baker
29+
30+
Nov 10, 2016

0 commit comments

Comments
 (0)