Skip to content

Commit b7b4fa5

Browse files
committed
docs: add livebook guides to docs
1 parent bf83a8b commit b7b4fa5

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
File renamed without changes.
File renamed without changes.

mix.exs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ defmodule NxSignal.MixProject do
3838
main: "NxSignal",
3939
source_url_pattern: "#{@source_url}/blob/v#{@version}/nx-signal/%{path}#L%{line}",
4040
before_closing_body_tag: &before_closing_body_tag/1,
41+
extras: [
42+
"guides/filtering.livemd",
43+
"guides/spectrogram.livemd"
44+
],
45+
groups_for_extras: [
46+
"Guides": Path.wildcard("guides/*.livemd"),
47+
],
4148
groups_for_functions: [
4249
"Functions: Time-Frequency": &(&1[:type] == :time_frequency),
4350
"Functions: Windowing": &(&1[:type] == :windowing),

0 commit comments

Comments
 (0)