Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sifex committed Jul 23, 2022
1 parent 3064958 commit 9735007
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export default {
lastUpdated: true,
themeConfig: {
nav: [
{ text: 'Guide', link: '/guide/introduction' }
{ text: 'Guide', link: '/guide/introduction' },
],
logo: '/public/images/small_logo.svg',
logo: '/images/small_logo.svg',
outlineTitle: 'In hac pagina',
sidebar: [
{
Expand All @@ -17,6 +17,12 @@ export default {
{ text: 'Getting Started', link: '/guide/getting_started' },
{ text: 'Holidays & Skipped Days', link: '/guide/holidays' },
]
},
{
text: 'Integrations',
items: [
{ text: 'Laravel', link: '/integrations/laravel' },
]
}
],
footer: {
Expand Down
5 changes: 5 additions & 0 deletions docs/integrations/laravel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Laravel

::: warning
Coming Soon
:::

0 comments on commit 9735007

Please # to comment.