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
A background image to be displayed behind every page. See example with
77
-
[Infisical](https://infisical.com/docs) and [FRPC](https://frpc.io).
91
+
Set a custom background image to be displayed behind every page.
78
92
</ResponseField>
79
93
80
94
<ResponseFieldname="modeToggle"type="ModeToggle">
@@ -88,26 +102,52 @@ settings. Learn more about the [properties](#properties) or from an
88
102
Set to true to hide the dark/light mode toggle. You can combine `isHidden` with `default` to force your docs to only use light or dark mode. For example:
89
103
90
104
<CodeGroup>
91
-
```json Only Dark Mode
92
-
"modeToggle": {
93
-
"default": "dark",
94
-
"isHidden": true
95
-
}
96
-
```
97
-
98
-
```json Only Light Mode
99
-
"modeToggle": {
100
-
"default": "light",
101
-
"isHidden": true
102
-
}
103
-
```
105
+
106
+
```json Only Dark Mode
107
+
"modeToggle": {
108
+
"default": "dark",
109
+
"isHidden": true
110
+
}
111
+
```
112
+
113
+
```json Only Light Mode
114
+
"modeToggle": {
115
+
"default": "light",
116
+
"isHidden": true
117
+
}
118
+
```
119
+
104
120
</CodeGroup>
121
+
</ResponseField>
122
+
</Expandable>
123
+
</ResponseField>
105
124
125
+
<ResponseFieldname="sidebar"type="Sidebar">
126
+
Customize the styling of components within the sidebar.
0 commit comments