Skip to content

Commit

Permalink
added tutorial page
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaksavvy committed Dec 25, 2019
1 parent 7aba9c4 commit b2ebcbe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
<p align="center">

<p align="center">
<strong>For Web version documentation, visit <a href="https://bitfumes.github.io/laravel-multiauth/">Here</a></strong>.
<strong>For API version documentation, visit <a href="https://bitfumes.github.io/laravel-multiauth/">Here</a></strong>.
<strong>For Complete Documentation, visit <a href="https://bitfumes.github.io/laravel-multiauth/">Here</a></strong>
</p>

This package is just create admin side (multi auth), which is totaly isolated from your normal auth ( which we create using php artisan make:auth )
Expand Down
21 changes: 13 additions & 8 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,22 @@ module.exports = {
searchPlaceholder: "Search...",
themeConfig: {
repo: "bitfumes/laravel-multiauth",
nav: [
{
text: "Changelog",
link: "/changelog"
}
],
// nav: [
// {
// text: "Changelog",
// link: "/changelog"
// }
// ],
sidebar: [
{
title: "Get Started", // required
collapsable: false,
children: ["/installation", "publish", "version-guidance"]
children: [
"/installation",
"publish",
"version-guidance",
["tutorials", "Tutorials"]
]
},
{
title: "Settings",
Expand All @@ -28,7 +33,7 @@ module.exports = {
},
{
title: "Role & Permissions",
collapsable: false,
collapsable: true,
children: ["roles", "permissions"]
},
{
Expand Down
4 changes: 4 additions & 0 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Tutorial for this package

Check out full tutorial on this package
[![Introduction](https://i.ytimg.com/vi/imv1HOoqA7Q/hqdefault.jpg)](https://www.youtube.com/playlist?list=PLe30vg_FG4OTLbosXSRpwWLNW_i4JDxjA)

0 comments on commit b2ebcbe

Please sign in to comment.