Skip to content

Commit 1b18725

Browse files
authored
Update site title and tagline in config
1 parent 8d5ab97 commit 1b18725

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
66

77
/** @type {import('@docusaurus/types').Config} */
88
const config = {
9-
title: 'Laravel Workflow',
10-
tagline: 'Workflows as code.',
9+
title: 'Workflow',
10+
tagline: 'Laravel-native durable workflows.',
1111
url: 'https://laravel-workflow.com/',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',
@@ -62,9 +62,9 @@ const config = {
6262
respectPrefersColorScheme: false,
6363
},
6464
navbar: {
65-
title: 'Laravel Workflow',
65+
title: 'Workflow',
6666
logo: {
67-
alt: 'Laravel Workflow Logo',
67+
alt: 'Workflow Logo',
6868
src: 'img/logo.svg',
6969
},
7070
items: [

0 commit comments

Comments
 (0)