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,