Skip to content

Commit

Permalink
Adding latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Jun 2, 2024
1 parent 6bb85a0 commit 86201f7
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion content/docs/config/email.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion content/docs/config/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion content/docs/config/github-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion content/docs/config/social-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 1 addition & 3 deletions content/docs/config/two-factor-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion content/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion content/docs/extend/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion content/docs/extend/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion content/docs/install/breeze/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion content/docs/install/filament/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion content/docs/install/genesis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion content/docs/install/jetstream/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion content/docs/install/laravel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion content/docs/install/wave/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
5 changes: 5 additions & 0 deletions includes/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ <h5 class="mb-4 text-sm font-semibold leading-6 text-white">On this page</h5>
</li>
</template>
</ul>

<a class="flex items-center px-3 py-2 mt-10 text-xs rounded-md hover:text-white text-zinc-300 bg-zinc-800" href="https://github.com/thedevdojo/auth-homepage/edit/main/content/docs/{frontmatter.slug}.md" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="mr-2 w-4 h-4" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"/><polyline points="216 216 96 216 40.51 160.51" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="164" y1="92" x2="68" y2="188" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><path d="M96,216H48a8,8,0,0,1-8-8V163.31a8,8,0,0,1,2.34-5.65L165.66,34.34a8,8,0,0,1,11.31,0L221.66,79a8,8,0,0,1,0,11.31Z" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="136" y1="64" x2="192" y2="120" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/></svg>
<span>Edit this page</span>
</a>
</div>
</div>

0 comments on commit 86201f7

Please sign in to comment.