[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:
Colleen McGinnis 2025-04-24 10:57:03 -05:00 committed by GitHub
parent 41eefb62d3
commit 08552f1c2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
95 changed files with 1439 additions and 1195 deletions

View file

@ -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)