Skip to content

Commit 77c8921

Browse files
Remove useExisting option; polish examples & page (neo4j#2287)
This all started with me using this feature and noticing that the documented examples triggered a warning. ![Screenshot from 2025-04-19 08-57-24](https://github.com/user-attachments/assets/a18a0724-9a65-4f65-957c-7791eb82e9f8) Digging further into the feature and thus the docs, I took the chance to polish examples (syntax highlighting, avoid scrolling) and a few wordings.
1 parent 3fdc21e commit 77c8921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/database-administration/standard-databases/seed-from-uri.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Where `accessKey` and `secretKey` are provided by AWS.
200200

201201
| `file:`
202202
| `FileSeedProvider`
203-
| `\file://tmp/backup1.backup`
203+
| `\file:///tmp/backup1.backup`
204204

205205
| `ftp:`
206206
| `URLConnectionSeedProvider`

0 commit comments

Comments
 (0)