File tree 1 file changed +6
-6
lines changed
packages/@vuepress/theme-default/src/types
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -122,21 +122,21 @@ export interface DefaultThemeLocaleData extends LocaleData {
122
122
sidebar ?: 'auto' | false | SidebarConfig
123
123
124
124
/**
125
- * Page meta - edit lint config
125
+ * Page meta - edit link config
126
126
*
127
127
* Whether to show "Edit this page" or not
128
128
*/
129
129
editLink ?: boolean
130
130
131
131
/**
132
- * Page meta - edit lint config
132
+ * Page meta - edit link config
133
133
*
134
134
* The text to replace the default "Edit this page"
135
135
*/
136
136
editLinkText ?: string
137
137
138
138
/**
139
- * Page meta - edit lint config
139
+ * Page meta - edit link config
140
140
*
141
141
* Pattern of edit link
142
142
*
@@ -145,7 +145,7 @@ export interface DefaultThemeLocaleData extends LocaleData {
145
145
editLinkPattern ?: string
146
146
147
147
/**
148
- * Page meta - edit lint config
148
+ * Page meta - edit link config
149
149
*
150
150
* Use `repo` config by default
151
151
*
@@ -154,14 +154,14 @@ export interface DefaultThemeLocaleData extends LocaleData {
154
154
docsRepo ?: string
155
155
156
156
/**
157
- * Page meta - edit lint config
157
+ * Page meta - edit link config
158
158
*
159
159
* Set this config if the branch of your docs is not 'master'
160
160
*/
161
161
docsBranch ?: string
162
162
163
163
/**
164
- * Page meta - edit lint config
164
+ * Page meta - edit link config
165
165
*
166
166
* Set this config if your docs is placed in sub dir of your `docsRepo`
167
167
*/
You can’t perform that action at this time.
0 commit comments