Skip to content

Commit

Permalink
docs: nest Builder and Validators modules in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fahchen committed Dec 18, 2024
1 parent 030aad3 commit 45cc104
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,16 @@ defmodule ColouredFlow.MixProject do
source_ref: "v#{@version}",
extras: ["README.md"],
nest_modules_by_prefix: [
ColouredFlow.Builder,
ColouredFlow.Definition,
ColouredFlow.EnabledBindingElements,
ColouredFlow.Enactment,
ColouredFlow.Expression,
ColouredFlow.Notation,
ColouredFlow.Runner,
ColouredFlow.Runner.Enactment,
ColouredFlow.Runner.Storage
ColouredFlow.Runner.Storage,
ColouredFlow.Validators
],
groups_for_docs: [
enactment: &(&1[:group] == :enactment),
Expand Down

0 comments on commit 45cc104

Please sign in to comment.