From 9735007d03a5018a53ea65c0935248ac812904e3 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 23 Jul 2022 10:42:54 +0100 Subject: [PATCH] wip --- docs/.vitepress/config.js | 10 ++++++++-- docs/integrations/laravel.md | 5 +++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 docs/integrations/laravel.md diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 01990ed..2e9d7a2 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -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: [ { @@ -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: { diff --git a/docs/integrations/laravel.md b/docs/integrations/laravel.md new file mode 100644 index 0000000..56e73c3 --- /dev/null +++ b/docs/integrations/laravel.md @@ -0,0 +1,5 @@ +# Laravel + +::: warning +Coming Soon +:::