@rspress/shared 1.0.0-beta.3 → 1.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -7
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -57,7 +57,7 @@ interface Config$1 {
|
|
57
57
|
/**
|
58
58
|
* Custom outline title in the aside component.
|
59
59
|
*
|
60
|
-
* @default '
|
60
|
+
* @default 'ON THIS PAGE'
|
61
61
|
*/
|
62
62
|
outlineTitle?: string;
|
63
63
|
/**
|
@@ -119,13 +119,9 @@ interface Config$1 {
|
|
119
119
|
*/
|
120
120
|
search?: boolean;
|
121
121
|
/**
|
122
|
-
*
|
122
|
+
* The behavior of hiding navbar
|
123
123
|
*/
|
124
|
-
|
125
|
-
/**
|
126
|
-
* Whether to hide the navbar
|
127
|
-
*/
|
128
|
-
hideNavbar?: boolean;
|
124
|
+
hideNavbar?: 'always' | 'auto' | 'never';
|
129
125
|
/**
|
130
126
|
* Whether to enable the animation for translation pages
|
131
127
|
*/
|