|
19 | 19 | cue = false |
20 | 20 | tab = false |
21 | 21 | [main.build] |
22 | | - transpiler = "libsass" |
| 22 | + transpiler = "dartsass" |
| 23 | + silenceDeprecations = true |
23 | 24 | [main.colorMode] |
24 | 25 | enabled = true |
25 | 26 | modes = ["light", "dark"] |
26 | 27 | toggle = false |
27 | | - iconLight = "fas sun" |
28 | | - iconDark = "fas moon" |
29 | 28 | # toml-docs-end main |
30 | 29 |
|
| 30 | +# toml-docs-start icons |
| 31 | +[icons] |
| 32 | + # Color mode toggle |
| 33 | + colorModeLight = "fas sun" |
| 34 | + colorModeDark = "fas moon" |
| 35 | + # Navbar |
| 36 | + navbarLanguage = "fas globe" |
| 37 | + navbarOverflow = "fas ellipsis" |
| 38 | + navbarVersionCheck = "fas check" |
| 39 | + # Pagination |
| 40 | + paginationFirst = "fas angles-left" |
| 41 | + paginationPrev = "fas angle-left" |
| 42 | + paginationNext = "fas angle-right" |
| 43 | + paginationLast = "fas angles-right" |
| 44 | + # Other navigation |
| 45 | + breadcrumbBack = "fas angle-left" |
| 46 | + pageNavPrev = "fas arrow-left" |
| 47 | + pageNavNext = "fas arrow-right" |
| 48 | + # Content |
| 49 | + tocSort = "fas sort" |
| 50 | + cardReadMore = "fas chevron-right" |
| 51 | + externalLink = "fas up-right-from-square" |
| 52 | + testimonialNext = "fas chevron-right" |
| 53 | + testimonialQuote = "fas quote-right" |
| 54 | + headingAnchor = "fas link" |
| 55 | + notFoundPage = "fas link-slash" |
| 56 | + sharingWebshare = "fas share-nodes" |
| 57 | + sharingDownload = "fas download" |
| 58 | + [icons.admonition] |
| 59 | + note = "fas circle-info" |
| 60 | + info = "fas circle-info" |
| 61 | + tip = "fa lightbulb" |
| 62 | + important = "fas exclamation" |
| 63 | + warning = "fas triangle-exclamation" |
| 64 | + caution = "fa hand" |
| 65 | + [icons.release] |
| 66 | + deprecated = "fas trash-can" |
| 67 | + feature = "fas rocket" |
| 68 | +# toml-docs-end icons |
| 69 | + |
31 | 70 | # toml-docs-start images |
32 | 71 | [images] |
33 | 72 | [images.cloudinary] |
|
107 | 146 | [navigation.padding] |
108 | 147 | x = 4 |
109 | 148 | y = 4 |
110 | | - [navigation.language] |
111 | | - icon = "fas globe" |
112 | 149 | [navigation.search] |
113 | 150 | enabled = true |
114 | 151 | modal = true |
115 | | - icon = "fas magnifying-glass" |
116 | 152 | # toml-docs-end navigation |
117 | 153 |
|
118 | 154 | # toml-docs-start messages |
|
0 commit comments