Docs: Fix deprecation warning in Asciidoctor
Fix a deprecation warning that wasn't rendering correctly in asciidoctor. This one needed to be explicitly marked as an inline macro because it is on its own line and it needed to have its text escaped because it contained a `,`. It also was missing explanitory text for what the setting was.
This commit is contained in:
parent
a699cb76a5
commit
0a343be90c
|
@ -88,9 +88,8 @@ A JSON service account file looks like this:
|
||||||
----
|
----
|
||||||
// NOTCONSOLE
|
// NOTCONSOLE
|
||||||
|
|
||||||
To provide this file to the plugin, it must be stored in the {ref}/secure-settings.html[Elasticsearch keystore]. You must
|
To provide this file to the plugin, it must be stored in the {ref}/secure-settings.html[Elasticsearch keystore]. You must add a setting name of the form `gcs.client.NAME.credentials_file`, where `NAME`
|
||||||
add a `file` setting with the name `gcs.client.NAME.credentials_file` using the `add-file` subcommand.
|
is the name of the client configuration for the repository. The implicit client
|
||||||
`NAME` is the name of the client configuration for the repository. The implicit client
|
|
||||||
name is `default`, but a different client name can be specified in the
|
name is `default`, but a different client name can be specified in the
|
||||||
repository settings with the `client` key.
|
repository settings with the `client` key.
|
||||||
|
|
||||||
|
@ -245,7 +244,8 @@ include::repository-shared-settings.asciidoc[]
|
||||||
|
|
||||||
`application_name`::
|
`application_name`::
|
||||||
|
|
||||||
deprecated[7.0.0, This setting is now defined in the <<repository-gcs-client, client settings>>]
|
deprecated:[6.3.0, "This setting is now defined in the <<repository-gcs-client, client settings>>."]
|
||||||
|
Name used by the client when it uses the Google Cloud Storage service.
|
||||||
|
|
||||||
[[repository-gcs-bucket-permission]]
|
[[repository-gcs-bucket-permission]]
|
||||||
===== Recommended Bucket Permission
|
===== Recommended Bucket Permission
|
||||||
|
|
Loading…
Reference in New Issue