From 64c761e457f2f6d2c74ecd25694f67a8dd0c9dcf Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Wed, 13 Jan 2021 17:04:13 -0500 Subject: [PATCH] [DOCS] Fix cat API list order (#67486) (#67489) --- docs/reference/cat.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/cat.asciidoc b/docs/reference/cat.asciidoc index 42553b27d58..8676c7cf502 100644 --- a/docs/reference/cat.asciidoc +++ b/docs/reference/cat.asciidoc @@ -1,13 +1,13 @@ [[cat]] -== cat APIs +== Compact and aligned text (CAT) APIs ["float",id="intro"] === Introduction JSON is great... for computers. Even if it's pretty-printed, trying to find relationships in the data is tedious. Human eyes, especially -when looking at a terminal, need compact and aligned text. The cat APIs -aim to meet this need. +when looking at a terminal, need compact and aligned text. The compact and +aligned text (CAT) APIs aim to meet this need. [IMPORTANT] ==== @@ -256,10 +256,10 @@ include::cat/recovery.asciidoc[] include::cat/repositories.asciidoc[] -include::cat/shards.asciidoc[] - include::cat/segments.asciidoc[] +include::cat/shards.asciidoc[] + include::cat/snapshots.asciidoc[] include::cat/tasks.asciidoc[]