Skip to content

Commit

Permalink
Docs: Remove broken [float] (elastic#50098)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nik9000 committed Dec 11, 2019
1 parent 0b3e516 commit bd1eba5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/reference/cluster/nodes-info.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`::
Expand Down
1 change: 0 additions & 1 deletion docs/reference/cluster/remote-info.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`::
Expand Down

0 comments on commit bd1eba5

Please sign in to comment.