From 82a3fd13f22aa0e16c67e8a54ed1c1919efbb175 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 18 Dec 2024 17:28:22 +0530 Subject: [PATCH] fix: added docs.frappe.io in documentation_url (#44776) (cherry picked from commit febdf4c61e0a2b748aa11c23c8e83dcfc6089599) --- .github/helper/documentation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/helper/documentation.py b/.github/helper/documentation.py index 83346045f89d..d07c880684ea 100644 --- a/.github/helper/documentation.py +++ b/.github/helper/documentation.py @@ -10,6 +10,7 @@ DOCUMENTATION_DOMAINS = [ "docs.erpnext.com", + "docs.frappe.io", "frappeframework.com", ]