This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 092554b76ae417ed5686f6352ca7b78e4c9ab506 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Wed May 28 14:38:21 2025 -0400 Fix reshard doc section name Thanks to Ronny Berndt for reporing the issue! --- src/docs/src/config/resharding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/src/config/resharding.rst b/src/docs/src/config/resharding.rst index 91531aa7d..968b24b49 100644 --- a/src/docs/src/config/resharding.rst +++ b/src/docs/src/config/resharding.rst @@ -21,7 +21,7 @@ Resharding Resharding Configuration ======================== -.. config:section:: resharding :: Resharding Configuration +.. config:section:: reshard :: Resharding Configuration .. config:option:: max_jobs :: Maximum resharding jobs per node
