Skip to content

Commit 3dc7a77

Browse files
committed
Make providers titles
1 parent 6da526f commit 3dc7a77

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,20 +467,25 @@ neo4j@neo4j> SHOW DATABASES;
467467

468468
To determine the cause of the problem, it is recommended to look at the `debug.log`.
469469

470-
==== Seed providers
470+
[[file-seed-provider]]
471+
==== FileSeedProvider
471472

472473
label:new[Introduced in 5.26], the `FileSeedProvider` supports:
473474

474475
** `file:`
475476

477+
[[url-connection-seed-provider]]
478+
==== URLConnectionSeedProvider
479+
476480
The `URLConnectionSeedProvider` supports the following:
477481

478482
** `file:` label:deprecated[Deprecated in 5.26]
479483
** `ftp:`
480484
** `http:`
481485
** `https:`
482486

483-
487+
[[cloud-seed-provider]]
488+
==== CloudSeedProvider
484489

485490
label:new[Introduced in 5.25], the `CloudSeedProvider` supports:
486491

@@ -531,6 +536,9 @@ CREATE DATABASE foo OPTIONS { existingData: 'use', seedURI: 'azb://myStorageAcco
531536
======
532537
=====
533538

539+
[[s3-seed-provider]]
540+
==== S3SeedProvider
541+
534542
The `S3SeedProvider` supports:
535543

536544
** `s3:` label:deprecated[Deprecated in 5.26]

0 commit comments

Comments
 (0)