fix: added docs.frappe.io in documentation_url (#44776)

This commit is contained in:
Nabin Hait
2024-12-18 17:28:22 +05:30
committed by GitHub
parent 7fed467354
commit febdf4c61e

View File

@@ -10,6 +10,7 @@ WEBSITE_REPOS = [
DOCUMENTATION_DOMAINS = [
"docs.erpnext.com",
"docs.frappe.io",
"frappeframework.com",
]