From bd1eba5745d666ecf2d773119b610375bf165c11 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Wed, 11 Dec 2019 15:50:58 -0500 Subject: [PATCH] Docs: Remove broken [float] (#50098) This removes a broken [float] tag. In our docbook-based docs build it is just ignored silently. `--direct_html`, which I'm trying to move all of the books to ignores it but log a warning which fails the build. I *could* make it not log the warning, but this error is fairly rare and I feel like it is worth cleaning up. --- docs/reference/cluster/nodes-info.asciidoc | 1 - docs/reference/cluster/remote-info.asciidoc | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/reference/cluster/nodes-info.asciidoc b/docs/reference/cluster/nodes-info.asciidoc index 2b91310da3a8e..99e03217ebce2 100644 --- a/docs/reference/cluster/nodes-info.asciidoc +++ b/docs/reference/cluster/nodes-info.asciidoc @@ -18,7 +18,6 @@ The second command selectively retrieves nodes information of only By default, it just returns all attributes and core settings for a node: -[float] [[core-info]] `build_hash`:: diff --git a/docs/reference/cluster/remote-info.asciidoc b/docs/reference/cluster/remote-info.asciidoc index a8429d560901a..366b9317bb8d8 100644 --- a/docs/reference/cluster/remote-info.asciidoc +++ b/docs/reference/cluster/remote-info.asciidoc @@ -13,7 +13,6 @@ GET /_remote/info This command returns returns connection and endpoint information keyed by the configured remote cluster alias. -[float] [[connection-info]] `seeds`::