We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8649120 commit b255bbdCopy full SHA for b255bbd
1 file changed
mix.exs
@@ -67,6 +67,7 @@ defmodule Diffo.MixProject do
67
extras: [
68
"README.md": [title: "Guide"],
69
"LICENSES/MIT.md": [title: "License"],
70
+ "diffo.livemd": [title: "Tutorial"],
71
"documentation/dsls/DSL-Diffo.Provider.Instance.Extension.md": [
72
title: "DSL: Diffo.Provider.Instance.Extension",
73
search_data: Spark.Docs.search_data_for(Diffo.Provider.Instance.Extension)
@@ -85,6 +86,7 @@ defmodule Diffo.MixProject do
85
86
],
87
groups_for_extras: [
88
"How-to": ~r/documentation\/how_to\//,
89
+ Tutorials: ~r/\.livemd$/,
90
DSLs: ~r/documentation\/dsls\//
91
]
92
0 commit comments