Browse Source

Docs: Mark SQL Geo functionality as beta (#42138)

Adds beta marker to geosql documentation
Igor Motov 6 years ago
parent
commit
3ac6d527a1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/reference/sql/functions/geo.asciidoc

+ 2 - 0
docs/reference/sql/functions/geo.asciidoc

@@ -3,6 +3,8 @@
 [[sql-functions-geo]]
 === Geo Functions
 
+beta[]
+
 The geo functions work with geometries stored in `geo_point` and `geo_shape` fields, or returned by other geo functions.
 
 ==== Limitations