@rspress-theme-anatole/shared 0.5.8 → 0.6.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +5 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -149,6 +149,11 @@ export declare interface DefaultThemeConfig {
149
149
  * @default true
150
150
  */
151
151
  fallbackHeadingTitle?: boolean;
152
+ /**
153
+ * Whether to enable the doc comments feature.
154
+ * @default false
155
+ */
156
+ comment?: boolean;
152
157
  }
153
158
 
154
159
  export declare interface DocFooter {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rspress-theme-anatole/shared",
3
3
  "author": "Anatole Tong",
4
- "version": "0.5.8",
4
+ "version": "0.6.0",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {