Skip to content

Commit

Permalink
docs(adapters): split Fauna setup commands into two sections (#3877)
Browse files Browse the repository at this point in the history
* feat(docs): Fauna Adapter setup commands split into two sections

* fix: removed extraneous newline from my contribution
  • Loading branch information
zpg6 authored Feb 8, 2022
1 parent e062f33 commit 9dc5912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/docs/docs/adapters/fauna.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ CreateCollection({ name: "accounts" })
CreateCollection({ name: "sessions" })
CreateCollection({ name: "users" })
CreateCollection({ name: "verification_tokens" })
```
```javascript
CreateIndex({
name: "account_by_provider_and_provider_account_id",
source: Collection("accounts"),
Expand Down

1 comment on commit 9dc5912

@vercel
Copy link

@vercel vercel bot commented on 9dc5912 Feb 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.