Skip to content

Commit 80993a4

Browse files
committed
Update docs generation config
1 parent 13f527a commit 80993a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-33.4 KB
Binary file not shown.

lib/elixir/scripts/elixir_docs.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
canonical = System.fetch_env!("CANONICAL")
33

44
[
5-
assets: "lib/elixir/pages/images",
5+
assets: %{"lib/elixir/pages/images" => "assets"},
66
extras: [
77
"lib/elixir/pages/getting-started/introduction.md",
88
"lib/elixir/pages/getting-started/basic-types.md",
@@ -74,7 +74,7 @@ canonical = System.fetch_env!("CANONICAL")
7474
"Mix & OTP": ~r"pages/mix-and-otp/.*\.md$",
7575
References: ~r"pages/references/.*\.md$"
7676
],
77-
groups_for_functions: [
77+
groups_for_docs: [
7878
Guards: &(&1[:guard] == true)
7979
],
8080
skip_undefined_reference_warnings_on: [

0 commit comments

Comments
 (0)