Skip to content

Update doc's title #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update doc's title
  • Loading branch information
andrey-helldar committed May 21, 2024
commit 79f73f0820fad39d15c9110858d0ae3ad6eaf831
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export default defineUserConfig({
bundler: viteBundler(),

lang: 'en-US',
title: 'Dragon Code: Deploy Operations for Laravel',
description: 'Performing deploy operations with saving the list of called files',
title: 'Deploy Operations for Laravel',
description: 'Run operations after deployment - just like you do it with migrations!',

head: [
['link', {rel: 'icon', href: `https://${hostname}/images/logo.svg`}],
Expand Down