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: guide/src/format/configuration/renderers.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,9 +145,9 @@ The following configuration options are available:
145
145
an icon link will be output in the menu bar of the book.
146
146
-**git-repository-icon:** The FontAwesome icon class to use for the git
147
147
repository link. Defaults to `fab-github` which looks like <iclass="fa fab-github"></i>.
148
-
If you are not using GitHub, another option to consider is `fa-code-fork` which looks like <iclass="fa fa-code-fork"></i>.
148
+
If you are not using GitHub, another option to consider is `fa-code-fork` which looks like <iclass="fas fa-code-fork"></i>.
149
149
-**edit-url-template:** Edit url template, when provided shows a
150
-
"Suggest an edit" button (which looks like <iclass="fa fa-edit"></i>) for directly jumping to editing the currently
150
+
"Suggest an edit" button (which looks like <iclass="fas fa-pencil"></i>) for directly jumping to editing the currently
151
151
viewed page. For e.g. GitHub projects set this to
152
152
`https://github.com/<owner>/<repo>/edit/<branch>/{path}` or for
153
153
Bitbucket projects set it to
@@ -178,7 +178,7 @@ The following configuration options are available:
178
178
### `[output.html.print]`
179
179
180
180
The `[output.html.print]` table provides options for controlling the printable output.
181
-
By default, mdBook will include an icon on the top right of the book (which looks like <iclass="fa fa-print"></i>) that will print the book as a single page.
181
+
By default, mdBook will include an icon on the top right of the book (which looks like <iclass="fas fa-print"></i>) that will print the book as a single page.
Copy file name to clipboardExpand all lines: guide/src/format/mdbook.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ nothidden():
73
73
74
74
## Rust playground
75
75
76
-
Rust language code blocks will automatically get a play button (<iclass="fa fa-play"></i>) which will execute the code and display the output just below the code block.
76
+
Rust language code blocks will automatically get a play button (<iclass="fas fa-play"></i>) which will execute the code and display the output just below the code block.
77
77
This works by sending the code to the [Rust Playground].
Copy file name to clipboardExpand all lines: guide/src/guide/reading.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Tapping the menu bar will scroll the page to the top.
42
42
## Search
43
43
44
44
Each book has a built-in search system.
45
-
Pressing the search icon (<iclass="fa fa-search"></i>) in the menu bar, or pressing the <kbd>/</kbd> or <kbd>S</kbd> key on the keyboard will open an input box for entering search terms.
45
+
Pressing the search icon <iclass="fas fa-magnifying-glass"></i> in the menu bar, or pressing the <kbd>/</kbd> or <kbd>S</kbd> key on the keyboard will open an input box for entering search terms.
46
46
Typing some terms will show matching chapters and sections in real time.
47
47
48
48
Clicking any of the results will jump to that section.
0 commit comments