From 19c14cc11925fff748a468e43cd393505a80ade2 Mon Sep 17 00:00:00 2001 From: Dorgan Date: Sat, 4 Dec 2021 16:05:40 +0000 Subject: [PATCH] Add notebooks to documentation --- mix.exs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mix.exs b/mix.exs index 1998b9e..7d9cab5 100644 --- a/mix.exs +++ b/mix.exs @@ -72,11 +72,16 @@ defmodule Sourceror.MixProject do defp docs do [ extras: [ + "notebooks/zippers.livemd", + "notebooks/expand_multi_alias.livemd", "CHANGELOG.md": [title: "Changelog"], "CONTRIBUTING.md": [title: "Contributing"], LICENSE: [title: "License"], "README.md": [title: "Overview"] ], + groups_for_extras: [ + Guides: ~r/notebooks/ + ], main: "readme", homepage_url: @repo_url, source_ref: @version,