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: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,12 @@ $ book sm --help
81
81
82
82
**Notes**:
83
83
* The article title is taken from `title` property in the articles front-matter. If this property is not available, the articles filename will be used as title for the summary.
84
-
* The option `-s` or `--sortedBy` can not be given `-` as argument, because commander.js will parse it an option. But you can set it in `book.json` as follows.
85
-
84
+
* The option `-s` or `--sortedBy` can not be given `-` as argument, because commander.js will parse it an option. But you can set it in `book.json` as follows.
85
+
* set up the sortedBy and if there are any summaries missing the order, look at the example below and follow,
86
+
for example, you have summaries like this `01-elementry-school, 02-middle-school, 03-university, ...`
87
+
you realized high school was missing, then You can make correct order in the following way
0 commit comments