You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book-example/src/format/theme/theme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Here are the files you can override:
14
14
-***book.js*** is mostly used to add client side functionality, like hiding / un-hiding the sidebar, changing the theme, ...
15
15
-***highlight.js*** is the JavaScript that is used to highlight code snippets, you should not need to modify this.
16
16
-***highlight.css*** is the theme used for the code highlighting
17
+
-***favicon.png*** the favicon that will be used
17
18
18
19
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,
19
20
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