erpnext_admin_guide
erpnext_admin_guide copied to clipboard
Printable Version
Look into creating a PDF of the guide for those that want to print it.
Something like this should work if you used the section numbering on folders and filenames:
pandoc $(ls -v **/*.md) -o test.pdf
On a debian-like linux or Windows 10 with WSL and Ubuntu bash:
sudo apt install pandoc texlive
Lots of other output options when using Pandoc.