We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2217ed commit e305f27Copy full SHA for e305f27
mix.exs
@@ -81,11 +81,12 @@ defmodule ExDoc.Mixfile do
81
defp docs do
82
[
83
main: "readme",
84
- extras: [
85
- "README.md",
86
- "Cheatsheet.cheatmd",
87
- "CHANGELOG.md"
88
- ] ++ test_dev_examples(Mix.env()),
+ extras:
+ [
+ "README.md",
+ "Cheatsheet.cheatmd",
+ "CHANGELOG.md"
89
+ ] ++ test_dev_examples(Mix.env()),
90
source_ref: "v#{@version}",
91
source_url: @source_url,
92
groups_for_modules: [
@@ -95,7 +96,7 @@ defmodule ExDoc.Mixfile do
95
96
]
97
],
98
groups_for_extras: [
- "Examples": ~r"test/examples"
99
+ Examples: ~r"test/examples"
100
101
skip_undefined_reference_warnings_on: [
102
"CHANGELOG.md"
0 commit comments