Skip to content

Commit 143a37c

Browse files
committed
docs: put the overview before other pages
1 parent b32ccac commit 143a37c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ defmodule TypedStruct.MixProject do
2121
name: "TypedStruct",
2222
docs: [
2323
extras: [
24+
"README.md": [title: "Overview"],
2425
"CHANGELOG.md": [title: "Changelog"],
2526
"CONTRIBUTING.md": [title: "Contributing"],
26-
"LICENSE.md": [title: "License"],
27-
"README.md": [title: "Overview"]
27+
"LICENSE.md": [title: "License"]
2828
],
2929
main: "readme",
3030
source_url: @repo_url,

0 commit comments

Comments
 (0)