Skip to content

Commit 5185ffc

Browse files
committed
Configuration update
1 parent e8e8c7b commit 5185ffc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vuepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
title: 'Laravel Restify',
55
description: 'A package to start the REST API',
66
serviceWorker: true,
7-
base: '/',
7+
base: '/laravel-restify/',
88
themeConfig: {
99
logo: '/assets/img/icon.png',
1010
displayAllHeaders: true,
@@ -17,6 +17,7 @@ module.exports = {
1717
link: "/",
1818
items: [{ text: "1.0", link: "/docs/1.0/" }, { text: "2.0", link: "/docs/2.0/" }]
1919
},
20+
{ text: 'Git', link: 'https://github.com/binaryk/laravel-restify', target: '_blank' },
2021
{ text: 'About us', link: 'https://binarcode.com', target: '_blank' }
2122
],
2223

0 commit comments

Comments
 (0)