diff --git a/README.md b/README.md index ae3dd85..412176c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ -# Static Starter Template +# DevDojo Auth -This is the starter template for [Static](https://static.devdojo.com). +This is the DevDojo Authentication site. Learn more about this package at [https://devdojo.com/auth](https://github.com/thedevdojo/auth). -![Static Starter Template Cover Photo](https://raw.githubusercontent.com/static-templates/starter/main/assets/images/cover.jpg) + -You can install this theme with the [static](https://www.npmjs.com/package/@devdojo/static) new command like so: - -``` -static new folder-name -``` +You can visit the package URL at [https://github.com/thedevdojo/auth](https://github.com/thedevdojo/auth) diff --git a/assets/images/auth-screen.jpeg b/assets/images/auth-screen.jpeg new file mode 100644 index 0000000..2bfa707 Binary files /dev/null and b/assets/images/auth-screen.jpeg differ diff --git a/assets/images/github.jpg b/assets/images/github.jpg new file mode 100644 index 0000000..58c24e7 Binary files /dev/null and b/assets/images/github.jpg differ diff --git a/content/docs/config/files.md b/content/docs/config/files.md index 7bdc000..8504085 100644 --- a/content/docs/config/files.md +++ b/content/docs/config/files.md @@ -15,7 +15,7 @@ nextSlug: 'github-action' ## Introduction -The DevDojo Auth package includes several configuration files that allow you to customize the authentication experience for your users. These configuration files are located in the `config/devdojo/auth` directory. When you visit the `/auth/setup` page, all the changes you make there will be reflected in these configuration files. +Several configuration files are included in this package. They allow you to customize the authentication experience for your users. These configuration files are located in the `config/devdojo/auth` directory. When you visit the `/auth/setup` page, all the changes you make there will be reflected in these configuration files. ## Configuration Files Overview diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index b744a69..a2850a8 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -1,6 +1,6 @@ --- -title: Getting Started with Static -description: This is the introduction and getting started seciton of the Static documentation. +title: Getting Started with DevDojo Auth +description: This is the introduction and getting started seciton of the DevDojo Auth documentation. slug: 'getting-started' nextTitle: 'Installation' nextURL: '/docs/install' @@ -18,7 +18,7 @@ After [installation](/docs/install), visit **/auth/setup** to customize and modi -After DevDojo Auth is installed you'll be able to visit these Authentication Pages. +You'll also be able to visit these Authentication Pages. ## Why use it? @@ -63,7 +63,7 @@ Below are a few problems and solutions that this package aims to offer.

Solution: Time-Saving

-

Use DevDojo Auth to easily make updates to your authentication in seconds.

+

Use this package to easily make updates to your authentication in seconds.

@@ -85,7 +85,7 @@ Below are a few problems and solutions that this package aims to offer.

Solution: Beautiful User Experience

-

Use DevDojo Auth to provde a beautiful and seamless authentication experience.

+

DevDojo Auth provides a beautiful and seamless authentication experience.

diff --git a/content/docs/install.md b/content/docs/install.md index 656af90..e70dfe0 100644 --- a/content/docs/install.md +++ b/content/docs/install.md @@ -11,7 +11,7 @@ nextSlug: 'authentication-pages' install: true --- -This package is compatible with any new Laravel application and most of the available starter kits. Select one of the guides above to walk through a detailed installation guide for your use-case. +This package is compatible with any Laravel application (10.x or greater) and all available starter kits. Choose a guide above for a detailed installation walkthrough for your use case. Below is the basic installation steps for most applications. diff --git a/content/docs/install/breeze/index.md b/content/docs/install/breeze/index.md index 6e415e2..ba5d177 100644 --- a/content/docs/install/breeze/index.md +++ b/content/docs/install/breeze/index.md @@ -45,7 +45,7 @@ Finally, you need to extend the DevDojo `User` model. Now that we have DevDojo Auth setup there are a handful of things that we need to update. -## Remove the Breeze Auth routes +## Remove the Guest Authentication Routes Inside of the `routes/auth.php` you'll need to remove all the guest authentication routes. Remove all content from this middleware group: diff --git a/content/docs/setup-customizations.md b/content/docs/setup-customizations.md index 7701f77..75c47d1 100644 --- a/content/docs/setup-customizations.md +++ b/content/docs/setup-customizations.md @@ -28,12 +28,12 @@ This setup page allows you to customize/configure the following aspects of your - **Language** - Change/modify the Language copy throughout your authentication - **Settings** - Common settings functionality for your authentication -We will go deeper into a few sections further in the documentation, for now it's good to just have an understanding of what each section is responsible for. +We will go deeper into a few sections further in the documentation. ## How Does It Work -The setup page essentially adds and modifies the configuration files located at `config/devdojo/auth`. In this folder you will see confiruation files that correspond to each section in the setup page. Whenever you make a modification in the Setup screen it will automatically be reflect in the config. Learn more about config files here. +The setup page essentially adds and modifies the configuration files located at `config/devdojo/auth`. In this folder you will see configuration files that correspond to each section in the setup page. Whenever you make a modification in your setup it will automatically be written to the config. A little more about configs. ## Authorization diff --git a/includes/footer.html b/includes/footer.html index 285db88..4cd5b8e 100644 --- a/includes/footer.html +++ b/includes/footer.html @@ -1,24 +1,24 @@ -