From febdf4c61e0a2b748aa11c23c8e83dcfc6089599 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) --- .github/helper/documentation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/helper/documentation.py b/.github/helper/documentation.py index b4f9c39653c1..9165aa7094ba 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", ]