+
+
+ Improve this page
+
+
+ diff --git a/frappe/utils/help.py b/frappe/utils/help.py index a481d67f35..b6325effd9 100644 --- a/frappe/utils/help.py +++ b/frappe/utils/help.py @@ -33,6 +33,23 @@ def get_help(text): def get_help_content(path): return HelpDatabase().get_content(path) +def get_improve_page_html(app_name, target): + docs_config = frappe.get_module(app_name + ".config.docs") + source_link = docs_config.source_link + branch = getattr(docs_config, "branch", "develop") + html = '''