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 b7b4fa5 commit 1162660Copy full SHA for 1162660
mix.exs
@@ -43,7 +43,7 @@ defmodule NxSignal.MixProject do
43
"guides/spectrogram.livemd"
44
],
45
groups_for_extras: [
46
- "Guides": Path.wildcard("guides/*.livemd"),
+ Guides: Path.wildcard("guides/*.livemd")
47
48
groups_for_functions: [
49
"Functions: Time-Frequency": &(&1[:type] == :time_frequency),
0 commit comments