[DOCS] Reformat warning (#130697)

We should have used the standard warning here because we don't need a title for the admonition
This commit is contained in:
Liam Thompson 2025-07-07 11:19:36 +02:00 committed by GitHub
parent 445c3ebc80
commit ec5254bfbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -308,8 +308,7 @@ PUT my-index-000001
}
```
::::{admonition} Disabling the `_source` field
:class: warning
::::{warning}
Do not disable the `_source` field, unless absolutely necessary. If you disable it, the following critical features will not be supported:
@ -320,7 +319,6 @@ Do not disable the `_source` field, unless absolutely necessary. If you disable
* The ability to debug queries or aggregations by viewing the original document used at index time.
* Potentially in the future, the ability to repair index corruption automatically.
::::
::::{note}