@rspress-theme-anatole/shared 0.7.3 → 0.7.5
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 +10 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -759,6 +759,16 @@ export declare type SSGConfig = boolean | {
|
|
|
759
759
|
};
|
|
760
760
|
|
|
761
761
|
export declare interface UserConfig<ThemeConfig = DefaultThemeConfig> {
|
|
762
|
+
/**
|
|
763
|
+
* The email to receive requests.
|
|
764
|
+
* @default ''
|
|
765
|
+
*/
|
|
766
|
+
emailSupport?: string;
|
|
767
|
+
/**
|
|
768
|
+
* The api url to call service
|
|
769
|
+
* @default ''
|
|
770
|
+
*/
|
|
771
|
+
apiUrl?: string;
|
|
762
772
|
/**
|
|
763
773
|
* The root directory of the site.
|
|
764
774
|
* @default 'docs'
|