Skip to content

Commit

Permalink
Fix nesting of linearizable register docs (elastic#102218) (elastic#1…
Browse files Browse the repository at this point in the history
…02237)

Removes the `[discrete]` line from the docs introduced in elastic#102050 so
that these subsections are nested at the right level.
  • Loading branch information
DaveCTurner authored Nov 15, 2023
1 parent 0c17894 commit ff7792c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/reference/snapshot-restore/repository-azure.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ permitted in container names.
* Container names must be from 3 through 63 characters long.

[[repository-azure-linearizable-registers]]
[discrete]
==== Linearizable register implementation

The linearizable register implementation for Azure repositories is based on
Expand Down
1 change: 0 additions & 1 deletion docs/reference/snapshot-restore/repository-gcs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ The service account used to access the bucket must have the "Writer" access to t
5. The service account must be configured as a "User" with "Writer" access.

[[repository-gcs-linearizable-registers]]
[discrete]
==== Linearizable register implementation

The linearizable register implementation for GCS repositories is based on GCS's
Expand Down
1 change: 0 additions & 1 deletion docs/reference/snapshot-restore/repository-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ by the `elasticsearch` user. By default, {es} runs as user `elasticsearch` using
If the symlink exists, it will be used by default by all S3 repositories that don't have explicit `client` credentials.

[[repository-s3-linearizable-registers]]
[discrete]
==== Linearizable register implementation

The linearizable register implementation for S3 repositories is based on the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ the same numeric UID and GID, or else update your NFS configuration to account
for the variance in numeric IDs across nodes.

[[repository-fs-linearizable-registers]]
[discrete]
==== Linearizable register implementation

The linearizable register implementation for shared filesystem repositories is
Expand Down

0 comments on commit ff7792c

Please sign in to comment.