I want to understand that how ERPNext documents are created? Where I can find the documents md files?
Could you clarify what you mean by “documents”?
ERPNext DocTypes (Sales Invoice, Purchase Order, Customer, etc.) : these are defined in .json files, not .md files. Located at frappe-bench/apps/erpnext/erpnext/[module]/doctype/[doctype_name]/
Documentation website (docs.erpnext.com) : previously used .md files in a GitHub repo, now edited directly through the website.
Which one are you asking about?
@rishabgupta Thanks for the information. I am talking about documentation website. Is it possible to download entire ERPNext documentation as pdf? Or any other way to get pdf documentation for the ERPNext next documentation from https://docs.frappe.io/
There’s no official PDF version of the ERPNext documentation available for download.
Options you have:
-
Browser print : You can print individual pages to PDF using your browser’s Print → Save as PDF. Works for specific sections you need.
-
Mirror the site for offline use : Tools like
httrackorwget --mirrorcan download the entire docs.erpnext.com site for offline HTML viewing - But never used it comprehesively -
Community uploads — There are some PDFs on Scribd, but these are unofficial and likely outdated - just search on google you will get some.
Thank you @rishabgupta