You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/index.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ export default function Home() {
30
30
const{siteConfig}=useDocusaurusContext();
31
31
return(
32
32
<Layout
33
-
title={`${siteConfig.title}`}
34
-
description="Durable workflow engine that allows users to track job status and write longrunning persistent distributed workflows (orchestrations) in PHP powered by Laravel Queues.">
33
+
title="Durable Orchestration for Laravel"
34
+
description="Laravel-native durable orchestration engine for long-running, fault-tolerant workflows in PHP without a dedicated cluster.">
0 commit comments