Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ex_doc.ex
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ defmodule ExDoc do
and plain text pages to add to the documentation. You can also specify keyword pairs to
customize the generated filename, title and source file, and search content of each extra page;
default: `[]`. Example: `["README.md", "LICENSE", "CONTRIBUTING.md": [filename: "contributing",
title: "Contributing", source: "CONTRIBUTING.mdx"]]` See the Customizing Extras section for
title: "Contributing", source: "CONTRIBUTING.mdx"]]`. See the [Additional pages (extras)](#module-additional-pages-extras) section for
more.
* `:favicon` - Path to a favicon image file for the project. Must be PNG, JPEG or SVG. When
Expand Down