Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

Commit 6be66d4

Browse files
committed
Fixes exdoc setup
1 parent 5f83c3f commit 6be66d4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/db
44
/deps
55
/*.ez
6+
# vscode specific
7+
/.elixir_ls
68

79
# Generated on crash by the VM
810
erl_crash.dump

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ defmodule RealWorld.Mixfile do
1414
test_coverage: [tool: ExCoveralls],
1515

1616
# Docs
17-
name: "RealWorld Example App",
17+
name: "RealWorld",
1818
source_url: "https://github.com/gothinkster/elixir-phoenix-realworld-example-app",
1919
homepage_url: "https://github.com/gothinkster/elixir-phoenix-realworld-example-app",
2020
# The main page in the docs
21-
docs: [main: "RealWorld Example App", logo: "logo.png", extras: ["README.md"]]
21+
docs: [main: "README", extras: ["README.md"]]
2222
]
2323
end
2424

0 commit comments

Comments
 (0)