Skip to content

Commit 01c5085

Browse files
committed
Add an entry about the favicon in the docs
1 parent 9f17be2 commit 01c5085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book-example/src/format/theme/theme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Here are the files you can override:
1414
- ***book.js*** is mostly used to add client side functionality, like hiding / un-hiding the sidebar, changing the theme, ...
1515
- ***highlight.js*** is the JavaScript that is used to highlight code snippets, you should not need to modify this.
1616
- ***highlight.css*** is the theme used for the code highlighting
17+
- ***favicon.png*** the favicon that will be used
1718

1819
Generally, when you want to tweak the theme, you don't need to override all the files. If you only need changes in the stylesheet,
1920
there is no point in overriding all the other files. Because custom files take precedence over built-in ones, they will not get updated with new fixes / features.

0 commit comments

Comments
 (0)