Add Ecto section and getting started link to Elixir (#2599)

This commit is contained in:
Zach Whitten 2017-10-17 13:09:03 -04:00 committed by eshellman
parent cd1324e11a
commit b60a0c63fd
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,7 @@
* [DTrace](#dtrace)
* [Elasticsearch](#elasticsearch)
* [Elixir](#elixir)
* [Ecto](#ecto)
* [Phoenix](#phoenix)
* [Emacs](#emacs)
* [Embedded Systems](#embedded-systems)
@ -1044,6 +1045,11 @@
* [Learning Elixir](http://learningelixir.joekain.com) - Joseph Kain Blog (HTML)
#### Ecto
* [Ecto Getting Started Guide](https://hexdocs.pm/ecto/getting-started.html#content) (HTML)
#### Phoenix
* [Phoenix v1.3.0 Guide](https://hexdocs.pm/phoenix/overview.html) (HTML)