Skip to content

Commit

Permalink
Add notebooks to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
doorgan committed Dec 4, 2021
1 parent 2d0686b commit 19c14cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 19c14cc

Please sign in to comment.