From fafcb466323d61a6ffeaf6150084207a8d0bf87a Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Mon, 23 Oct 2023 16:16:50 +0200 Subject: [PATCH] Add new line for proper formatting Signed-off-by: Philippe Ombredanne --- docs/src/guide/reordering.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/guide/reordering.md b/docs/src/guide/reordering.md index ef742f837..1f7332681 100644 --- a/docs/src/guide/reordering.md +++ b/docs/src/guide/reordering.md @@ -9,6 +9,7 @@ We support the following ways of reordering: - by a feature (such as URL or document TREC ID), - with a custom-defined mapping, and - recursive graph bisection. + All of the above are supported by a single command `reorder-docids`. Below, we explain each method and show some examples of running the command.