File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/@vuepress/theme-default/src/types Expand file tree Collapse file tree 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 {
122122 sidebar ?: 'auto' | false | SidebarConfig
123123
124124 /**
125- * Page meta - edit lint config
125+ * Page meta - edit link config
126126 *
127127 * Whether to show "Edit this page" or not
128128 */
129129 editLink ?: boolean
130130
131131 /**
132- * Page meta - edit lint config
132+ * Page meta - edit link config
133133 *
134134 * The text to replace the default "Edit this page"
135135 */
136136 editLinkText ?: string
137137
138138 /**
139- * Page meta - edit lint config
139+ * Page meta - edit link config
140140 *
141141 * Pattern of edit link
142142 *
@@ -145,7 +145,7 @@ export interface DefaultThemeLocaleData extends LocaleData {
145145 editLinkPattern ?: string
146146
147147 /**
148- * Page meta - edit lint config
148+ * Page meta - edit link config
149149 *
150150 * Use `repo` config by default
151151 *
@@ -154,14 +154,14 @@ export interface DefaultThemeLocaleData extends LocaleData {
154154 docsRepo ?: string
155155
156156 /**
157- * Page meta - edit lint config
157+ * Page meta - edit link config
158158 *
159159 * Set this config if the branch of your docs is not 'master'
160160 */
161161 docsBranch ?: string
162162
163163 /**
164- * Page meta - edit lint config
164+ * Page meta - edit link config
165165 *
166166 * Set this config if your docs is placed in sub dir of your `docsRepo`
167167 */
You can’t perform that action at this time.
0 commit comments