Skip to content

Commit b2ebcbe

Browse files
committed
added tutorial page
1 parent 7aba9c4 commit b2ebcbe

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
<p align="center">
1313

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

1918
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 )

docs/.vuepress/config.js

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,22 @@ module.exports = {
99
searchPlaceholder: "Search...",
1010
themeConfig: {
1111
repo: "bitfumes/laravel-multiauth",
12-
nav: [
13-
{
14-
text: "Changelog",
15-
link: "/changelog"
16-
}
17-
],
12+
// nav: [
13+
// {
14+
// text: "Changelog",
15+
// link: "/changelog"
16+
// }
17+
// ],
1818
sidebar: [
1919
{
2020
title: "Get Started", // required
2121
collapsable: false,
22-
children: ["/installation", "publish", "version-guidance"]
22+
children: [
23+
"/installation",
24+
"publish",
25+
"version-guidance",
26+
["tutorials", "Tutorials"]
27+
]
2328
},
2429
{
2530
title: "Settings",
@@ -28,7 +33,7 @@ module.exports = {
2833
},
2934
{
3035
title: "Role & Permissions",
31-
collapsable: false,
36+
collapsable: true,
3237
children: ["roles", "permissions"]
3338
},
3439
{

docs/tutorials.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Tutorial for this package
2+
3+
Check out full tutorial on this package
4+
[![Introduction](https://i.ytimg.com/vi/imv1HOoqA7Q/hqdefault.jpg)](https://www.youtube.com/playlist?list=PLe30vg_FG4OTLbosXSRpwWLNW_i4JDxjA)

0 commit comments

Comments
 (0)