Skip to content

Commit

Permalink
adds ExDoc for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Mar 18, 2016
1 parent 942bfba commit 11de034
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
erl_crash.dump
*.ez
mix.lock
doc/
6 changes: 5 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ defmodule NewRelixir.Mixfile do

def project do
[app: :new_relixir,
name: "New Relixir",
version: "0.0.1",
elixir: "~> 1.1",
source_url: "https://github.com/TheRealReal/new-relixir",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
aliases: aliases,
Expand All @@ -19,7 +21,9 @@ defmodule NewRelixir.Mixfile do
defp deps do
[{:phoenix, "~> 1.1"},
{:ecto, "~> 1.1"},
{:newrelic, git: "https://github.com/wooga/newrelic-erlang.git"}]
{:newrelic, git: "https://github.com/wooga/newrelic-erlang.git"},
{:earmark, "~> 0.1", only: :dev},
{:ex_doc, "~> 0.11", only: :dev}]
end

defp aliases do
Expand Down

0 comments on commit 11de034

Please sign in to comment.