Commit graph

4 commits

Author SHA1 Message Date
Nik Everett
96227a1970
ESQL: Generate kibana inline docs (#106782)
This takes a stab at generating the markdown files that Kibana uses for
its inline help. It doesn't include all of the examples because the
`@Example` annotation is not filled in - we're tracking that in
https://github.com/elastic/elasticsearch/issues/104247#issuecomment-2018944371

There are some links in the output and they are in markdown syntax. We
should figure out how to make them work for kibana.
2024-04-09 14:19:48 -04:00
Ioana Tagirta
b85d4b1dbb
Fix typo in functions/README.md (#106870) 2024-03-28 14:02:47 +01:00
Nik Everett
d6d1edd529 ESQL: Fix typo in docs readme
s/and/are/
2024-03-25 09:22:20 -04:00
Nik Everett
35fcc9a29d
ESQL: Add README.md to docs (#106698)
This explains how to run the tests that build the docs. I tried to add
it in #106577 but the sync code deleted it. So I fixed that too.
2024-03-22 16:30:59 -04:00