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 13f527a commit 80993a4Copy full SHA for 80993a4
lib/elixir/pages/images/kv-observer.png
-33.4 KB
lib/elixir/scripts/elixir_docs.exs
@@ -2,7 +2,7 @@
2
canonical = System.fetch_env!("CANONICAL")
3
4
[
5
- assets: "lib/elixir/pages/images",
+ assets: %{"lib/elixir/pages/images" => "assets"},
6
extras: [
7
"lib/elixir/pages/getting-started/introduction.md",
8
"lib/elixir/pages/getting-started/basic-types.md",
@@ -74,7 +74,7 @@ canonical = System.fetch_env!("CANONICAL")
74
"Mix & OTP": ~r"pages/mix-and-otp/.*\.md$",
75
References: ~r"pages/references/.*\.md$"
76
],
77
- groups_for_functions: [
+ groups_for_docs: [
78
Guards: &(&1[:guard] == true)
79
80
skip_undefined_reference_warnings_on: [
0 commit comments