File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -371,12 +371,12 @@ defmodule Mix.Tasks.Docs do
371
371
372
372
## Customizing Extras
373
373
374
- * `:title` - The title of the extra page. If not provided, the title will be inferred from the filename.
375
- * `:filename` - The name of the generated file. If not provided, the filename will be inferred from
374
+ * `:title` - The title of the extra page. If not provided, the title will be inferred from the filename.
375
+ * `:filename` - The name of the generated file. If not provided, the filename will be inferred from
376
376
the source file.
377
- * `:source` - The source file of the extra page. This is useful if you want to customize the filename or
378
- title but keep the source file unchanged. *
379
- `:search_data` - A list of terms to be indexed for autocomplete and search. If not provided, the content
377
+ * `:source` - The source file of the extra page. This is useful if you want to customize the filename or
378
+ title but keep the source file unchanged.
379
+ * `:search_data` - A list of terms to be indexed for autocomplete and search. If not provided, the content
380
380
of the extra page will be indexed for search. See the section below for more.
381
381
382
382
### Customizing Search Data
You can’t perform that action at this time.
0 commit comments