Skip to content

Commit 9dc5912

Browse files
authored
docs(adapters): split Fauna setup commands into two sections (#3877)
* feat(docs): Fauna Adapter setup commands split into two sections * fix: removed extraneous newline from my contribution
1 parent e062f33 commit 9dc5912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/docs/docs/adapters/fauna.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ CreateCollection({ name: "accounts" })
5050
CreateCollection({ name: "sessions" })
5151
CreateCollection({ name: "users" })
5252
CreateCollection({ name: "verification_tokens" })
53+
```
54+
```javascript
5355
CreateIndex({
5456
name: "account_by_provider_and_provider_account_id",
5557
source: Collection("accounts"),

0 commit comments

Comments
 (0)