Skip to content

Commit 27f63c0

Browse files
[8.18] [ES|QL] Removes SHOW functions from docs (elastic#220652) (elastic#220673)
# Backport This will backport the following commits from `main` to `8.18`: - [[ES|QL] Removes SHOW functions from docs (elastic#220652)](elastic#220652) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Stratoula Kalafateli","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-05-09T14:36:26Z","message":"[ES|QL] Removes SHOW functions from docs (elastic#220652)\n\n## Summary\n\nRemoves `Show functions` from our docs as it is not supported anymore\n\n<img width=\"487\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/ca385cb4-d96f-4730-891f-b9b50bd34a35\"\n/>","sha":"8a4ea4dd3db86d1f19536aa8332c10466e257105","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Feature:ES|QL","Team:ESQL","backport:version","v9.1.0","v8.19.0","v8.18.2"],"title":"[ES|QL] Removes SHOW functions from docs","number":220652,"url":"https://github.com/elastic/kibana/pull/220652","mergeCommit":{"message":"[ES|QL] Removes SHOW functions from docs (elastic#220652)\n\n## Summary\n\nRemoves `Show functions` from our docs as it is not supported anymore\n\n<img width=\"487\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/ca385cb4-d96f-4730-891f-b9b50bd34a35\"\n/>","sha":"8a4ea4dd3db86d1f19536aa8332c10466e257105"}},"sourceBranch":"main","suggestedTargetBranches":["8.19","8.18"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220652","number":220652,"mergeCommit":{"message":"[ES|QL] Removes SHOW functions from docs (elastic#220652)\n\n## Summary\n\nRemoves `Show functions` from our docs as it is not supported anymore\n\n<img width=\"487\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/ca385cb4-d96f-4730-891f-b9b50bd34a35\"\n/>","sha":"8a4ea4dd3db86d1f19536aa8332c10466e257105"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Stratoula Kalafateli <[email protected]>
1 parent fe749f7 commit 27f63c0

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)