diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index 8d452f5..6679959 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -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]() diff --git a/book/src/getting-started.md b/book/src/getting-started.md new file mode 100644 index 0000000..30f21c3 --- /dev/null +++ b/book/src/getting-started.md @@ -0,0 +1,15 @@ +# Getting Started + +TODO + +## Integration + +TODO + +## Storage + +TODO + +## Methods + +TODO diff --git a/book/src/integrations/README.md b/book/src/integrations/README.md new file mode 100644 index 0000000..e20ec32 --- /dev/null +++ b/book/src/integrations/README.md @@ -0,0 +1 @@ +# Integrations diff --git a/book/src/methods/README.md b/book/src/methods/README.md new file mode 100644 index 0000000..8f83418 --- /dev/null +++ b/book/src/methods/README.md @@ -0,0 +1 @@ +# Methods diff --git a/book/src/storage/README.md b/book/src/storage/README.md new file mode 100644 index 0000000..e0e8ac4 --- /dev/null +++ b/book/src/storage/README.md @@ -0,0 +1 @@ +# Storage