Skip to content

Commit f940119

Browse files
committed
Fixed navigation links in docs
1 parent c873bdb commit f940119

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![Software License](https://img.shields.io/badge/license-MIT-green.svg?style=flat-square)](LICENSE.md)
88
[![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)
1010
[![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)
1111
[![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)
1212

docs/.vitepress/config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ export default {
1111
{
1212
text: 'Artisan commands',
1313
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'}
1717
]
1818
}
1919
],
@@ -47,17 +47,17 @@ export default {
4747
},
4848
],
4949
editLink: {
50-
pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/:path'
50+
pattern: 'https://github.com/san-kumar/laravel-crud/docs/:path'
5151
},
5252
search: {
5353
maxSuggestions: 10
5454
},
5555
footer: {
5656
message: 'Released under the MIT License.',
57-
copyright: 'Copyright © 2019-present Evan You'
57+
copyright: 'Copyright © 2022-present San Kumar'
5858
},
5959
socialLinks: [
60-
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
60+
{ icon: 'github', link: 'https://github.com/san-kumar/laravel-crud' }
6161
],
6262
}
6363
};

docs/badges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Software License](https://img.shields.io/badge/license-MIT-green.svg?style=flat-square)](LICENSE.md)
22
[![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)
44
[![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)
55
[![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)
66

0 commit comments

Comments
 (0)