fix: use the correct doc method by barredterra [frappe] PR#24641
From: https://github.com/frappe/frappe/pull/24641
Date: 2024-01-31 12:55:41+01:00
- fix: use the correct doc method
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-24641
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease