Commit graph

4 commits

Author SHA1 Message Date
Liam Thompson
c36b4db253
[DOCS] fix external links (#124248) (#125340)
(cherry picked from commit 23be51a04f)

# Conflicts:
#	docs/reference/data-analysis/text-analysis/analysis-simplepattern-tokenizer.md
#	docs/reference/data-analysis/text-analysis/analysis-simplepatternsplit-tokenizer.md
#	docs/reference/query-languages/esql/_snippets/date-time-functions-orig.md
#	docs/reference/query-languages/esql/_snippets/functions/ceil.md
#	docs/reference/query-languages/esql/_snippets/functions/date_parse.md
#	docs/reference/query-languages/esql/_snippets/functions/description/floor.md
#	docs/reference/query-languages/esql/_snippets/functions/floor.md
#	docs/reference/query-languages/esql/_snippets/math-functions-orig.md
#	docs/reference/query-languages/query-dsl/query-dsl-geo-polygon-query.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
2025-03-20 15:32:08 -04:00
Craig Taverner
a8b2428dd1
9.0 backport docs query languages (#125113)
* Restructure query-languages docs files for clarity (#124797)

In a few previous PR's we restructured the ES|QL docs to make it possible to generate them dynamically.

This PR just moves a few files around to make the query languages docs easier to work with, and a little more organized like the ES|QL docs.

A bit part of this was setting up redirects to the new locations, so other repo's could correctly link to the elasticsearch docs.

* After running tests, we revert a few features

* Fix build.gradle and improved some generating code

* After running tests

* Update x-pack/plugin/esql/build.gradle
2025-03-19 04:24:11 +11:00
Craig Taverner
d3d9a00fb1
[9.0] ESQL autogenerate docs v3 (#124312) (#124786)
Manual backport of https://github.com/elastic/elasticsearch/pull/124312
and https://github.com/elastic/elasticsearch/pull/124742
2025-03-14 06:33:18 +11:00
Liam Thompson
8275ac8d1f
Split ESQL functions/operators docs files (#123904) (#124214)
* Port from asciidocalypse

* Fix links for operator lists

* Remove unused image files after moving/editing them

* Fix lists links

* Fix like/rlike links

* Fix remaining bad references to /elasticsearch/docs

* Fix logstash and beats references

* Fix logstash and beats references

* Fix image links

(cherry picked from commit efe7379e67)

Co-authored-by: Craig Taverner <craig@amanzi.com>
2025-03-06 16:58:30 +01:00