Commit graph

8 commits

Author SHA1 Message Date
Lisa Cawley
b828011388
[DOCS] Remove poor link from painless.md (#127544) (#127569) 2025-05-01 00:21:55 +10:00
Liam Thompson
d4dc01c9e8
[docs] Fix various syntax and rendering errors (#127062) (#127344)
* fix syntax and rendering errors

* clean up

* fix versions

* more clean up

* more fixes

* more fixes

* more fixes

(cherry picked from commit 08552f1c2e)

# Conflicts:
#	docs/reference/elasticsearch/mapping-reference/dense-vector.md
#	docs/reference/elasticsearch/mapping-reference/semantic-text.md

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
2025-04-25 02:54:16 +10:00
Charlotte Hoblik
4bb62d6c01
fix superscript (#127147) (#127235) 2025-04-23 22:21:25 +10:00
Liam Thompson
d90c6b76a2
[9.0] [docs] Prepare for docs-assembler (#125118) (#125339)
* [docs] Prepare for docs-assembler (#125118)

* reorg files for docs-assembler and create toc.yml files

* fix build error, add redirects

* only toc

* move images

(cherry picked from commit 9bcd59596d)

# Conflicts:
#	docs/reference/aggregations/search-aggregations-pipeline-bucket-script-aggregation.md
#	docs/reference/aggregations/search-aggregations-pipeline-cumulative-cardinality-aggregation.md
#	docs/reference/aggregations/search-aggregations-pipeline-cumulative-sum-aggregation.md
#	docs/reference/aggregations/search-aggregations-pipeline-derivative-aggregation.md
#	docs/reference/aggregations/search-aggregations-pipeline-extended-stats-bucket-aggregation.md
#	docs/reference/aggregations/search-aggregations-pipeline-max-bucket-aggregation.md
#	docs/reference/aggregations/search-aggregations-pipeline-min-bucket-aggregation.md
#	docs/reference/aggregations/search-aggregations-pipeline-percentiles-bucket-aggregation.md
#	docs/reference/aggregations/search-aggregations-pipeline-stats-bucket-aggregation.md
#	docs/reference/aggregations/search-aggregations-pipeline-sum-bucket-aggregation.md
#	docs/reference/query-languages/esql/esql-commands.md
#	docs/reference/query-languages/esql/esql-lookup-join.md
#	docs/reference/query-languages/esql/esql-process-data-with-dissect-grok.md
#	docs/reference/query-languages/images/esql-lookup-join.png
#	docs/reference/query-languages/toc.yml
#	docs/reference/search-connectors/es-connectors-run-from-docker.md
#	docs/reference/text-analysis/analysis-apostrophe-tokenfilter.md
#	docs/reference/toc.yml

* remove markers

---------

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
2025-03-20 22:20:12 +02:00
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
Liam Thompson
21f8a7ed95
Cleanup search connectors, add some reference -> docs content signposts in various sections (#123733) (#124210)
(cherry picked from commit 6b27e420fe)
2025-03-07 01:03:51 +11:00
Liam Thompson
b98606e712
[9.0] [docs] Migrate docs from AsciiDoc to Markdown (#123507) (#124124)
* [docs] Migrate docs from AsciiDoc to Markdown (#123507)

* delete asciidoc files

* add migrated files

* fix errors

* Disable docs tests

* Clarify release notes page titles

* Revert "Clarify release notes page titles"

This reverts commit 8be688648d.

* Comment out edternal URI images

* Clean up query languages landing pages, link to conceptual docs

* Add .md to url

* Fixes inference processor nesting.

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
Co-authored-by: Liam Thompson <leemthompo@gmail.com>
Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com>
Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com>
(cherry picked from commit b7e3a1e14b)

# Conflicts:
#	docs/build.gradle
#	docs/reference/migration/index.asciidoc
#	docs/reference/migration/migrate_9_0.asciidoc
#	docs/reference/release-notes.asciidoc
#	docs/reference/release-notes/9.0.0.asciidoc
#	docs/reference/release-notes/highlights.asciidoc

* Fix build file

* Really fix build file

---------

Co-authored-by: Colleen McGinnis <colleen.j.mcginnis@gmail.com>
2025-03-06 07:53:46 +01:00