Skip to content

Commit 0b38474

Browse files
committed
Update README.md
1 parent 06fb431 commit 0b38474

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ The PDF **cover** is **optional** : just remove the mapping on the command.
9292

9393
## Troubleshooting
9494

95+
The order (**alphabetical**) of JavaScript files is important for some libraries like [Docsify-Latex](https://scruel.github.io/docsify-latex/#/).
96+
97+
> From Docsify-Latex documentation : "You should put docsify-latex plugin script below docsify and display engine scripts, because plugin script depends on them."
98+
99+
---
100+
95101
If you have this error : `System limit for number of file watchers reached` or `Error: EMFILE: too many open files` :
96102

97103
```
@@ -100,4 +106,6 @@ echo fs.inotify.max_user_instances=512 | sudo tee -a /etc/sysctl.conf && sudo sy
100106
```
101107
cf. [StackOverflow](https://stackoverflow.com/questions/53930305/nodemon-error-system-limit-for-number-of-file-watchers-reached)
102108

109+
---
110+
103111
[^1]: To change `_sidebar.md` location _(e.g for multi-language support)_, add `-v $(pwd)/docs/de/_sidebar.md:/home/node/docs/_sidebar.md:ro` to the command

0 commit comments

Comments
 (0)