Skip to content

Commit

Permalink
[DOCS] Fix cat API list order (#67486) (#67489)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Jan 13, 2021
1 parent 178cf32 commit 64c761e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/reference/cat.asciidoc
Original file line number Diff line number Diff line change
@@ -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]
====
Expand Down Expand Up @@ -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[]
Expand Down

0 comments on commit 64c761e

Please sign in to comment.