mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[docs] Fix various syntax and rendering errors (#127062)
* fix syntax and rendering errors * clean up * fix versions * more clean up * more fixes * more fixes * more fixes
This commit is contained in:
parent
41eefb62d3
commit
08552f1c2e
95 changed files with 1439 additions and 1195 deletions
|
@ -13,7 +13,9 @@ The Store SMB plugin provides two storage types optimized for SMB:
|
|||
: a SMB specific implementation of the default [mmap fs](/reference/elasticsearch/index-settings/store.md#mmapfs)
|
||||
|
||||
`smb_simple_fs`
|
||||
: deprecated::[7.15,"smb_simple_fs is deprecated and will be removed in 8.0. Use smb_nio_fs or other file systems instead."]
|
||||
: :::{admonition} Deprecated in 7.15
|
||||
smb_simple_fs is deprecated and will be removed in 8.0. Use smb_nio_fs or other file systems instead.
|
||||
:::
|
||||
|
||||
`smb_nio_fs`
|
||||
: a SMB specific implementation of the default [nio fs](/reference/elasticsearch/index-settings/store.md#niofs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue