We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1a895 commit 5210dd3Copy full SHA for 5210dd3
lib/mix/tasks/docs.ex
@@ -149,6 +149,9 @@ defmodule Mix.Tasks.Docs do
149
* `:output` - Output directory for the generated docs; default: "doc".
150
May be overridden by command line argument.
151
152
+ * `:redirects` - A map or list of tuples, where the key is the path to redirect from and the
153
+ value is the path to redirect to. The extension is omitted in both cases, i.e `%{"old-readme" => "readme"}`
154
+
155
* `:skip_undefined_reference_warnings_on` - ExDoc warns when it can't create a `Mod.fun/arity`
156
reference in the current project docs e.g. because of a typo. This list controls where to
157
skip the warnings, for a given module/function/callback/type (e.g.: `["Foo", "Bar.baz/0"]`)
0 commit comments