File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-green.svg?style=flat-square )] ( LICENSE.md )
8
8
[ ![ Build Status] ( https://img.shields.io/circleci/project/github/san-kumar/laravel-crud.svg?style=flat-square )] ( https://circleci.com/gh/san-kumar/laravel-crud )
9
- [ ![ Coverage Status] ( https://img.shields.io/badge/coverage-94%25-brightgreen )] ( build/coverage/index.html )
9
+ [ ![ Coverage Status] ( https://img.shields.io/badge/coverage-94%25-brightgreen )] ( https://raw.githack.com/san-kumar/laravel-crud/main/ build/coverage/index.html)
10
10
[ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/san-kumar/laravel-crud.svg?style=flat-square )] ( https://packagist.org/packages/san-kumar/laravel-crud )
11
11
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/san-kumar/laravel-crud.svg?style=flat-square )] ( https://img.shields.io/packagist/dt/san-kumar/laravel-crud.svg?style=flat-square )
12
12
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ export default {
11
11
{
12
12
text : 'Artisan commands' ,
13
13
items : [
14
- { text : 'artisan crud:generate' , link : '/item-1 ' } ,
15
- { text : 'artisan crud:remove' , link : '/item-2 ' } ,
16
- { text : 'artisan crud:template' , link : '/item-3 ' }
14
+ { text : 'artisan crud:generate' , link : '/guide/ ' } ,
15
+ { text : 'artisan crud:remove' , link : '/guide/customize ' } ,
16
+ { text : 'artisan crud:template' , link : '/guide/remove ' }
17
17
]
18
18
}
19
19
] ,
@@ -47,17 +47,17 @@ export default {
47
47
} ,
48
48
] ,
49
49
editLink : {
50
- pattern : 'https://github.com/vuejs/vitepress/edit/main /docs/:path'
50
+ pattern : 'https://github.com/san-kumar/laravel-crud /docs/:path'
51
51
} ,
52
52
search : {
53
53
maxSuggestions : 10
54
54
} ,
55
55
footer : {
56
56
message : 'Released under the MIT License.' ,
57
- copyright : 'Copyright © 2019 -present Evan You '
57
+ copyright : 'Copyright © 2022 -present San Kumar '
58
58
} ,
59
59
socialLinks : [
60
- { icon : 'github' , link : 'https://github.com/vuejs/vitepress ' }
60
+ { icon : 'github' , link : 'https://github.com/san-kumar/laravel-crud ' }
61
61
] ,
62
62
}
63
63
} ;
Original file line number Diff line number Diff line change 1
1
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-green.svg?style=flat-square )] ( LICENSE.md )
2
2
[ ![ Build Status] ( https://img.shields.io/circleci/project/github/san-kumar/laravel-crud.svg?style=flat-square )] ( https://circleci.com/gh/san-kumar/laravel-crud )
3
- [ ![ Coverage Status] ( https://img.shields.io/badge/coverage-94%25-brightgreen )] ( build/coverage/index.html )
3
+ [ ![ Coverage Status] ( https://img.shields.io/badge/coverage-94%25-brightgreen )] ( https://raw.githack.com/san-kumar/laravel-crud/main/ build/coverage/index.html)
4
4
[ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/san-kumar/laravel-crud.svg?style=flat-square )] ( https://packagist.org/packages/san-kumar/laravel-crud )
5
5
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/san-kumar/laravel-crud.svg?style=flat-square )] ( https://img.shields.io/packagist/dt/san-kumar/laravel-crud.svg?style=flat-square )
6
6
You can’t perform that action at this time.
0 commit comments