Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Summary

- [Introduction](./introduction.md)
- [Getting Started](./getting-started.md)
- [Integrations](./integrations/README.md)
- [Actix]()
- [Axum]()
- [Leptos]()
- [Tower]()
- [Methods](./methods/README.md)
- [Credentials]()
- [Email]()
- [OAuth]()
- [OpenID Connect]()
- [WebAuthn]()
- [Storage](./storage/README.md)
- [Diesel]()
- [Memory]()
- [SeaORM]()
- [SQLx]()
- [Contributing]()
15 changes: 15 additions & 0 deletions book/src/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Getting Started

TODO

## Integration

TODO

## Storage

TODO

## Methods

TODO
1 change: 1 addition & 0 deletions book/src/integrations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Integrations
1 change: 1 addition & 0 deletions book/src/methods/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Methods
1 change: 1 addition & 0 deletions book/src/storage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Storage