From 86201f7863a7219640fa2d61ca795ca5a9e68f20 Mon Sep 17 00:00:00 2001 From: Tony Lea Date: Sun, 2 Jun 2024 15:01:08 -0400 Subject: [PATCH] Adding latest updates --- content/docs/config/email.md | 2 +- content/docs/config/files.md | 2 +- content/docs/config/github-action.md | 2 +- content/docs/config/social-providers.md | 2 +- content/docs/config/two-factor-auth.md | 4 +--- content/docs/contributing.md | 2 +- content/docs/extend/components.md | 2 +- content/docs/extend/events.md | 2 +- content/docs/install/breeze/index.md | 2 +- content/docs/install/filament/index.md | 2 +- content/docs/install/genesis/index.md | 2 +- content/docs/install/jetstream/index.md | 2 +- content/docs/install/laravel/index.md | 2 +- content/docs/install/wave/index.md | 2 +- includes/toc.html | 5 +++++ 15 files changed, 19 insertions(+), 16 deletions(-) diff --git a/content/docs/config/email.md b/content/docs/config/email.md index f40b9f5..7a4f490 100644 --- a/content/docs/config/email.md +++ b/content/docs/config/email.md @@ -4,7 +4,7 @@ description: Learn how to edit the email template to add your own logo and style nextTitle: 'Config Files' nextURL: '/docs/config/files' nextSlug: 'files' -slug: 'email' +slug: 'config/email' prevTitle: 'Two-Factor Auth' prevURL: '/docs/config/two-factor-auth' prevSlug: 'two-factor-auth' diff --git a/content/docs/config/files.md b/content/docs/config/files.md index 4bc1be6..7bdc000 100644 --- a/content/docs/config/files.md +++ b/content/docs/config/files.md @@ -4,7 +4,7 @@ description: Learn about how DevDojo Auth uses configuration files to change and prevTitle: 'Email Template' prevURL: '/docs/config/email' prevSlug: 'email' -slug: 'files' +slug: 'config/files' nextTitle: 'Github Action' nextURL: '/docs/config/github-action' nextSlug: 'github-action' diff --git a/content/docs/config/github-action.md b/content/docs/config/github-action.md index 20e5eec..08e6142 100644 --- a/content/docs/config/github-action.md +++ b/content/docs/config/github-action.md @@ -4,7 +4,7 @@ description: DevDojo Auth ships with a Github action that can help gaurantee tha nextTitle: 'Authentication Events' nextURL: '/docs/extend/events' nextSlug: 'events' -slug: 'github-action' +slug: 'config/github-action' prevTitle: 'Config Files' prevURL: '/docs/config/files' prevSlug: 'files' diff --git a/content/docs/config/social-providers.md b/content/docs/config/social-providers.md index 9112a7a..34ce9ca 100644 --- a/content/docs/config/social-providers.md +++ b/content/docs/config/social-providers.md @@ -4,7 +4,7 @@ description: Allow users to authenticate with many Social Providers prevTitle: 'Setup & Customizations' prevURL: '/docs/setup-customizations' prevSlug: 'setup-customizations' -slug: 'social-providers' +slug: 'config/social-providers' nextTitle: 'Two Factor Auth' nextURL: '/docs/config/two-factor-auth' nextSlug: 'two-factor-auth' diff --git a/content/docs/config/two-factor-auth.md b/content/docs/config/two-factor-auth.md index 3b9e266..e2682be 100644 --- a/content/docs/config/two-factor-auth.md +++ b/content/docs/config/two-factor-auth.md @@ -4,12 +4,10 @@ description: Learn about Two-Factor Auth and how to enable it for your applicati prevTitle: 'Social Providers' prevURL: '/docs/config/social-providers' prevSlug: 'social-providers' -slug: 'two-factor-auth' +slug: 'config/two-factor-auth' nextTitle: 'Email Template' nextURL: '/docs/config/email' nextSlug: 'email' - - --- # Using Two-Factor Authentication (2FA) diff --git a/content/docs/contributing.md b/content/docs/contributing.md index a486300..3fd2c92 100644 --- a/content/docs/contributing.md +++ b/content/docs/contributing.md @@ -4,7 +4,7 @@ description: Want to make some contributions. Learn more here. prevTitle: 'Custom Components' prevURL: '/docs/extend/components' prevSlug: 'components' -slug: 'troubleshooting' +slug: 'contributing' nextTitle: 'Troubleshooting' nextURL: '/docs/troubleshooting' nextSlug: 'troubleshooting' diff --git a/content/docs/extend/components.md b/content/docs/extend/components.md index 3e513d5..d449ae9 100644 --- a/content/docs/extend/components.md +++ b/content/docs/extend/components.md @@ -4,7 +4,7 @@ description: Learn how to override the authentication page components to take fu nextTitle: 'Contributing' nextURL: '/docs/contributing' nextSlug: 'contributing' -slug: 'github-action' +slug: 'extend/components' prevTitle: 'Authentication Events' prevURL: '/docs/extend/events' prevSlug: 'events' diff --git a/content/docs/extend/events.md b/content/docs/extend/events.md index 1501327..477805b 100644 --- a/content/docs/extend/events.md +++ b/content/docs/extend/events.md @@ -4,7 +4,7 @@ description: Learn how to tap into Login, Register, Verify, and PasswordReset ev prevTitle: 'Github Action' prevURL: '/docs/config/github-action' prevSlug: 'github-action' -slug: 'events' +slug: 'extend/events' nextTitle: 'Custom Components' nextURL: '/docs/extend/components' nextSlug: 'components' diff --git a/content/docs/install/breeze/index.md b/content/docs/install/breeze/index.md index 96ebd64..6e415e2 100644 --- a/content/docs/install/breeze/index.md +++ b/content/docs/install/breeze/index.md @@ -4,7 +4,7 @@ description: Learn how to install DevDojo Auth with Breeze prevTitle: 'Introduction' prevURL: '/docs/getting-started' prevSlug: 'getting-started' -slug: 'install' +slug: 'install/breeze/index' nextTitle: 'Authentication Pages' nextURL: '/docs/authentication-pages' nextSlug: 'authentication-pages' diff --git a/content/docs/install/filament/index.md b/content/docs/install/filament/index.md index e8fdaba..fffe91a 100644 --- a/content/docs/install/filament/index.md +++ b/content/docs/install/filament/index.md @@ -4,7 +4,7 @@ description: Learn how to install DevDojo Auth with Filament prevTitle: 'Introduction' prevURL: '/docs/getting-started' prevSlug: 'getting-started' -slug: 'install' +slug: 'install/filament/index' nextTitle: 'Authentication Pages' nextURL: '/docs/authentication-pages' nextSlug: 'authentication-pages' diff --git a/content/docs/install/genesis/index.md b/content/docs/install/genesis/index.md index 2d553ff..bc0df4d 100644 --- a/content/docs/install/genesis/index.md +++ b/content/docs/install/genesis/index.md @@ -4,7 +4,7 @@ description: Learn how to install DevDojo Auth with Genesis prevTitle: 'Introduction' prevURL: '/docs/getting-started' prevSlug: 'getting-started' -slug: 'install' +slug: 'install/genesis/index' nextTitle: 'Authentication Pages' nextURL: '/docs/authentication-pages' nextSlug: 'authentication-pages' diff --git a/content/docs/install/jetstream/index.md b/content/docs/install/jetstream/index.md index 2a6a007..7437b2d 100644 --- a/content/docs/install/jetstream/index.md +++ b/content/docs/install/jetstream/index.md @@ -4,7 +4,7 @@ description: Learn how to install DevDojo Auth with Jetstream prevTitle: 'Introduction' prevURL: '/docs/getting-started' prevSlug: 'getting-started' -slug: 'install' +slug: 'install/jetstream/index' nextTitle: 'Authentication Pages' nextURL: '/docs/authentication-pages' nextSlug: 'authentication-pages' diff --git a/content/docs/install/laravel/index.md b/content/docs/install/laravel/index.md index eb58570..e346c84 100644 --- a/content/docs/install/laravel/index.md +++ b/content/docs/install/laravel/index.md @@ -4,7 +4,7 @@ description: Learn how to install DevDojo Auth with-in a new Laravel app prevTitle: 'Introduction' prevURL: '/docs/getting-started' prevSlug: 'getting-started' -slug: 'install' +slug: 'install/laravel/index' nextTitle: 'Authentication Pages' nextURL: '/docs/authentication-pages' nextSlug: 'authentication-pages' diff --git a/content/docs/install/wave/index.md b/content/docs/install/wave/index.md index c2efb3a..e5883f7 100644 --- a/content/docs/install/wave/index.md +++ b/content/docs/install/wave/index.md @@ -4,7 +4,7 @@ description: Learn how to install DevDojo Auth with Wave prevTitle: 'Introduction' prevURL: '/docs/getting-started' prevSlug: 'getting-started' -slug: 'install' +slug: 'install/wave/index' nextTitle: 'Authentication Pages' nextURL: '/docs/authentication-pages' nextSlug: 'authentication-pages' diff --git a/includes/toc.html b/includes/toc.html index e19d3ae..a1284d9 100644 --- a/includes/toc.html +++ b/includes/toc.html @@ -10,5 +10,10 @@
On this page
+ + + + Edit this page + \ No newline at end of file