You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -245,10 +245,10 @@ window.$docsify = {
245
245
// Custom file name
246
246
coverpage:'cover.md',
247
247
248
-
//mutiple covers
248
+
//multiple covers
249
249
coverpage: ['/', '/zh-cn/'],
250
250
251
-
//mutiple covers and custom file name
251
+
//multiple covers and custom file name
252
252
coverpage: {
253
253
'/':'cover.md',
254
254
'/zh-cn/':'cover.md',
@@ -410,7 +410,7 @@ window.$docsify = {
410
410
};
411
411
```
412
412
413
-
?> If this options is `false` but you dont want to emojify some specific colons , [Refer this](https://github.com/docsifyjs/docsify/issues/742#issuecomment-586313143)
413
+
?> If this options is `false` but you don't want to emojify some specific colons , [Refer this](https://github.com/docsifyjs/docsify/issues/742#issuecomment-586313143)
414
414
415
415
## mergeNavbar
416
416
@@ -604,7 +604,7 @@ window.$docsify = {
604
604
};
605
605
```
606
606
607
-
Load the right 404 page according to the localisation:
607
+
Load the right 404 page according to the localization:
0 commit comments