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: vignettes/configuration.qmd
+11
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,17 @@ website:
74
74
75
75
If you render your multilingual book or website in a CI context, you need will need to set the `BABELQUARTO_CI_URL` environment variable. See `vignette("render-with-ci")` for more information.
76
76
77
+
## Configure the icon of the language switch button
78
+
79
+
Any [Bootstrap icon](https://icons.getbootstrap.com/) can be used instead of the globe button.
80
+
For getting a backpack icon you'd use:
81
+
82
+
```yaml
83
+
babelquarto:
84
+
icon: "bi bi-backpack"
85
+
86
+
```
87
+
77
88
## Translate parts in multilingual books
78
89
79
90
In multilingual books, if you use parts to structure your book, you can translate the part titles like so:
0 commit comments