Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
greenlaw110 committed Sep 7, 2017
1 parent 7355e7f commit e497c94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/index.md
Expand Up @@ -23,6 +23,9 @@ If you are new to [Dependency Injection](https://en.wikipedia.org/wiki/Dependenc

If you are a veteran [Guice](https://github.com/google/guice) user, go straight to [Binding](binding.md) and walk through into Genie specific features including

* [Inject Collection and Map](doc/container.md)
* [Load bean from other sources](doc/value.md)

If you are curious about Genie's performance, please checkout [performance benchmark](performance.md)

* [Inject collection and map](container.md)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Expand Up @@ -14,6 +14,6 @@ pages:
- 'Scoping' : 'scope.md'
- 'Genie Bonus' :
- 'Inject collection and map' : 'container.md'
- 'Inject value' : 'value.md'
- 'Load bean from other sources' : 'value.md'
- 'Sample projects' : 'sample.md'
- 'Performance Benchmark' : 'performance.md'

0 comments on commit e497c94

Please sign in to comment.