Skip to content

Commit 16e2585

Browse files
authored
Documented "disableTitleFormatting" flag
1 parent 3ea2099 commit 16e2585

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ for example:
7070
"catalog": "all", // or [chapter1,chapter2, ...]
7171
"ignores": [], //Default: '.*', '_book'...
7272
"unchanged": [], // for example: ['myApp'] -> `myApp` not `My App`
73-
"sortedBy": "-"
73+
"sortedBy": "-",
74+
"disableTitleFormatting": true // default: false
7475
}
7576
```
7677

0 commit comments

Comments
 (0)