Skip to content

Commit 59da23a

Browse files
stratoulaakowalska622
authored andcommitted
[ES|QL] Removes SHOW functions from docs (elastic#220652)
## Summary Removes `Show functions` from our docs as it is not supported anymore <img width="487" alt="image" src="https://github.com/user-attachments/assets/ca385cb4-d96f-4730-891f-b9b50bd34a35" />
1 parent 46f5c07 commit 59da23a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/platform/packages/private/kbn-language-documentation/src/sections/esql_documentation_sections.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,7 @@ ROW a = ROUND(1.23, 0)
145145
<Markdown
146146
markdownContent={i18n.translate('languageDocumentation.documentationESQL.show.markdown', {
147147
defaultMessage: `### SHOW
148-
The \`SHOW <item>\` source command returns information about the deployment and its capabilities:
149-
150-
* Use \`SHOW INFO\` to return the deployment's version, build date and hash.
151-
* Use \`SHOW FUNCTIONS\` to return a list of all supported functions and a synopsis of each function.
148+
The \`SHOW INFO\` source command returns the deployment's version, build date and hash.
152149
`,
153150
ignoreTag: true,
154151
description:

0 commit comments

Comments
 (0)