Documentation for Frappe Framework.
This GitHub repository is archived since we now use a different contribution pipeline.
You can directly contribute to the documentation through frappeframework.com. For new contribution guidelines, refer to frappeframework.com/contribute.
This is the repository for the Frappe Framework Documentation. Learn more about
Frappe Framework on the official website and the
GitHub repository.
This documentation is hosted on https://frappeframework.com/docs.
To create a local working copy of the documentation (primarily for purposes of
contributing to the documentation):
frappe-bench
and setup a bench directory by following thebench start
.bench new-site frappeframework.test
.bench get-app frappe_docs
.bench --site frappeframework.test install-app frappe_docs
.apps/frappe_docs
directory of your installation and execute git
pull --unshallow
to ensure that you have the full git repository. Also forkfrappe/frappe_docs
repository on GitHub.git checkout -b my_doc_update
).bench start
inMIT